VACS:Projects:Software:Gel

From VACS
(Difference between revisions)
Jump to: navigation, search
 
Line 3: Line 3:
 
embedded library for 68HC11 and 68HC12.  This library contains:
 
embedded library for 68HC11 and 68HC12.  This library contains:
  
*
+
* C, C++ examples for HC11/HC12
** C, C++ examples for HC11/HC12
+
* Ada examples for HC11 (yes, the GNU Ada compiler works for creation of a 256 bytes program)
** Ada examples for HC11 (yes, the GNU Ada compiler works for creation of a 256 bytes program)
+
* An embeddable C library (strings, malloc, printf)
** An embeddable C library (strings, malloc, printf)
+
* A timer library for HC11
** A timer library for HC11
+
* An LCD controller
** An LCD controller
+
* A robot support library
** A robot support library
+
 
 +
Resources:
 +
* [[http://gel.sourceforge.net|GEL]] main site
 +
 
 +
Related projects:
 +
* [[ebcs|EBCS]]
 +
* [[pcs|PCS]]

Revision as of 19:29, 14 January 2006

The GNU Embedded Library project was started after writing several examples to show users how to use the GNU 68HC1x development chain. The examples migrated to a complete and full featured embedded library for 68HC11 and 68HC12. This library contains:

  • C, C++ examples for HC11/HC12
  • Ada examples for HC11 (yes, the GNU Ada compiler works for creation of a 256 bytes program)
  • An embeddable C library (strings, malloc, printf)
  • A timer library for HC11
  • An LCD controller
  • A robot support library

Resources:

  • [[1]] main site

Related projects:

Open Source
Electronic projects