feat(bootloader): Add a simple bootloader

Old boot flow, just used for bootloader component compile, no full feature
This commit is contained in:
Wu Jian Gang
2018-06-04 17:41:43 +08:00
parent 2b8279e2a1
commit 5e4ff33e79
3 changed files with 360 additions and 98 deletions

View File

@ -0,0 +1,4 @@
PROVIDE ( ets_memcpy = 0x400018b4 );
PROVIDE ( ets_printf = 0x400024cc );
PROVIDE ( SPIRead = 0x40004b1c );