mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-06-03 02:56:35 +08:00
feat(bootloader): Add a simple bootloader
Old boot flow, just used for bootloader component compile, no full feature
This commit is contained in:
@ -0,0 +1,4 @@
|
||||
PROVIDE ( ets_memcpy = 0x400018b4 );
|
||||
PROVIDE ( ets_printf = 0x400024cc );
|
||||
|
||||
PROVIDE ( SPIRead = 0x40004b1c );
|
Reference in New Issue
Block a user