I am interested in bare-metal programming.
The goal of this project is:
* understand linker script (sections)
* interact between C and ARM assembly
* how to setup an environment for C program
* how to interact with hardware peripherals
* use C if possible
I refer Baking Pi - Operating Systems Development and create a template with my style. There are some useful information from Baking Pi Project.
* 2012/11/07: Add simple GPIO libaray.
* 2012/11/02: Initiation. LED blinking!
* play with interrupt
* play with USB
* play with graphic