15 Commits

Author SHA1 Message Date
b3658b4eb1 feat(freertos): Add option for idle task stack size
Modify min size from 768 to 1024 bytes.
2019-04-17 10:13:38 +08:00
b6ea4eab21 feat(freertos): Cleanup tick/idle hook functionality
Closes https://github.com/espressif/ESP8266_RTOS_SDK/issues/500
2019-03-07 11:42:50 +08:00
228853728f feat(freertos): Add function to get CPU usage 2019-03-05 14:56:27 +08:00
08a2035f54 feat(freertos): Make trace facility configurable
This commit makes configUSE_TRACE_FACILITY and configUSE_STATS_FORMATTING_FUNCTIONS
configurable in kconfig.

Closes https://github.com/espressif/ESP8266_RTOS_SDK/issues/495
2019-03-04 09:44:34 +08:00
d9b9e9e6a3 feat(freertos): Add option to disable FreeRTOS 2019-02-28 16:51:57 +08:00
723faf08d9 feat(freertos): Add option to FreeRTOS sleep module 2019-02-28 15:51:05 +08:00
4373adbc2a feat(freertos): Add option to enable queue sets 2019-02-14 10:58:13 +08:00
6fd342dd0f feat(freertos): Add configuration to speed up task switch
The global heap is 74332 bytes when connect to AP and get IP by DHCP.
2018-11-29 09:47:33 +08:00
ec77c9711b bugfix/freertos_timer_stack_config: Added config option for Timer stack.
Added configuration option for Timer Stack size in FreeRTOS.
2018-10-22 14:34:18 +05:30
6cfcb7a3b5 docs(freertos): Modify FreeRTOS HZ configuration help description
Closes https://github.com/espressif/ESP8266_RTOS_SDK/issues/314
2018-10-09 17:52:47 +08:00
c389ca3fb8 feat(esp8266): Add configuration link function
Select to link "FreeRTOS", "LWIP", "libcore.a" and "TCPIP adapter" global data to IRAM.
2018-09-17 17:53:41 +08:00
b919197c07 feat(freertos): Add configuration for interrupt stack size 2018-09-12 13:40:03 +08:00
8633994744 feat(FreeRTOS): Modify for ESP8266 2018-08-22 14:05:59 +08:00
610e6a11ef feat: configurate FreeRTOS HZ 2018-07-26 16:50:04 +08:00
3a724ca78c feat(kconfig): Add option to kconfig
Add option to enable reent function.
2018-05-11 14:26:57 +08:00