tsandmann / freertos-teensy

FreeRTOS port with C++ std::thread support for ARM boards Teensy 3.5, 3.6, 4.0 and 4.1 (cortex-m4f and cortex-m7f)
92 stars 15 forks source link

How to get started, which IDE/toolchain? #2

Closed GunterO closed 3 years ago

GunterO commented 3 years ago

I'm sorry to ask a dumb question, but how to get started with your port? Is it intended for PlatformIO? Can't get it working for some reason. Thanks!

GunterO commented 3 years ago

Never mind, stupid me. I made it too complicated for myself by trying to do everything manually, while it is actually very simple: Just open one of the examples (in PlatformIO), and all the dependencies are automatically installed.