Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dependencies: use stm32h7 PAC 0.8 #31

Merged
merged 1 commit into from
Jul 29, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 0 additions & 18 deletions .github/force-pac-master.sh

This file was deleted.

1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ branches:

before_script:
- rustup target add thumbv7em-none-eabihf
- ./.github/force-pac-master.sh

env:
- MCU=stm32h742
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ features = ["stm32h743", "rt"]
[dependencies]
embedded-hal = "0.2.3"
cortex-m = "^0.6.0"
cortex-m-rt = "0.6.8"
stm32h7 = { path = "/your/path/here/stm32-rs/stm32h7" }
cortex-m-rt = "0.6.10"
stm32h7 = "0.8.0"
void = { version = "1.0.2", default-features = false }
cast = { version = "0.2.2", default-features = false }
nb = "0.1.2"
Expand Down
15 changes: 1 addition & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@ are pull requests!**

🚧 *Work in progress*

❗ *Nightly required*

📂 *[Local dependancy required](#Hacking)*
❗ *Beta or nightly required*

`stm32h7xx-hal` contains a hardware abstraction on top of the
peripheral access API for the STMicro STM32H7 series
Expand Down Expand Up @@ -72,17 +70,6 @@ Run an Example

This will start `arm-none-eabi-gdb`.

Hacking
--------

TODO: Remove this section when it no longer applies!

To build this crate you will need the HEAD of [`stm32h7`][] built
locally. You will need to download
[`stm32-rs/stm32-rs`](https://github.com/stm32-rs/stm32-rs) locally
and follow the instructions in [the
README](https://github.com/stm32-rs/stm32-rs#generating-device-crates--building-locally).

License
--------

Expand Down