Skip to content

Commit 519e3ef

Browse files
authored
Merge pull request #93 from Neotron-Compute/support-i2c
Support I2C
2 parents c97788d + 5f72f41 commit 519e3ef

File tree

5 files changed

+378
-340
lines changed

5 files changed

+378
-340
lines changed

.cargo/config.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,4 @@ rustflags = [
1919
target = "thumbv6m-none-eabi" # Cortex-M0 and Cortex-M0+
2020

2121
[env]
22-
DEFMT_LOG = { value = "info", force = true }
23-
22+
DEFMT_LOG = { value = "info" }

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,11 @@ In this repository, changes are made in branches which are merged into **develop
1212
* Run SD Card at 25 MHz
1313
* Switch instructions to recommend `probe-rs` for flashing
1414
* Support reboot from OS
15-
* Updated to neotron-common-bios 0.11.1
15+
* Updated to `neotron-common-bios` 0.11.1
1616
* Get/set config in battery-backed RTC SRAM
1717
* Use `vte` crate for ANSI parsing for the BIOS logo
18+
* Support I2C access from the OS
19+
* Support changing the Audio CODEC settings
1820

1921
## v0.6.0 ([Source](https://github.com/neotron-compute/neotron-pico-bios/tree/v0.6.0) | [Release](https://github.com/neotron-compute/neotron-pico-bios/release/tag/v0.6.0))
2022

0 commit comments

Comments
 (0)