d1faf584c5
Bump edition, dependencies and fix clippy
...
ci/woodpecker/push/woodpecker Pipeline was successful
Bump all edition to 2021, run `cargo update` and manually bump the
following dependencies:
- `nb`
- `avr-device`
Fix several and meanwhile unnecessary uses of unsave blocks and a
unneeded cast.
2023-05-27 16:35:16 +02:00
63b76aa3ef
Update CI, nightly, cargo
ci/woodpecker/push/woodpecker Pipeline was successful
2022-10-15 02:03:28 +02:00
52bf0e6eec
fw-rust: Prepare to implement Si5351 commands
...
ci/woodpecker/push/woodpecker Pipeline was successful
Show settings of Si5351 channels on home screen. Initialize I2c and
Si5351.
2022-04-01 01:55:07 +02:00
fdd1f4636d
fw-rust: Refactor everything
...
ci/woodpecker/push/woodpecker Pipeline was successful
Remove avr-eeprom dependency for now and introduce events.
2022-03-30 22:59:24 +02:00
8b9d21a012
fw-rust: Start to use the avr-eeprom crate
...
ci/woodpecker/push/woodpecker Pipeline was successful
Start to use the avr-eeprom crate to handle values residing inside the
EEPROM.
2022-03-08 19:05:40 +01:00
aa59bc302d
fw-rust: Create a PWM signal for the backlight
...
To have a dimmable backlight, generate a variable duty-cycle PWM
signal which is consumed by the backlight driver circuit.
2022-03-06 19:20:49 +01:00
aa75712418
fw-rust: Minimal hello world
2022-03-06 19:20:49 +01:00