fw-rust: Start to use the avr-eeprom crate
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

Start to use the avr-eeprom crate to handle values residing inside the
EEPROM.
This commit is contained in:
finga 2022-03-08 19:05:40 +01:00
parent b34b2810db
commit 8b9d21a012
3 changed files with 14 additions and 9 deletions

View file

@ -32,6 +32,11 @@ dependencies = [
"syn",
]
[[package]]
name = "avr-eeprom"
version = "0.1.0-dev"
source = "git+https://git.onders.org/finga/avr-eeprom-rs.git?branch=main#d7653567fb2f7ca7bf5100a44c233015a6e03e51"
[[package]]
name = "avr-hal-generic"
version = "0.1.0"
@ -67,6 +72,7 @@ version = "0.1.0-dev"
dependencies = [
"atmega-hal",
"avr-device",
"avr-eeprom",
"embedded-hal",
"nb 1.0.0",
"panic-halt",