Skip to content

Commit

Permalink
Initial move to a unified impl
Browse files Browse the repository at this point in the history
  • Loading branch information
JaciBrunning committed Jan 4, 2024
1 parent 272e099 commit bc920af
Show file tree
Hide file tree
Showing 9 changed files with 758 additions and 153 deletions.
42 changes: 21 additions & 21 deletions lasercan-bootloader/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions lasercan-bootloader/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lasercan-bootloader"
version = "0.3.1"
version = "0.3.2"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand All @@ -12,7 +12,7 @@ cortex-m = { version = "0.7.6", features = ["critical-section-single-core"] }
cortex-m-rt = "0.7.1"
panic-halt = "0.2.0"
stm32f1xx-hal = { version = "0.10.0", features = ["rt", "stm32f103", "medium"] }
grapple-frc-msgs = { version = "~2024.0.5", default-features = false }
grapple-frc-msgs = { version = "~2024.2.0", default-features = false }
bxcan = "0.7.0"
embedded-alloc = "0.5.1"
lasercan-common = { path = "../lasercan-common" }
Expand Down
Loading

0 comments on commit bc920af

Please sign in to comment.