update IDF libraries and includes

This commit is contained in:
me-no-dev
2016-10-28 01:53:02 +03:00
parent 261bc5ae85
commit 3c071e1d89
74 changed files with 1952 additions and 349 deletions

View File

@ -45,8 +45,8 @@ MEMORY
Start of RTC slow memory is reserved for ULP co-processor code + data, if enabled.
*/
rtc_slow_seg(RW) : org = 0x50000000 + 0,
len = 0x1000 - 0
rtc_slow_seg(RW) : org = 0x50000000 + 32,
len = 0x1000 - 32
}
/* Heap ends at top of dram0_0_seg */
_heap_end = 0x40000000 - 0x0;