From 7f28bce42ef51475eeb2f583b9639ae84615d4e6 Mon Sep 17 00:00:00 2001 From: Angus Gratton Date: Thu, 21 Feb 2019 10:26:07 +1100 Subject: [PATCH] newlib: When using psram, link setlocale() to flash not IRAM --- components/newlib/esp32-spiram-rom-functions.lf | 1 - 1 file changed, 1 deletion(-) diff --git a/components/newlib/esp32-spiram-rom-functions.lf b/components/newlib/esp32-spiram-rom-functions.lf index 02ef24bcbd..d741395d94 100644 --- a/components/newlib/esp32-spiram-rom-functions.lf +++ b/components/newlib/esp32-spiram-rom-functions.lf @@ -37,7 +37,6 @@ entries: lib_a-fflush (noflash) lib_a-refill (noflash) lib_a-s_fpclassify (noflash) - lib_a-locale (noflash) lib_a-asctime (noflash) lib_a-ctime (noflash) lib_a-ctime_r (noflash) -- 2.40.0