Releases: Neotron-Compute/Neotron-Common-BIOS
Releases · Neotron-Compute/Neotron-Common-BIOS
Release list
v0.11.1
v0.11.0
- Add compare_and_swap_bool function
- Add power_control function
v0.10.0
v0.8.0
audio_mixer_channel_get_infonow returns anOptionnotResult- Add
impl From<core::option::Option> for Option - Add
impl From<Option> for core::option::Option - Add
impl From<core::result::Result> for Result - Add
impl From<Result> for core::result::Result - Clarify that some parameters are actually expected to be numeric IDs
- Use
pc-keyboard::KeyCodeto define Key Codes.
v0.7.0
- Change
time_gettotime_clock_get - Change
time_settotime_clock_set - Add
time_ticks_getandtime_ticks_per_second - Add
bus_interrupt_status - Remove
delay - Add back in the
block_XXXAPI for reading/writing Block Devices. - Add idle function.
memory_get_regionreturnsOption, notResult- Fix epoch used in conversion to chrono timestamp.
v0.6.1
v0.5.0
- Added
serial_readAPI - Added
video_mode_needs_vramAPI - Added
hid_get_eventAPI - Added
hid_set_ledsAPI - Added
video_wait_for_lineAPI - Added
block_dev_get_infoAPI - Added
block_writeAPI - Added
block_readAPI - Added
block_verifyAPI
v0.4.0
v0.1.0
First version of the Neotron OS/BIOS API.