aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorNicolas Schodet2024-08-27 23:42:19 +0200
committerNicolas Schodet2024-08-27 23:49:35 +0200
commit317b6f892ff3ee844cf7224daf36ccc7a8ebb8ba (patch)
treef032c0247ef3ce1e878eb8de60a437f7f7f86730 /README
parent5c4d2f2fc85823293cf521f602ae2cda458a2e56 (diff)
Generate source files from readable data files
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).
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 2 insertions, 0 deletions
diff --git a/README b/README
index 8dcca98..40ccfbf 100644
--- a/README
+++ b/README
@@ -27,10 +27,12 @@ Details:
- src/*: LEGO Open Source License.
- src/d_sound_adpcm.r: Permissive license, see header.
+- data/*: LEGO Open Source License, converted from original files.
- lib/*: Expat license, see header.
- include/*: see header (provided "as is").
- startup/*: see header (provided "as is").
- armdebug/*: see armdebug/README (dual, LEGO Open Source License or GPLv2).
+- tools/*: Expat license, see header.
- contrib/*: see header.
- tests/*: Expat license, see header.