Simple Hello World-like blinky programs for the LPC11uxx platform. This repositories contains three blinky programs, in increasing order of complexity / abstraction level:
- bare-metal: A blinky program in one file, with no dependencies at all
- basic: Some of the low-level stuff is in separate functions, but still a very simple c program
- cpm: Using CPM as c package manager: reuseable dependencies are in separate repositories
See the blinky website and the per-project README files for more information.