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

can FreeRTOS be used with the ESP8266 in sloeber. #662

Closed
ghislainborremans opened this issue Feb 20, 2017 · 6 comments
Closed

can FreeRTOS be used with the ESP8266 in sloeber. #662

ghislainborremans opened this issue Feb 20, 2017 · 6 comments

Comments

@ghislainborremans
Copy link

Is there an example of FreeRTOS in sloeber?

@jantje
Copy link
Member

jantje commented Feb 20, 2017

Not that I'm aware of

@ghislainborremans
Copy link
Author

FreeRTOS is in the libraries for the ESP8266 platform but it refers to AVR\io.h... . I suppose it is not meant to be there.

@jantje
Copy link
Member

jantje commented Feb 22, 2017

I had a look here and freertos is a library you can install in windows->preferences->arduino->library manager.
Once installed there are 3 examples available.
I tried analogread_digitalread and that compiles fine with the uno if you add the library manually.
Adding the library manually is needed because the include directive states Arduino_FreeRTOS.h and the foldername is FreeRTOS.
So yes there are examples for free rtos

@ghislainborremans
Copy link
Author

I understand. i was looking to have it on ESP8266.
I have now switched to "taskscheduler". ( https://github.com/arkhipenko/TaskScheduler)

@jantje
Copy link
Member

jantje commented Feb 22, 2017

The question "can freertos libary work with ESP8255" is for https://github.com/greiman/FreeRTOS-Arduino to answer. Not for sloeber.

@ghislainborremans
Copy link
Author

ok

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

No branches or pull requests

2 participants