How to Switch C/C++ Library in MCUXpresso IDE

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to Switch C/C++ Library in MCUXpresso IDE

How to Switch C/C++ Library in MCUXpresso IDE

There are three C/C++ libraries supported in MCUXpresso IDE, Newlib, NewlibNano, and Redlib.  Newlib is a standard GNU C/C++ LIB, includes comprehensive  functions. NewlibNano is optimized in size of Newlib. And Redlib provide much smaller applications,  it isn’t a GUN C library.

MCUXpresso SDK demos use Redlib by default, some customers want to switch libary for balance code size and function.

Especially for small memory embedded chip, recommend use Redlib.

This document mainly includes two parts:

Different C/C++ libraries used in MCUXpresso IDE

二.Switch C Library in MCUXpresso IDE

About detail information , you can also refer to <MCUXpresso_IDE_User_Guide.pdf>.

Attachments
No ratings
Version history
Last update:
‎09-18-2018 12:58 AM
Updated by: