Files
Wu Jian Gang 5e4ff33e79 feat(bootloader): Add a simple bootloader
Old boot flow, just used for bootloader component compile, no full feature
2018-06-14 21:13:08 +08:00

4 lines
108 B
Plaintext

PROVIDE ( ets_memcpy = 0x400018b4 );
PROVIDE ( ets_printf = 0x400024cc );
PROVIDE ( SPIRead = 0x40004b1c );