aboutsummaryrefslogtreecommitdiffstats
path: root/src/SystemTask/SystemMonitor.h
Commit message (Collapse)AuthorAgeFilesLines
* Renamed SystemTask/ to systemtask/Avamander2020-10-021-46/+0
|
* Fix most of the warnings. Remaining warnings come from nimble source code.JF2020-08-171-1/+1
|
* Add doc about memory usage analysis.JF2020-07-031-1/+1
|
* Reduce RAM memory usage by tuning the stack of the stasks and the heap ↵JF2020-07-021-0/+46
allocated for FreeRTOS. Add Monitor to log the stack usage of each task.