mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-02 20:24:32 +02:00
expression_with_stack_xtensa: renamed and moved assembly helpes of esp_expression_wit_stack to xtensa component
This commit is contained in:
@@ -7,7 +7,6 @@ if(BOOTLOADER_BUILD)
|
|||||||
else()
|
else()
|
||||||
# Regular app build
|
# Regular app build
|
||||||
set(srcs "src/dbg_stubs.c"
|
set(srcs "src/dbg_stubs.c"
|
||||||
"src/esp_espression_with_stack_asm.S"
|
|
||||||
"src/esp_err_to_name.c"
|
"src/esp_err_to_name.c"
|
||||||
"src/esp_timer.c"
|
"src/esp_timer.c"
|
||||||
"src/ets_timer_legacy.c"
|
"src/ets_timer_legacy.c"
|
||||||
|
@@ -5,6 +5,7 @@ else()
|
|||||||
set(priv_requires soc freertos)
|
set(priv_requires soc freertos)
|
||||||
set(srcs "debug_helpers.c"
|
set(srcs "debug_helpers.c"
|
||||||
"debug_helpers_asm.S"
|
"debug_helpers_asm.S"
|
||||||
|
"expression_with_stack_xtensa.S"
|
||||||
"eri.c"
|
"eri.c"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user