feat(esp8266): Add ets_printf in SDK side

This commit is contained in:
Wu Jian Gang
2018-05-24 11:47:21 +08:00
parent 00765800e7
commit 26e825b0de
4 changed files with 64 additions and 2 deletions

View File

@ -57,4 +57,4 @@ PROVIDE ( gpio_input_get = 0x40004cf0 );
PROVIDE ( gpio_pin_wakeup_disable = 0x40004ed4 );
PROVIDE ( gpio_pin_wakeup_enable = 0x40004e90 );
PROVIDE ( ets_printf = 0x400024cc );
PROVIDE ( ets_vprintf = 0x40001f00 );