Update IDF Libs

This commit is contained in:
me-no-dev
2020-06-28 15:38:58 +03:00
parent 7611f483ae
commit 47b34df897
259 changed files with 1671 additions and 836 deletions

View File

@ -45,7 +45,7 @@ MEMORY
rtc_slow_seg(RW) : org = 0x50000000 + 0,
len = 0x2000 - 0
/* RTC fast memory (same block as above), viewed from data bus */
rtc_data_seg(RW) : org = 0x3ff9e000, len = 0x2000
rtc_data_seg(RW) : org = 0x3ff9e000, len = 0x2000 - (0x10)
}
_static_data_end = _bss_end;
_heap_end = 0x40000000;