I m learning to do thing with a arduino R3 for somewhat a year.
My latest arduino is to use a LCD for displaying a menu and a led-ring to show the effect.
The effect can be chosen by using buttons.
Now I wonder if I want to learn rtos with a board that works with RTOS .
Is it then easy to make the step or is it hard.
I have very little knowlede about C and some knowlegde about c++
From there you could see a link to various demos to support different hardware boards. If you don’t have boards listed there, you could always give the simulators a try.
With setup instructions of those demo, you should be able to have a very simple app running on your boards with minimal code changes.
I have some problems with that tutorial in wsl2 on Windows 10
git clone --recurse-submodules https://github.com/FreeRTOS/Lab-Project-FreeRTOS-Tutorials.git
Cloning into 'Lab-Project-FreeRTOS-Tutorials'...
fatal: unable to access 'https://github.com/FreeRTOS/Lab-Project-FreeRTOS-Tutorials.git/': Could not resolve host: github.com
roelof@DESKTOP-577VVFT:~/rtos$ git clone --recurse-submodules git://github.com/FreeRTOS/Lab-Project-FreeRTOS-Tutorials.git
Cloning into 'Lab-Project-FreeRTOS-Tutorials'...
fatal: unable to connect to github.com:
github.com[0: 140.82.121.4]: errno=Connection timed out
I just want to add that actually you can run FreeRTOS on your Arduino if you get an AVR debugger: Atmel AVR (MegaAVR) / WinAVR Port - FreeRTOS™
Though I am not sure how much fun it will be with so little RAM.