* Storage drivers for composite chips (devices with multiple chips that present as multiple I2C addresses) * Buffered storage driver overlay * Simple filesystem - SNaFus - that works with our storage drivers. * Graphics driver and rendering syssystem in new `avrox-display` crate. * Support for DisplayVisions EA-W096016 OLED display. * Support for Adafruit 128x128 greyscale OLED display. * Trivial Bitmap File Format (TBFF) support - see [AVRoxide Utils](https://gitlab.com/snowgoonspub/avrox-utils) for a simple converter app. * No longer needs a custom built toolchain, `nightly` will do