wiki:Packages

Version 1 (modified by C Rempel, on 06/15/12 at 21:43:11) (diff)

Created page with "=Rtems addon package= The RTEMS Addon Packages is an infrastucture complete with examples of how to add libraries to RTEMS to make more complex applications. ==Adding Libraries ..."

RTEMS Add-On Packages

Rtems addon package

The RTEMS Addon Packages is an infrastucture complete with examples of how to add libraries to RTEMS to make more complex applications.

Adding Libraries to RTEMS

To get the RTEMS addon packages:

$ git clone git://git.rtems.org/rtems-addon-packages.git \

rtems-addon-packages.git

The RTEMS Addon Packages come with the following additions: Name: avl-1.4.0 Site: http://savannah.gnu.org/projects/avl Description: GNU libavl is a library in ANSI/ISO C for the manipulation of binary trees and balanced binary trees.

Name: gsl-1.9 Site: http://www.gnu.org/software/gsl/ Description: The GNU Scientific Library (GSL) is a numerical library for C and C++ programmers.

Name: libtecla-1.6.1 Site: http://www.astro.caltech.edu/~mcs/tecla/index.html Description: The tecla library provides UNIX and LINUX programs with interactive command line editing facilities, similar to those of the UNIX tcsh shell.

Name: ncurses-5.9 Site: http://www.gnu.org/software/ncurses/ Description: The Ncurses (new curses) library is a free software emulation of curses in System V Release 4.0, and more.

Name: adline-6.2 Site: http://cnswww.cns.cwru.edu/php/chet/readline/rltop.html The GNU Readline library provides a set of functions for use by applications that allow users to edit command lines as they are typed in.

To The current maintainer of the RTEMS Addon Packages is: Mark Johannes.