newlib-nano

04 Jan 2018

Quote:

If you are using Mbed's RTOS, do not use newlib-nano!

However, if you run your Mbed OS application in a single thread (or have removed the RTOS), ... using newlib-nano can bring signifcant benefits.

Please consider publicizing this more widely, e.g. documenting in connection with mbed export. I did use newlib-nano for a time - when I was experimenting with MCUXpresso managed linker scripts, IIRC.

04 Jan 2018

Or better yet, fix the problem so newlib-nano can be used.

Is newlib-nano an Arm property? Or can you make feature requests there?

09 Feb 2018

Can I use the eventQueue if enable the newlib-nano and single thread ?

12 Mar 2019

Ozzy Chiu wrote:

Can I use the eventQueue if enable the newlib-nano and single thread ?

Late reply I know, but yes, EventQueue works perfectly with newlib-nano and without RTOS.