Closed Stevenlawrencehoriba closed 3 months ago
thanks for the info, but that does not help us either , some other things have totally broken our code.. i went back to the newer stuff and managed to get three out of four tasks running , although the serial output now has issues at startup with all the updates to the compilier tools, platform io and your freertos alonmg side teensy4.1 core. Issues we get are ..
Fortuanlty we have a VM backup of the previous builld system, which we are havign to use and disconnect frotm he internet, in order to continue development and fixes for our customer. With all these issues. we are havign to review our approach using the teensy boards as this is just a nightmare to resolve for us, as its all around bad controls around verisoning and releasing. We cant go back to older versions of everything, becuase they are no longer on the internet registry.
The only next option is for us to move to some thing else for furture maintenance or consider using soem other RTOS, which supports the hardware IO.
The versions of the platform library and this FreeRTOS port are independent, there is no 'released with version X'.
If you don't need support for the EventResponder
class (see Readme), you can use the original teensy platform (platform = teensy
) from PlatformIO instead of the adapted one to rule out that the issues are related to this.
If you're getting asserts from FreeRTOS, there's probably something wrong with your application code or the way you're using the FreeRTOS API. But that's definitely out of scope for this port of FreeRTOS for the teensy boards. I'm happy to try to help with issues related to the teensy adaptions, but for general issues realted to the RTOS itself, the official FreeRTOS support options are definitely the better place to go.
Hi Tim, can you provide me with a link so i can fix the build to an older version, that was released with version 10.5.1. FreeRTOS. I need to check if this works, if i use the link above it wil just pull the latest. Which we dont want. I can manage the rtos version manually. I woudl like to try the older verion. Thanks