expression_with_stack_xtensa: renamed and moved assembly helpes of esp_expression_wit_stack to xtensa component

This commit is contained in:
Felipe Neves 2019-11-15 16:56:16 +08:00
parent 7b90f34c5a
commit 11266ef05d
3 changed files with 1 additions and 1 deletions

View file

@ -7,7 +7,6 @@ if(BOOTLOADER_BUILD)
else()
# Regular app build
set(srcs "src/dbg_stubs.c"
"src/esp_espression_with_stack_asm.S"
"src/esp_err_to_name.c"
"src/esp_timer.c"
"src/ets_timer_legacy.c"

View file

@ -5,6 +5,7 @@ else()
set(priv_requires soc freertos)
set(srcs "debug_helpers.c"
"debug_helpers_asm.S"
"expression_with_stack_xtensa.S"
"eri.c"
)