GEL for 68HC11 and 68HC12
GEL is a collection of embedded libraries and examples for 68HC11 and 68HC12. Several libraries are general purpose libraries that are or may be ported on various boards. Some libraries are more specific due to the hardware they control.GEL also contains several examples indended to show how to use the GNU development chain for 68HC11 and 68HC12.
GEL is based arround a small framework intended to help to use the libraries, its examples, build them, port them to new boards and provide documentation. They come with a framework to build them. This framework consists of:
Examples and the library are presented more into details in the following sections:
- A set of includes that try to hide the details of the board implementation and the details of the micro-controller.
- A utility library which contains useful functions for the examples (printing on the serial line for example),
- A simple make configuration environment to automate and help in building the examples.
- A documentation framework based on doxygen.
The following libraries are available:
- Section Build the examples
- Section Porting GEL
- Section Utility Library
- Section Bootstrap Examples
- Section Small Examples
- Section Larger Examples
- Section Benchmark Examples
GEL can be downloaded from the following site:
- libc
- libbsp
- libutil
- General Event Library
- Robots Library
http://gel.sourceforge.net/download.php
Copyright (C) 1999, 2000, 2001, 2002, 2003 Stéphane Carrez, France
Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA Verbatim copying and distribution of this entire article is permitted in any medium, provided this notice is preserved.