File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -724,6 +724,11 @@ ota:
724
724
full : settingsgen
725
725
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
726
726
727
+ gen :
728
+ python3 ../scripts/amiibo_db_gen.py
729
+ python3 ../scripts/i18n_gen.py
730
+ python3 ../scripts/resource_gen.py
731
+
727
732
flash_ocd : default
728
733
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
729
734
Original file line number Diff line number Diff line change
1
+ imageio
You can’t perform that action at this time.
0 commit comments