-
Blinky
08/19/2016 at 14:05 • 0 commentsPretty straight-forward to blink the on-board LED. Code from https://github.com/dwelch67/raspberrypi/tree/master/boards/pizero/blinker01.
-
Prior Art
08/16/2016 at 15:33 • 0 commentsA search for "baremetal raspberry pi" will return a handful of results from a few brave souls. The most common are:
- Bare Metal Programming in C
- The official "Bare Metal" forum on raspberrypi.org
- An active project from dwelch67
In addition, there's a rather dated project that got ChibiOS (my preferred RTOS) running on a Pi using the above resources. There may be a separate project for the RTOS in the future!