majianjia / nnom

A higher-level Neural Network library for microcontrollers.
Apache License 2.0
815 stars 234 forks source link

without RT_Thread #171

Open AndreQingyuWu opened 1 year ago

AndreQingyuWu commented 1 year ago

can nnom run correctly in MCU SDK without RT_Thread, for example running in nrf5-sdk

majianjia commented 1 year ago

Yes it can. It is an independent package that doesnt rely on any RTOS. You can check the CI example for running on PC or the recently submitted contest that runs on STM32 HAL without RTOS using static memory allocation

AndreQingyuWu commented 1 year ago

Thank you very much. I will try to apply nnom to a low power IoT project based on nrf52833. Pure C is very valuable!

jonnor commented 3 months ago

This has been answered, and should be closed. CC @majianjia