mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-05-31 15:41:02 +08:00
feat(bootloader): Add configration for output console UART
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
PROVIDE ( ets_memcpy = 0x400018b4 );
|
||||
PROVIDE ( ets_printf = 0x400024cc );
|
||||
|
||||
PROVIDE ( SPIRead = 0x40004b1c );
|
||||
|
||||
PROVIDE ( xthal_get_ccount = 0x4000dd38 );
|
||||
PROVIDE ( xthal_get_ccount = 0x4000dd38 );
|
||||
PROVIDE ( uart_div_modify = 0x400039d8 );
|
||||
PROVIDE ( ets_io_vprintf = 0x40001f00 );
|
Reference in New Issue
Block a user