rpi4-osdev/part8-breakout-ble
2021-02-12 20:21:45 +00:00
..
controller part8 working - but gfx is way too slow with unoptimised clang 2021-02-08 16:06:09 +00:00
BCM4345C0.hcd A rough BLE controlled Breakout game in part8 2020-08-11 22:08:40 +01:00
boot.S A rough BLE controlled Breakout game in part8 2020-08-11 22:08:40 +01:00
bt.c part8 working with optimisation, but not with DEBUG=0 in fb.c 2021-02-11 22:14:31 +00:00
bt.h part8 working - but gfx is way too slow with unoptimised clang 2021-02-08 16:06:09 +00:00
fb.c Added DEBUG option to fb.c to avoid on-screen noise 2021-02-08 18:00:25 +00:00
fb.h part8 working - but gfx is way too slow with unoptimised clang 2021-02-08 16:06:09 +00:00
io.c A rough BLE controlled Breakout game in part8 2020-08-11 22:08:40 +01:00
io.h part8 working - but gfx is way too slow with unoptimised clang 2021-02-08 16:06:09 +00:00
kernel.c part8 working with optimisation, but not with DEBUG=0 in fb.c 2021-02-11 22:14:31 +00:00
link.ld A rough BLE controlled Breakout game in part8 2020-08-11 22:08:40 +01:00
Makefile Updated part2 to explain Makefiles on other platforms 2021-02-12 20:21:45 +00:00
Makefile.gcc part8 working - but gfx is way too slow with unoptimised clang 2021-02-08 16:06:09 +00:00
Makefile.gcc.windows part8 working with optimisation, but not with DEBUG=0 in fb.c 2021-02-11 22:14:31 +00:00
mb.c A rough BLE controlled Breakout game in part8 2020-08-11 22:08:40 +01:00
mb.h A rough BLE controlled Breakout game in part8 2020-08-11 22:08:40 +01:00
README.md Updating the docs to reflect Bluetooth changes 2020-08-11 22:13:48 +01:00
terminal.h A rough BLE controlled Breakout game in part8 2020-08-11 22:08:40 +01:00

Writing a "bare metal" operating system for Raspberry Pi 4 (Part 8)

Breakout with a Bluetooth controller

A very early demo of how we might control our Breakout game using the simple BLE techniques we learned in part7-bluetooth.