Difference between revisions of "emRun"

From SEGGER Wiki
Jump to: navigation, search
m
Line 1: Line 1:
[[Category:Knowledge Base]]
 
 
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.
 
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.
   

Revision as of 08:00, 23 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