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
29
29
default 4096
30
30
31
31
config KERNEL_BIN_NAME
32
- default "esp32_net_firmware "
32
+ default "esp32_appcpu_firmware "
33
33
34
34
endif # BOARD_ESP32_DEVKITC_WROOM_APPCPU
35
35
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ config HEAP_MEM_POOL_ADD_SIZE_BOARD
27
27
default 4096
28
28
29
29
config KERNEL_BIN_NAME
30
- default "esp32_net_firmware "
30
+ default "esp32_appcpu_firmware "
31
31
endif
32
32
33
33
config ENTROPY_GENERATOR
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ config HEAP_MEM_POOL_ADD_SIZE_BOARD
29
29
def_int 4096
30
30
31
31
config KERNEL_BIN_NAME
32
- default "esp32_net_firmware "
32
+ default "esp32_appcpu_firmware "
33
33
endif
34
34
35
35
config ENTROPY_GENERATOR
Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ endif()
15
15
find_package (Zephyr REQUIRED HINTS $ENV{ZEPHYR_BASE} )
16
16
project (ipm_esp32 )
17
17
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 )
20
20
21
21
include (ExternalProject )
22
22
Original file line number Diff line number Diff line change @@ -38,8 +38,8 @@ enable_language(C ASM)
38
38
target_sources (app PRIVATE src/main.c )
39
39
40
40
if ("${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 )
43
43
endif ()
44
44
45
45
include (ExternalProject )
You can’t perform that action at this time.
0 commit comments