Files
ESP8266_RTOS_SDK/components/esp8266
Zhang Jun Hao 9eb0ab0d2b feat(lib): update lib
- support rssi info and phy mode in esp_wifi_sta_get_ap_info api
 - enlarge backoff time of multi/broad-cast packet send by softap
 - add user set min/max len support for sniffer
 - transform FCS error packet to application when ESP8266 in sniffer mode
 - fix cipher mode error in scan ap info
2020-09-25 15:41:40 +08:00
..
2020-09-25 15:41:40 +08:00
2020-04-03 14:35:37 +08:00
2020-09-25 15:41:40 +08:00
2020-09-25 15:41:40 +08:00
2020-09-25 15:41:40 +08:00
2020-09-25 15:41:40 +08:00
2020-09-25 15:41:40 +08:00
2020-09-25 15:41:40 +08:00
2020-09-25 15:41:40 +08:00
2020-09-25 15:41:40 +08:00

README

esp-idf compile and 'AR' user program as target library 'libmain.a', so we should not use
library which is named 'libmain.a'. We use 'libcore.a' instead of it.

As I konwn, you can do following:

1. rename libmain.a to libcore.a
2. change text 
        "*libmain.a:spi_flash.o(.literal .text .literal.* .text.*)"
   to
        "*libcore.a:spi_flash.o(.literal .text .literal.* .text.*)"
   in file 'eagle.app.v6.common.ld'