Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

POSIX like #9

Open
EduardShaid opened this issue Jul 16, 2016 · 1 comment
Open

POSIX like #9

EduardShaid opened this issue Jul 16, 2016 · 1 comment

Comments

@EduardShaid
Copy link

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

@jimtremblay
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants