This branch/PR continue the development integration of FreeRTOS into the AMDC v2 firmware codebase. Previously, the basic app structure and inclusion of the FreeRTOS kernel were completed in #359.
This branch includes the latest code enabling "dual-core operation", namely cross-core interrupts and inter-core communication via the FreeRTOS Message Buffer data structure.
This branch/PR continue the development integration of FreeRTOS into the AMDC
v2
firmware codebase. Previously, the basic app structure and inclusion of the FreeRTOS kernel were completed in #359.This branch includes the latest code enabling "dual-core operation", namely cross-core interrupts and inter-core communication via the FreeRTOS Message Buffer data structure.
WIP