nOS icon indicating copy to clipboard operation
nOS copied to clipboard

POSIX like

Open EduardShaid opened this issue 7 years ago • 1 comments

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 (...) { ... nOS_MutexLock(...); ... };

EduardShaid avatar Jul 16 '16 10:07 EduardShaid

Yeah, a compatible layer can be done on top of nOS to have the possibility to compile your app for a microcontroller or a stronger Linux capable microprocessor.

Maybe you can help if you want.

jimtremblay avatar Jul 17 '16 17:07 jimtremblay