esp-idf/components/xtensa
Frantisek Hrbata b3998f0f0c tools: strip trailing whitespaces/newline from dump_machine
In components/xtensa/project_include.cmake ${CMAKE_C_COMPILER} -dumpmachine
is called, but the output has newline.

Before
---8<--
-- Compiler supported targets: xtensa-esp32s3-elf

-- App "blink" version: 1.2.3
---8<--

After
---8<--
-- Compiler supported targets: xtensa-esp32s3-elf
-- App "blink" version: 1.2.3
---8<--

Signed-off-by: Frantisek Hrbata <frantisek.hrbata@espressif.com>
2023-05-30 13:35:10 +02:00
..
baremetal xtensa: Add bare metal port stub functions for G0 build test 2023-04-18 15:51:38 +08:00
deprecated_include xtensa: Move Xtensa RTOS porting layer files to xtensa component 2023-04-18 15:28:05 +08:00
esp32 xtensa: move out trax 2021-02-26 19:45:48 +08:00
esp32s2 xtensa: move out trax 2021-02-26 19:45:48 +08:00
esp32s3 hal: Route CPU and Interrupt Controller HAL/LL to esp_cpu calls 2022-06-14 14:40:03 +08:00
include Merge branch 'contrib/github_pr_10895' into 'master' 2023-05-04 10:41:46 +08:00
trax xtensa: Pass the test with latest gdb 2021-11-22 18:17:36 +01:00
CMakeLists.txt xtensa: Add bare metal port stub functions for G0 build test 2023-04-18 15:51:38 +08:00
eri.c Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
linker.lf xtensa: Move Xtensa RTOS porting layer files to xtensa component 2023-04-18 15:28:05 +08:00
project_include.cmake tools: strip trailing whitespaces/newline from dump_machine 2023-05-30 13:35:10 +02:00
xt_trax.c xtensa: move out trax 2021-02-26 19:45:48 +08:00
xtensa_context.S xtensa: Move Xtensa RTOS porting layer files to xtensa component 2023-04-18 15:28:05 +08:00
xtensa_intr_asm.S G0: Support Xtensa targets for G0-only compilation 2022-06-20 11:34:20 +00:00
xtensa_intr.c G0: Support Xtensa targets for G0-only compilation 2022-06-20 11:34:20 +00:00
xtensa_loadstore_handler.S xtensa: Move Xtensa RTOS porting layer files to xtensa component 2023-04-18 15:28:05 +08:00
xtensa_vectors.S xtensa: Move Xtensa RTOS porting layer files to xtensa component 2023-04-18 15:28:05 +08:00