Arduino IDE ver. 1.8.1 shows FreeRTOS as "INCOMPATIBLE"... #15
Replies: 5 comments
-
Try to delete FreeRTOS out of your Arduino Libraries folder, then re-download it from the Library Manager. v9,0.0-1 is working fine, on my Win10 machine with IDE1.8.1 |
Beta Was this translation helpful? Give feedback.
-
OKay, I finally got back to this and now the library loads correctly. |
Beta Was this translation helpful? Give feedback.
-
I don't have a ProMicro (ATmega32U4) to test this issue, but if I did then I would try the following things.
Overall, I'm relatively sceptical that the ATmega32U4 with its USB interface is a good target for a simple FreeRTOS library. There are very tight timing constraints on the USB interface responses, and the Arduino platform "takes no prisoners" in dealing with these USB issues. The ideal way to do a RTOS solution using the ATmega32u4 would be to integrate the RTOS into the kernel of the solution, rather than just a shim library in user space (to use Linux parlance), but this takes you outside the bounds of the Arduino experience. |
Beta Was this translation helpful? Give feedback.
-
OKay, I followed the first procedure and it appears to be with the IDE 1.8.1. I have found other items that also don't work in that newest version, so I will keep this in mind as well. Thank you for your help...again. |
Beta Was this translation helpful? Give feedback.
-
No. Don't waste time in debugging Arduino. There are people doing that already. Just find an IDE version that works for you, and be circumspect when upgrading. |
Beta Was this translation helpful? Give feedback.
-
Howdy, I just saw this in my Examples section of the IDE and was wondering if you were already updating your files?
Beta Was this translation helpful? Give feedback.
All reactions