IvanZuy / freertos_c28x

FreeRTOS port for TI C2000's C28x based microcontrollers
MIT License
71 stars 32 forks source link

Thanks! <no issue as of the time of this writing> #5

Open jwestmoreland opened 6 years ago

jwestmoreland commented 6 years ago

Ivan, I posted this on the FreeRTOS interactive site:

Hello Ivan, Thanks for sharing your port. I had worked on this also some time ago; but not quite completed; I did get a 'blinky' port working for the 'c55x series. I modified your port to run on my 'Themis' target - TMS320F28069 target - and it's running fine. I will let you know if I run into any issues. I currently have red and green leds blinking.
Thanks Again, John W.

Wanted to say thanks!

IvanZuy commented 6 years ago

Hello John, Thank you for feedback. It's good to know that it works on TMS320F28069. I also can run it on TI's LAUNCHXL-F28069M board. I'm going to add examples for this MCU soon. Hopefully someday FREERTOS for C2000 will replace SYSBIOS :-)

jwestmoreland commented 6 years ago

Hello IvanZuy,

Don't get me started on SYSBIOS! Ha! Yeah, I remember the good, the bad, and the ugly regarding that.

Just so you know - I've 'upgraded' to the new 'Amazon RTOS' a.k.a. FreeRTOS v10.x.x.; and I've added the memory manager code; heap_2.c right now. Of course you've done the heavy lifting in your port already so that's relatively straightforward.

Thanks again for the great contribution! John W.