aboutsummaryrefslogtreecommitdiff
path: root/src/Status.txt
AgeCommit message (Collapse)Author
2024-08-27Generate source files from readable data filesNicolas Schodet
Reverse the operation from previous commit, now use the readable data files to generate source header files. This opens the door for future improvement of the data format to allow compression for example. Now Python is needed to build the firmware, with Pillow module (Python Imaging Library).
2024-08-15Simplify data filesNicolas Schodet
Previous system was made to support both GCC and IAR, as IAR is no longer supported, make it simpler. It also saves a little bit of flash.
2023-03-06Simplify source treeNicolas Schodet
Now just use make in the root directory to build.