feat(log): add log support for bootloader

This commit is contained in:
Wu Jian Gang
2018-06-17 23:37:02 +08:00
committed by Dong Heng
parent f0b17c4486
commit 82a8582371
4 changed files with 20 additions and 8 deletions

View File

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