summaryrefslogtreecommitdiff
path: root/src/FreeRTOSConfig.h
AgeCommit message (Expand)AuthorFilesLines
2021-07-07LVGL use system tickRiku Isokoski1-1/+1
2021-06-06Initialize SystemTask, DisplayApp and HeartRateTask as global static variable...Jean-François Milants1-1/+1
2021-04-24Reformatted all the files according to clang-format styleAvamander1-98/+94
2021-04-100.16.0 TWI problems fixJoaquim1-2/+2
2021-02-03Increase FreeRTOS heap size and re-enable heart rate task. New Nimble probabl...Jean-François Milants1-1/+1
2021-01-10First implementation of the HR sensor using 100% foss code (ported from waspos)Jean-François Milants1-1/+1
2020-07-02Reduce RAM memory usage by tuning the stack of the stasks and the heap alloca...JF1-3/+3
2020-06-01DFU : add timeout detection : abort dfu procedure after 10s without any data ...JF1-1/+1
2020-04-19Integration of nimble, work in progress.JF1-1/+1
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
2019-11-17Initial commitJF1-0/+207