aboutsummaryrefslogtreecommitdiffstats
path: root/src/FreeRTOSConfig.h
Commit message (Collapse)AuthorAgeFilesLines
* Integration of nimble, work in progress.JF2020-04-191-1/+1
| | | | Advertising is working.
* First quick'n'dirty integration of LittleVGL. Needs some cleaning.JF2020-02-081-2/+2
|
* Improve date/time accuracy and handle counter overflow.JF2020-01-121-1/+1
|
* Increase configMINIMAL_STACK_SIZE to fix crash issue caused by freertos timers.JF2020-01-091-1/+1
|
* Improve power consumption and SLEEP mode :JF2020-01-051-2/+2
| | | | | | | - Disable IDLE hook (it would wake the device up as soon as possible). - Logger task sleep for 100ms (disable logging for better battery life) - Logging is disabled by default - Apply fix for ERRATA 87 (clear FPU interrupt before going to sleep). Ports files from FreeRTOS are now in the sources (they where in the SDK before)
* Initial commitJF2019-11-171-0/+207