File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ config HEAP_MEM_POOL_ADD_SIZE_BOARD
2929 default 4096
3030
3131config KERNEL_BIN_NAME
32- default "esp32_net_firmware "
32+ default "esp32_appcpu_firmware "
3333
3434endif # BOARD_ESP32_DEVKITC_WROOM_APPCPU
3535
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ config HEAP_MEM_POOL_ADD_SIZE_BOARD
2727 default 4096
2828
2929config KERNEL_BIN_NAME
30- default "esp32_net_firmware "
30+ default "esp32_appcpu_firmware "
3131endif
3232
3333config ENTROPY_GENERATOR
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ config HEAP_MEM_POOL_ADD_SIZE_BOARD
2929 def_int 4096
3030
3131config KERNEL_BIN_NAME
32- default "esp32_net_firmware "
32+ default "esp32_appcpu_firmware "
3333endif
3434
3535config ENTROPY_GENERATOR
Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ endif()
1515find_package (Zephyr REQUIRED HINTS $ENV{ZEPHYR_BASE} )
1616project (ipm_esp32)
1717
18- set_source_files_properties (${REMOTE_ZEPHYR_DIR} /esp32_net_firmware .c PROPERTIES GENERATED TRUE )
19- target_sources (app PRIVATE src/main.c ${REMOTE_ZEPHYR_DIR} /esp32_net_firmware .c)
18+ set_source_files_properties (${REMOTE_ZEPHYR_DIR} /esp32_appcpu_firmware .c PROPERTIES GENERATED TRUE )
19+ target_sources (app PRIVATE src/main.c ${REMOTE_ZEPHYR_DIR} /esp32_appcpu_firmware .c)
2020
2121include (ExternalProject)
2222
Original file line number Diff line number Diff line change @@ -38,8 +38,8 @@ enable_language(C ASM)
3838target_sources (app PRIVATE src/main.c)
3939
4040if ("${BOARD} " STREQUAL "esp32_devkitc_wrover" OR "${BOARD} " STREQUAL "esp32s3_devkitm" )
41- set_source_files_properties (${REMOTE_ZEPHYR_DIR} /esp32_net_firmware .c PROPERTIES GENERATED TRUE )
42- target_sources (app PRIVATE src/main.c ${REMOTE_ZEPHYR_DIR} /esp32_net_firmware .c)
41+ set_source_files_properties (${REMOTE_ZEPHYR_DIR} /esp32_appcpu_firmware .c PROPERTIES GENERATED TRUE )
42+ target_sources (app PRIVATE src/main.c ${REMOTE_ZEPHYR_DIR} /esp32_appcpu_firmware .c)
4343endif ()
4444
4545include (ExternalProject)
You can’t perform that action at this time.
0 commit comments