Bearcat-Electric-Vehicle-BEV / TeensyECU

0 stars 0 forks source link

Look into RTOS for teensy #32

Closed MarshalStewart closed 2 years ago

MarshalStewart commented 2 years ago

https://github.com/vanbergeijk/teensy-3.6-FreeRTOS-template/blob/master/src/main.cpp https://www.freertos.org/a00117.html

MarshalStewart commented 2 years ago

https://github.com/tsandmann/freertos-teensy

This is the official port for the 4.1

MarshalStewart commented 2 years ago

Free RTOS doesn't support interrupts or serial communication well. Will need to have some form of an RTOS in the future though

MarshalStewart commented 2 years ago

done