forked from espressif/esp-idf
Merge branch 'bugfix/c5_newlib_reent_cleanup_fix' into 'master'
fix(newlib): fix stub_table init on C5 Closes IDF-9093 See merge request espressif/esp-idf!28647
This commit is contained in:
@@ -129,8 +129,7 @@ static struct syscall_stub_table s_stub_table = {
|
|||||||
._printf_float = NULL,
|
._printf_float = NULL,
|
||||||
._scanf_float = NULL,
|
._scanf_float = NULL,
|
||||||
#endif
|
#endif
|
||||||
#if CONFIG_IDF_TARGET_ESP32S3 || CONFIG_IDF_TARGET_ESP32C3 \
|
#if !CONFIG_IDF_TARGET_ESP32 && !CONFIG_IDF_TARGET_ESP32S2
|
||||||
|| CONFIG_IDF_TARGET_ESP32C2 || CONFIG_IDF_TARGET_ESP32C6 || CONFIG_IDF_TARGET_ESP32H2 || CONFIG_IDF_TARGET_ESP32P4
|
|
||||||
/* TODO IDF-2570 : mark that this assert failed in ROM, to avoid confusion between IDF & ROM
|
/* 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)
|
assertion failures (as function names & source file names will be similar)
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user