- 14 Aug, 2020 40 commits
-
-
Oliver Horst authored
-
Oliver Horst authored
-
Oliver Horst authored
-
Oliver Horst authored
-
Oliver Horst authored
-
Oliver Horst authored
-
Oliver Horst authored
-
Oliver Horst authored
- Splitted the code into an architecture specific and a generic part - Changed naming and formatting to follow the FreeRTOS code style guides
-
-
-
-
-
-
-
-
memguard: changed #ifdef names of headers and function names. Moved many definitions into the freertos config file
-
-
-
-
-
memguard: fixed mechanism for blocking tasks from running before the memguard_notify_new_task_created() is called for them. We keep them suspended until this function is called.
-
-
-
memguard: code restructured in order to build properly with all the MemGuard framework included in the freeRTOS
-
-
memguard: CMake changed for MemGuard, restructured from library type to subdirectory. Files for multi-core moved inside freertos/extra/memguard from runtimes/memguard
-
memguard: improved comments, improved idention, renamed functions, changed functions signatures, moved files, moved #define elements, solved errors in pmu functions
-
-
-
-
-
-
-
Oliver Horst authored
-
-
-
-
memguard: removed usage of uxTaskGetSystemState() - moved memguard folder inside the extra folder of FreeRTOS
-
Oliver Horst authored
In freestanding mode GCC only provides stddef.h, but not stdlib.h
-
Oliver Horst authored
Vanilla Amazon FreeRTOS v10.0.0 downloaded from https://sourceforge.net/projects/freertos/files/FreeRTOS/V10.0.0/FreeRTOSv10.0.0.zip on 2019-03-07 Restructured with toki-baseliner, revision bb0f496.
-