nOS icon indicating copy to clipboard operation
nOS copied to clipboard

RTOS for microcontrollers

Results 5 nOS issues
Sort by recently updated
recently updated
newest added

Add nOS_TicksToMs function On nOS_TimerRestart function, the reload value can be equal to 0 when timer state is not in free running mode. The timer will be kick right away...

What timing API's are available ? Can you give a quick description and when to use any of the following ones: NOS_NO_WAIT NOS_TICK_COUNT_MAX NOS_WAIT_INFINITE NOS_TICK_COUNT_MAX Have I got all the...

I suggest to add a test program. Maybe something that goes over all the functionality, from simpler to more complex, and reports the status as it goes. After each sub-test...

AFAIK nOS currently needs IAR to build for STM8. How about adding support for free SDCC? Philipp

it would be good to do on top of your RTOS shell POSIX for example, to make pthread_mutex_lock () as the: pthread_create (...) { ... nOS_ThreadCreate(...); ... }; pthread_mutex_lock (...)...