Hi,
we are a team that is developing a product with the RT685, with the FreeRTOS.
As the File System we use LittleFS so we can't use Redlib. We selected the Newlib-nano library as advised in the SDK documentation of littleFS. We went in the wizard to search for other options but we found nothing other then Redlib and Newlib and Newlib-nano.
We found an old article about the risks of using the newlib with the FreeRTOS from Adam Nadler (https://nadler.com/embedded/NXP_newlibAndFreeRTOS.html).
There are any still risks for using the Newlib or the Newlib-nano library with the FreeRTOS?
The setup:
- MCU : MIMXRT685SFVKB
- LittleFS: version 2.5.0_rev0
- FreeRTOS: Kernel V10.5.0
- NewLib-nano version 4.3.0
All the components come from the SDK version 2.13.0 (Maniferst: 3.10.0)