Skip to content

Commit 17e9d6b

Browse files
committed
add make gen shortcut
1 parent ba5c36d commit 17e9d6b

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

fw/application/Makefile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -724,6 +724,11 @@ ota:
724724
full: settingsgen
725725
mergehex --merge $(OUTPUT_DIRECTORY)/settings.hex $(OUTPUT_DIRECTORY)/bootloader.hex $(SDK_ROOT)/components/softdevice/s112/hex/s112_nrf52_7.2.0_softdevice.hex $(OUTPUT_DIRECTORY)/pixljs.hex --output $(OUTPUT_DIRECTORY)/pixljs_all.hex
726726

727+
gen:
728+
python3 ../scripts/amiibo_db_gen.py
729+
python3 ../scripts/i18n_gen.py
730+
python3 ../scripts/resource_gen.py
731+
727732
flash_ocd: default
728733
openocd -f interface/cmsis-dap.cfg -c "transport select swd" -f target/nrf52.cfg -d2 -c init -c "reset init" -c halt -c "program $(OUTPUT_DIRECTORY)/pixljs.hex verify" -c "reset" -c exit
729734

fw/scripts/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
imageio

0 commit comments

Comments
 (0)