feat(esp8266): Add "putc" and "vprintf" of version "ets_"

This commit is contained in:
Dong Heng
2018-05-25 17:01:50 +08:00
parent 316a44f3c3
commit e15f211d46
5 changed files with 45 additions and 87 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_vprintf = 0x40001f00 );
PROVIDE ( ets_io_vprintf = 0x40001f00 );