Skip to content

Commit

Permalink
Merge branch 'bugfix/c5_newlib_reent_cleanup_fix' into 'master'
Browse files Browse the repository at this point in the history
fix(newlib): fix stub_table init on C5

Closes IDF-9093

See merge request espressif/esp-idf!28647
  • Loading branch information
ESP-Marius committed Jan 25, 2024
2 parents 0e79083 + 4b89e52 commit d90cad7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions components/newlib/newlib_init.c
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,7 @@ static struct syscall_stub_table s_stub_table = {
._printf_float = NULL,
._scanf_float = NULL,
#endif
#if CONFIG_IDF_TARGET_ESP32S3 || CONFIG_IDF_TARGET_ESP32C3 \
|| CONFIG_IDF_TARGET_ESP32C2 || CONFIG_IDF_TARGET_ESP32C6 || CONFIG_IDF_TARGET_ESP32H2 || CONFIG_IDF_TARGET_ESP32P4
#if !CONFIG_IDF_TARGET_ESP32 && !CONFIG_IDF_TARGET_ESP32S2
/* TODO IDF-2570 : mark that this assert failed in ROM, to avoid confusion between IDF & ROM
assertion failures (as function names & source file names will be similar)
*/
Expand Down

0 comments on commit d90cad7

Please sign in to comment.