9 Commits

Author SHA1 Message Date
744f2cfec8 feat(esp_common): update esp_wps.h path and add esp_compiler.h for wpa_supplciant sync with idf 2020-07-28 18:39:30 +08:00
ad7fd5424f Merge branch 'feature/add_fatfs' into 'master'
feat(fatfs): add FATFS for ESP8266

See merge request sdk/ESP8266_RTOS_SDK!1319
2020-07-23 11:34:07 +08:00
f03e81b092 task_watchdog: Fixed the default timeout
The watchdog timeout was mistakenly getting set to 6 seconds instead of 26 seconds
due to incorrect macro being used.
2020-05-06 18:17:40 +05:30
0104d2a718 feat(esp_common): enable watch dog panic function 2020-03-02 14:16:52 +08:00
3bbadfa6de feat(fatfs): add FATFS from esp-idf
Commit ID: 3b16089c
2020-02-27 16:16:22 +08:00
b89d8a7ab2 feat(lwip): update lwip component from idf 2020-02-25 19:28:56 +08:00
622482eb76 feat(esp_common): update esp_common
1. add Kconfig file and rename old global macro
2. move some independent files to esp_common
2020-01-15 14:56:39 +08:00
97cd6a594b fix(make): fix compiling warning
1. add "-MP" prevents make-level errors when switching IDF versions, as headers may be removed
2. add macro "IS_BOOTLOADER_BUILD" to disable link file generation when compiling bootloader
3. add "<:" to avoid makefile to search it undefined variable
2019-08-26 20:41:19 +08:00
c326ec606a feat(esp_common): add stack check function for gcc
Enable this function by "COMPILER_STACK_CHECK_MODE" of "Kconfig".
2019-08-16 13:41:34 +08:00