1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-30 16:24:09 +03:00

Tidy up backend code for esp8266 (malloc, free, yield)

This commit is contained in:
Ivan Grokhotkov
2014-11-21 19:15:40 +03:00
parent e059e5a231
commit 71e7ed040f
8 changed files with 47 additions and 83 deletions

View File

@ -341,3 +341,7 @@ PROVIDE ( xthal_window_spill_nw = 0x4000e320 );
PROVIDE ( Te0 = 0x3fffccf0 );
PROVIDE ( UartDev = 0x3fffde10 );
PROVIDE ( flashchip = 0x3fffc714);
malloc = pvPortMalloc;
free = vPortFree;