analogdevicesinc / no-OS

Software drivers in C for systems without an operating system
http://analogdevicesinc.github.io/no-OS/
Other
927 stars 1.65k forks source link

Any chance to support Zephyr OS? #2133

Closed denny61302 closed 6 months ago

CiprianRegus commented 6 months ago

Hi @denny61302,

I don't think this will ever happen in the form that FreeRTOS is integrated in no-OS (which really just builds the FreeRTOS sources alongside no-OS). If you need a driver which is only available in no-OS (and not Zephyr), I suggest getting the source and header files from this repository and porting the platform specific function calls to Zephyr instead.