Added compiler information.

This commit is contained in:
Dual Tachyon 2023-09-01 17:14:26 +01:00
parent 440605e0ca
commit aedf2ee174

View File

@ -3,6 +3,12 @@
This currently works for me, but use at your own risk.
# Compiler
arm-none-eabi GCC version 10.3.1 is recommended, which is the current version on Ubuntu 22.04.03 LTS.
Other versions may generate a flash file that is too big.
You can get a correct version from: https://developer.arm.com/downloads/-/gnu-rm
# Building
To build the firmware, you need to fetch the submodules and then run make: