1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-13 13:01:55 +03:00

Add missing AES table pointers (#1271, #1256)

This commit is contained in:
Ivan Grokhotkov
2015-12-22 07:59:54 +03:00
parent 8caf70c11b
commit 70cf3c36ef
2 changed files with 3 additions and 0 deletions

View File

@ -343,5 +343,8 @@ PROVIDE ( xthal_window_spill = 0x4000e324 );
PROVIDE ( xthal_window_spill_nw = 0x4000e320 ); PROVIDE ( xthal_window_spill_nw = 0x4000e320 );
PROVIDE ( Te0 = 0x3fffccf0 ); PROVIDE ( Te0 = 0x3fffccf0 );
PROVIDE ( Td0 = 0x3fffd100 );
PROVIDE ( Td4s = 0x3fffd500);
PROVIDE ( rcons = 0x3fffd0f0);
PROVIDE ( UartDev = 0x3fffde10 ); PROVIDE ( UartDev = 0x3fffde10 );
PROVIDE ( flashchip = 0x3fffc714); PROVIDE ( flashchip = 0x3fffc714);

Binary file not shown.