- Sep 01, 2020
-
-
Oliver Horst authored
- Integrated memguard implementation - Re-organized source code structure and splitted freertos-plus and freertos-portable away
-
- Aug 31, 2020
-
-
Oliver Horst authored
-
Oliver Horst authored
-
Oliver Horst authored
- Replaced includes of stdlib.h by stddef.h (definition of size_t) - Added dependency to toki-libc-headers and toki-libc-printf
-
Oliver Horst authored
-
Oliver Horst authored
-
Oliver Horst authored
-
Oliver Horst authored
-
-
Oliver Horst authored
-
Tick interrupt initialization was adapted to to calculate a Hardware Timer based on the current core.
-
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 - Implemented a uxHalGetCpuId() method to "universally" provide the information about the core the software is runnign on
-
-
-
-
-
-
-
-
-
memguard: changed #ifdef names of headers and function names. Moved many definitions into the freertos config file
-
-
-
-
memguard: moved memguard_init() inside _init.c in order to avoid to ask the user to call it in its program
-
-
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
-
-
-
-
-
-
-