-
In GitLab by @victorh12 on Mar 5, 2023, 15:11
_Merges clippy-lint-fixes -> main_
-
_Merges build-cleanup -> main_
This merge request cleans up the build system and Rust workspaces.
It also adds the host tool crates and the scripts necessary to build them.
EEPROM tests have been r…
-
In GitLab by @victorh12 on Feb 28, 2023, 24:54
_Merges use-different-key-functions -> main_
-
_Merges eeprom-bounds-update -> main_
This makes the API safer to use, so that EEPROM writes don't get cut off silently.
-
_Merges unlock-msg-fix -> main_
The testing infrastructure requires this unlock message and didn't document it... again...
-
In GitLab by @jzhan357 on Mar 5, 2023, 18:15
_Merges zoomzoom -> main_
Enabling opt level 3 for k256 greatly reduces the time the DH exchange takes.
-
In GitLab by @jzhan357 on Feb 22, 2023, 01:02
_Merges package_features -> main_
Add the host tool to package features, also modifies the packaged feature struct.
-
_Merges button -> main_
This module provides a controller for the SW1 button. The controller provides a way to poll for a button rising edge through interrupts.
-
In GitLab by @jzhan357 on Feb 19, 2023, 03:54
_Merges findingevenmorefriends -> main_
The TTY devices were set to the wrong baudrates.
-
_Merges cpsie -> main_
The bootloader disables all interrupts with `cpsid` and does not document this.