I am working on an advanced firmware project for Cortex-M microcontrollers, leveraging FreeRTOS, and I'm exploring the implementation of a plugin system. My aim is to allow clients to independently develop and deploy their algorithms as plugins. Here are the key aspects of my current setup and requirements:
Given this setup, I have several questions where I would greatly appreciate the community's input:
Any insights, suggestions, or references to similar projects or implementations would be incredibly helpful.
Thank you in advance for your assistance and guidance!