-
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* [Fixes #12] Use different `README.md` template for revision A * [Fixes #12] Amend the `README.md.revA.template` file The modification explains the **Hardware Revision A** refers to potentially outdated chip variant no longer manufactured. * [Fixes #12] Address review suggestions
- Loading branch information
1 parent
96a21ed
commit 0c59041
Showing
4 changed files
with
12 additions
and
2 deletions.
There are no files selected for viewing
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Peripheral Access Crate ${crate} for ${mcu} 32-bit MCU from Atmel/Microchip | ||
|
||
This PAC crate relates to **Hardware Revision A** that has been superseded by **Hardware Revision B** (refer to the [`${crate}b`](https://https://crates.io/crates/${crate}b) crate). The former is no longer in production. | ||
|
||
This crate contains autogenerated code to access peripherals of ${mcu} generated from official SVD files from Microchip mirrored at [posborne/cmsis-svd](https://github.com/posborne/cmsis-svd) using [svd2rust](https://github.com/rust-embedded/svd2rust/) tool. | ||
|
||
## License | ||
|
||
[BSD Zero Clause License](https://choosealicense.com/licenses/0bsd/) |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters