Skip to content

Commit

Permalink
Merge pull request #4 from grandafrato/patch-1
Browse files Browse the repository at this point in the history
Fix typo in README.md
  • Loading branch information
Dirbaio authored Oct 22, 2023
2 parents 5780a48 + 22de1c1 commit b70a0bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
This is a [Peripheral Access Crate](https://rust-embedded.github.io/book/start/registers.html) for Raspberry Pi Silicon microcontrollers.


This crate has been automatically generated from the SVD file in [pico-sdk v1.5.0](https://github.com/raspberrypi/pico-sdk/blob/1.5.0/src/rp2040/hardware_regs/rp2040.svd), using [chiptool](https://github.com/embassy-rs/chiptool/). Fixes are ade to the SVD file to make the
This crate has been automatically generated from the SVD file in [pico-sdk v1.5.0](https://github.com/raspberrypi/pico-sdk/blob/1.5.0/src/rp2040/hardware_regs/rp2040.svd), using [chiptool](https://github.com/embassy-rs/chiptool/). Fixes are added to the SVD file to make the
crate more amenable to writing HALs with, such as converting sets of identical registers/fields to arrays, merging identical registers and enums, etc.

This crate is used for the [`embassy-rp`](github.com/embassy-rs/embassy/) Rust Hardware Abstraction Layer (HAL) for the RP2040 microcontroller.
Expand All @@ -14,4 +14,4 @@ This crate is used for the [`embassy-rp`](github.com/embassy-rs/embassy/) Rust H

## License

The contents of this crate are auto-generated and licensed under the same terms as the underlying SVD file, which is licensed by Raspberry Pi Trading Ltd under a BSD-3-Clause licence.
The contents of this crate are auto-generated and licensed under the same terms as the underlying SVD file, which is licensed by Raspberry Pi Trading Ltd under a BSD-3-Clause licence.

0 comments on commit b70a0bd

Please sign in to comment.