Difference between revisions of "emRun"

From SEGGER Wiki
Jump to: navigation, search
m
Line 5: Line 5:
   
 
For detailed information visit the [https://www.segger.com/products/development-tools/runtime-library/ SEGGER Runtime Library product page on segger.com].
 
For detailed information visit the [https://www.segger.com/products/development-tools/runtime-library/ SEGGER Runtime Library product page on segger.com].
  +
  +
== IDE specific content ==
  +
* [[How to use the SEGGER Runtime Library with NXP's MCUXpresso]]

Revision as of 17:45, 18 June 2019

The SEGGER RunTime Library is the replacement from SEGGER for newlib, newlib-nano, and glibc used in most GCC toolchains. These libraries have significant disadvantages over professional runtime libraries for embedded systems. The SEGGER RunTime Library converts any GCC-based toolchain into a professional development choice.

In many cases, the ROM-savings of the SEGGER RunTime Library enable the use of a smaller microcontroller with less on-chip memory. This can result in significant cost savings, especially for devices built in large quantities for the mass market.

For detailed information visit the SEGGER Runtime Library product page on segger.com.

IDE specific content