Skip to content

Releases: Neotron-Compute/Neotron-Pico-BIOS

v0.7.0

21 Oct 21:57
2e4b369
Compare
Choose a tag to compare
  • 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

21 Jul 17:41
4950622
Compare
Choose a tag to compare
Release v0.6.0

v0.5.2

15 Jul 13:34
d79368c
Compare
Choose a tag to compare
Neotron Pico BIOS v0.5.2

v0.5.1

22 May 19:32
20e002a
Compare
Choose a tag to compare
Release v0.5.1

v0.5.0

05 May 16:16
0bbcf4b
Compare
Choose a tag to compare
Release v0.5.0

v0.4.1

20 Jan 17:53
Compare
Choose a tag to compare
  • 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

07 Jan 21:14
Compare
Choose a tag to compare
  • 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

18 Mar 19:44
Compare
Choose a tag to compare
  • Boots OS 0.1.0
  • VGA 80x30 text mode (640x480 @ 60Hz)
  • Update defmt and other crates

Release v0.2.0

17 Aug 17:02
Compare
Choose a tag to compare
* 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

01 Aug 21:52
Compare
Choose a tag to compare
It just blinks an LED.