Hello, I would like to ask if there are any reason that would prevent me from taking the latest FreeRTOS release from their repository instead of using the version that is provided by the SDK.
My example of usage:
I have a project that is done over imxr117 and the kernel version out of the sdk is 10.4.3, although I would like to bump it to the latest 10.5.
An example of finding that might be important: in the SDK there is a file `freertos_tasks_c_additions.h` that is not part of the official release. I think that is the only example of difference in files, but can be a difference in the source code? (I'm also asking this as a general question of good practice, and not only in this specific case)
Thanks,