Skip to content

Commit

Permalink
Fixing toml, README and crates.json
Browse files Browse the repository at this point in the history
  • Loading branch information
salsasteve committed Jan 8, 2024
1 parent 01f4116 commit b810623
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions boards/matrix_portal_m4/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ version = "0.7"
optional = true

[dependencies.atsamd-hal]
path = "../../hal"
version = "0.16.0"
default-features = false

Expand All @@ -29,7 +28,6 @@ optional = true

[dependencies.cortex-m]
version = "0.7"
features = ["critical-section-single-core"]

[dev-dependencies]
panic-halt = "0.2"
Expand Down
2 changes: 1 addition & 1 deletion boards/matrix_portal_m4/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This crate provides a type-safe API for working with the [Adafruit Matrix Portal
board](https://www.adafruit.com/product/4745).

## Prerequisites
* Install the cross compile toolchain `rustup target add thumbv6m-none-eabi`
* Install the cross compile toolchain `rustup target add thumbv7em-none-eabihf`
* Install [cargo-hf2 the hf2 bootloader flasher tool](https://crates.io/crates/cargo-hf2) however your platform requires

## Uploading an example
Expand Down
2 changes: 1 addition & 1 deletion crates.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"target": "thumbv7em-none-eabihf"
},
"matrix_portal_m4": {
"tier": 1,
"tier": 2,
"build": "cargo build --examples --all-features",
"target": "thumbv7em-none-eabihf"
},
Expand Down

0 comments on commit b810623

Please sign in to comment.