Skip to content

Commit

Permalink
Merge from main (#166)
Browse files Browse the repository at this point in the history
* Export pac as pac (#156)

* rm remaining fdcan files (#160)

* defmt format for rcc clocks (#163)

---------

Co-authored-by: AdinAck <[email protected]>
  • Loading branch information
usbalbin and AdinAck authored Jan 12, 2025
1 parent 0e8cb64 commit d0a011f
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 1,326 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ paste = "1.0"
bitflags = "1.2"
vcell = "0.1"
static_assertions = "1.1"
fugit = "0.3.5"
fugit = "0.3.7"
stm32-usbd = { version = "0.7.0", optional = true }
fixed = { version = "1.28.0", optional = true }

Expand Down Expand Up @@ -94,7 +94,7 @@ stm32g4a1 = ["stm32g4/stm32g4a1"]
log-itm = ["cortex-m-log/itm"]
log-rtt = []
log-semihost = ["cortex-m-log/semihosting"]
defmt-logging = ["defmt"]
defmt = ["dep:defmt", "fugit/defmt"]
cordic = ["dep:fixed"]

[profile.dev]
Expand Down
Loading

0 comments on commit d0a011f

Please sign in to comment.