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
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