This is a collection of examples of 68HC11/68HC12 programs in C and assembly to show how to use the GNU development chain.
These examples can be built for several boards and porting them to another board should be easy.
They come with a framework to build them. This framework consists of:
- 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.
Examples and the library are presented more into details in the following sections: