I’m very new to FreeRTOS. I would like to build a simple test example but the tutorial use Atmel Studio to build the project. Unfortunately AS is not supported on Linux so I’m a little bit stuck. I assume it uses arm gcc or something similar under the hood in order to build projects.
How can I build a simple example without Atmel Studio? I have no experience with manual building so detailed descriptions (or links) would be appreciated.
We already have a demo which runs on a Linux machine. Do note that this is a simulator demo which means it doesn’t run on actual hardware. You can find that here: FreeRTOS_Plus_TCP_Echo_Posix.
You can clone the repository INCLUDING submodules by running this git command:
I think it’s safe to say, things are better to be done with official tools. Ah, I love Linux, but sadly many tools are Windows only. If you insist on Linux, the best option would be Wine, which runs Windows app directly on Linux.
Building involes this configuration and that setting etc. It’s some complexity here.
Hi, in the next repo you’ll find the FreeeRTOS Linux port and nothing else so you can try and test the OS right away without any hardware nor fancy things. Bulding instructions are found in the README.txt file.