-
In GitLab by @MelonShooter on Feb 20, 2023, 16:15
_Merges unlock-host-tools -> main_
-
In GitLab by @MelonShooter on Feb 16, 2023, 14:35
_Merges split-util -> main_
This merge request splits the ``util`` crate into 3 crates, ``util-common``, ``util-std``, and ``util-no-std``. This is …
-
In GitLab by @MelonShooter on Feb 19, 2023, 01:47
_Merges std-communication -> main_
This merge request implements the BogoStack for std environments using TCP sockets.
It also adds a ``duration()`…
-
_Merges pairing-panic-fixes -> main_
This merge request fixes most of the remaining issues in #12. The only outstanding issue is the acknowledgement from the board to the host is not being processed …
-
In GitLab by @MelonShooter on Feb 20, 2023, 02:18
_Merges common-msg-types -> main_
This MR adds message types used for communications between host tools, the car, paired key fobs, and unpaired key …
-
_Merges car-fob-api -> main_
Contains the car and key fob firmware module layout, and `HibController`.
-
_Merges pipeline-pkg-features -> main_
-
In GitLab by @MelonShooter on Feb 16, 2023, 13:21
_Merges timer-test-docs -> main_
Adds documentation for our timer tests
-
_Merges todo-cleanup -> main_
The button module is in `util_no_std` and is not going to be in `util_common`.
The listener module is from old code that is not being used.
-
_Merges eeprom-endian-fix -> main_
This fixes the endianness of reads and writes to the EEPROM to match byte ordering.