Skip to content

Commit

Permalink
Merge pull request #14 from LucasPlacentino/main
Browse files Browse the repository at this point in the history
Merge pull request from LucasPlacentino/main
  • Loading branch information
LucasPlacentino authored Jul 27, 2023
2 parents 26740b9 + 7562f35 commit 6fa6df0
Show file tree
Hide file tree
Showing 10 changed files with 1,275 additions and 27 deletions.
6 changes: 6 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,10 @@ target = "thumbv6m-none-eabi" # Cortex-M0 and Cortex-M0+
# target = "thumbv8m.main-none-eabi" # Cortex-M33 (no FPU)
# target = "thumbv8m.main-none-eabihf" # Cortex-M33 (with FPU)

# compiler caching tool for improved Rust build times
# in ~/.cargo/config.toml
rustc-wrapper = "sccache"
# around 2x faster Rust build times
# see https://twitter.com/0atman/status/1590118756226805762
# https://github.com/mozilla/sccache

Loading

0 comments on commit 6fa6df0

Please sign in to comment.