From 22de1c118053a04ed9faefc0c1b182f33a2e3d4e Mon Sep 17 00:00:00 2001 From: Lachlan Wilger Date: Sun, 22 Oct 2023 16:11:12 -0700 Subject: [PATCH] Fix typo in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 995484b1..1176e5eb 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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. \ No newline at end of file +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.