summaryrefslogtreecommitdiff
path: root/src/FreeRTOSConfig.h
AgeCommit message (Collapse)AuthorFilesLines
2020-06-01DFU : add timeout detection : abort dfu procedure after 10s without any data ↵JF1-1/+1
from the host.
2020-04-19Integration of nimble, work in progress.JF1-1/+1
Advertising is working.
2020-02-08First quick'n'dirty integration of LittleVGL. Needs some cleaning.JF1-2/+2
2020-01-12Improve date/time accuracy and handle counter overflow.JF1-1/+1
2020-01-09Increase configMINIMAL_STACK_SIZE to fix crash issue caused by freertos timers.JF1-1/+1
2020-01-05Improve power consumption and SLEEP mode :JF1-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)
2019-11-17Initial commitJF1-0/+207