diff options
| author | JF <jf@codingfield.com> | 2020-07-02 19:38:52 (GMT) |
|---|---|---|
| committer | JF <jf@codingfield.com> | 2020-07-02 19:38:52 (GMT) |
| commit | a83f067af9af82f034596f6f6154f4dccf598ace (patch) | |
| tree | b19b858f1b82a5eefe8f906f2d7cce253627ea77 /src/CMakeLists.txt | |
| parent | 89e7033830bd73a35f4bb2faf14ccf06f3785712 (diff) | |
Reduce RAM memory usage by tuning the stack of the stasks and the heap allocated for FreeRTOS.
Add Monitor to log the stack usage of each task.
Diffstat (limited to 'src/CMakeLists.txt')
| -rw-r--r-- | src/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index a30fb56..8b39d2b 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -442,6 +442,7 @@ set(INCLUDE_FILES libs/date/includes/date/tz_private.h DisplayApp/LittleVgl.h SystemTask/SystemTask.h + SystemTask/SystemMonitor.h ) include_directories( |
