Hi,
We have been successfully using cocoOS on STM8S003F3. However, I was wondering about the following.
1. We only need Tasks and Events from cocoOS, however; we are unable to disable Msg Queues from cocoOS.
We tried setting N_QUEUES = 0; however, that gives a compile error.
2. Is it possible to make the cocoOS modular enough to disable functionalities when required, such as disabling Msg Queues / Semaphores to be run on extremely low spec'd devices.
Please do let me know.