Technology project.
Goals:
1. CMSIS alternative implementation.
2. Custom MCU peripheral description.
3. Extended linker script.
4. Build time configuration.
5. Specific Makefile.
Toolchain: Sourcery CodeBench Lite 2013.11-24
Target board: STM32VLDISCOVERY
Functionality:
As of now only test of core API and LED blinking.
Might be used as application template.
C-Library for microcontrollers to control SED1531 based LCD's
The GLCD SED1531 Library provides functions to draw pixels, lines, filled- and open rectangles and text for micro-controllers such as the Atmel 8-bit AVR series for (very cheap!) SED1531 controller based graphical LCD's.
The library is written with portability to other micro-controllers and compilers in mind; all target specific parts are stored in a separated header file . The included example is for the Atmel ATtiny2313 and AVR-GCC. It is expected that other targets can be supported...