tools(unit-test-app): Modify for ESP8266

1. Remove unused or unsupported unit test
2. Add extra header file to pass compiling
3. Remove unsupported functions
This commit is contained in:
dongheng
2019-03-18 13:04:01 +08:00
parent 6889537951
commit b522e9a0e1
38 changed files with 215 additions and 3430 deletions

View File

@ -57,4 +57,5 @@ PROVIDE ( gpio_input_get = 0x40004cf0 );
PROVIDE ( gpio_pin_wakeup_disable = 0x40004ed4 );
PROVIDE ( gpio_pin_wakeup_enable = 0x40004e90 );
PROVIDE ( ets_io_vprintf = 0x40001f00 );
PROVIDE ( ets_io_vprintf = 0x40001f00 );
PROVIDE ( uart_rx_one_char = 0x40003b8c );