Neotron-Compute / Neotron-Pico-BIOS

BIOS for the Neotron Pico
GNU General Public License v3.0
15 stars 5 forks source link

Release/v0.4.0 #26

Closed thejpster closed 1 year ago

thejpster commented 1 year ago

The 0.4.0 release is a big one!

Now we can talk to the BMC using a custom protocol over the SPI bus. We use this to request key-press data from the PS/2 FIFO the BMC maintains. We then convert these bytes (in PS/2 Scan Code Set 2 format) into Neotron HID events for the OS to process. So you can type in commands and have the OS execute them.

This bundles Neotron OS 0.2.0. You can swap it out for a later one if you wish (as and when one is produced, anyway).