Skip to content

Commit

Permalink
add make gen shortcut
Browse files Browse the repository at this point in the history
  • Loading branch information
solosky committed Jan 22, 2024
1 parent ba5c36d commit 17e9d6b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions fw/application/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -724,6 +724,11 @@ ota:
full: settingsgen
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

gen:
python3 ../scripts/amiibo_db_gen.py
python3 ../scripts/i18n_gen.py
python3 ../scripts/resource_gen.py

flash_ocd: default
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

Expand Down
1 change: 1 addition & 0 deletions fw/scripts/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
imageio

0 comments on commit 17e9d6b

Please sign in to comment.