Skip to content

Commit ffee3f7

Browse files
authored
Remove outdated install instructions
1 parent b520287 commit ffee3f7

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

README.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -53,16 +53,6 @@ We don't maintain "patches" for registers unlike the `stm32-rs` project. This ha
5353
- Fixing mistakes and typos in the SVDs is now much easier (and yes, there are A LOT of those). It doesn't require a complicated patching system, you just edit the YAML to fix the mistake instead of writing a patch that will fix it when applied.
5454
- Ensuring consistency for the same peripherals between chips. (i.e. we check in a single `i2c_v2.yaml` and ensure it is good, vs trying to patch wildly differing SVDs for what's an identical IP block into being consistent). The `stm32-rs` project doesn't have this as a goal, while we do. Writing a single HAL for all stm32 chips (such as [the `embassy-stm32` HAL](https://github.com/embassy-rs/embassy/tree/main/embassy-stm32)) is impossible otherwise.
5555

56-
## Install pre-requisites
57-
58-
In order to run the generator, you will need to install the following tools:
59-
60-
- `wget`
61-
- `git`
62-
- `jq`
63-
- `svd``pip3 install svdtools`
64-
- `xmltodict` - `pip3 install xmltodict`
65-
6656
## Generate the `stm32-metapac` crate
6757

6858
- Run `./d download-all`

0 commit comments

Comments
 (0)