Releases: Neotron-Compute/Neotron-Pico-BIOS
Releases · Neotron-Compute/Neotron-Pico-BIOS
v0.7.0
- Use OS 0.7.1
- Support changing video mode
- I2S Audio output
- Audio CODEC mixer support
- Support 1-bpp 640x480 bitmap mode, and changing the framebuffer pointer
- Optimise the video drawing code (fewer function calls into flash)
- Run SD Card at 25 MHz
- Switch instructions to recommend
probe-rs
for flashing - Support reboot from OS
- Updated to
neotron-common-bios
0.11.1 - Get/set config in battery-backed RTC SRAM
- Use
vte
crate for ANSI parsing for the BIOS logo - Support I2C access from the OS
- Support changing the Audio CODEC settings
- List Neotron Bus devices via BIOS API
v0.6.0
Release v0.6.0
v0.5.2
Neotron Pico BIOS v0.5.2
v0.5.1
Release v0.5.1
v0.5.0
Release v0.5.0
v0.4.1
- Wait for interrupts from the BMC before reading PS/2 key codes
- Requires Neotron Pico BMC v0.5.0
- Debug LEDs change every time you get an interrupt from the IO controller
- Doubled the speed of the RP2040's QSPI flash interface
- Documentation updates to make programming your RP2040 easier
Release v0.4.0
- Updated dependencies
- Basic keyboard support by talking to BMC
- Revised how version string is generated
- Includes Neotron OS 0.2.0
Note this build self-reports as v0.3.0-40. I have no idea why it says that and not v0.4.0-0.
Release v0.3.0
- Boots OS 0.1.0
- VGA 80x30 text mode (640x480 @ 60Hz)
- Update defmt and other crates
Release v0.2.0
* Add RTT debugging using defmt * Report git version over defmt * Describe how to flash/debug with a second Raspberry Pi Pico
Release v0.1.0
It just blinks an LED.