Hi,
- I've seen that the standard C library for GNU toolchain (newlib) shipped with SYS/BIOS was tweaked to support SYS/BIOS multi-threading. I found customized lock.h header and I suppose the library was compiled with -D__DYNAMIC_REENT__ switch.
- Are there any other customizations included?
- For instance, is stdout/stderr bound to System module so that printf() outputs data to same place as System_printf()?
- Is my understanding correct and FatFS example only works with TI compiler?
Best regards,
Vasili
