@@ -211,6 +211,7 @@ SRC_FILES += \
211
211
$(PROJ_DIR ) /mui/mui_mem.c \
212
212
$(PROJ_DIR ) /mui/mui_anim.c \
213
213
$(PROJ_DIR ) /mui/mui_math.c \
214
+ $(PROJ_DIR ) /mui/mui_resource.c \
214
215
$(PROJ_DIR ) /mui/view/mui_list_view.c \
215
216
$(PROJ_DIR ) /mui/view/mui_text_input.c \
216
217
$(PROJ_DIR ) /mui/view/mui_msg_box.c \
@@ -275,6 +276,7 @@ SRC_FILES += \
275
276
$(PROJ_DIR ) /app/chameleon/port/fds_utils.c \
276
277
$(PROJ_DIR ) /app/chameleon/port/tag_helper.c \
277
278
$(PROJ_DIR ) /app/desktop/app_desktop.c \
279
+ $(PROJ_DIR ) /app/desktop/view/app_list_view.c \
278
280
$(PROJ_DIR ) /app/amiibo/app_amiibo.c \
279
281
$(PROJ_DIR ) /app/amiibo/view/amiibo_detail_view.c \
280
282
$(PROJ_DIR ) /app/amiibo/scene/amiibo_scene.c \
@@ -541,6 +543,7 @@ INC_FOLDERS += \
541
543
$(PROJ_DIR ) /app/ble/scene \
542
544
$(PROJ_DIR ) /app/ble/view \
543
545
$(PROJ_DIR ) /app/desktop \
546
+ $(PROJ_DIR ) /app/desktop/view \
544
547
$(PROJ_DIR ) /app/settings \
545
548
$(PROJ_DIR ) /app/settings/scene \
546
549
$(PROJ_DIR ) /app/amiibo \
@@ -721,6 +724,11 @@ ota:
721
724
full : settingsgen
722
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
723
726
727
+ gen :
728
+ python3 ../scripts/amiibo_db_gen.py
729
+ python3 ../scripts/i18n_gen.py
730
+ python3 ../scripts/resource_gen.py
731
+
724
732
flash_ocd : default
725
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
726
734
0 commit comments