mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-08-06 15:15:15 +08:00
feat(log): add log support for bootloader
This commit is contained in:
@ -1,4 +1,6 @@
|
||||
PROVIDE ( ets_memcpy = 0x400018b4 );
|
||||
PROVIDE ( ets_printf = 0x400024cc );
|
||||
|
||||
PROVIDE ( SPIRead = 0x40004b1c );
|
||||
PROVIDE ( SPIRead = 0x40004b1c );
|
||||
|
||||
PROVIDE ( xthal_get_ccount = 0x4000dd38 );
|
Reference in New Issue
Block a user