Skip to content

Commit

Permalink
docs: refine README
Browse files Browse the repository at this point in the history
  • Loading branch information
andelf committed Jun 25, 2024
1 parent 2864743 commit 0ae4884
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,13 @@ All PRs and Issues are handled in [andelf/hpm-data](https://github.com/andelf/hp
- [x] HPM6200
- [ ] HPM6E00

### Metadata patch
## hpm-metapac

The `hpm-metapac` crate has a `metadata` feature, when enabled, it will provide the basic metadata of the currrent MCU:

- Core name, basic info
- All resources, for `SYSCTL`
- All clocks, for `SYSCTL.CLOCK`
- All GPIOs and it's PADs, for `IOC`
- The `hpm-metapac` crate has a `metadata` feature, when enabled, it will provide the basic metadata of the currrent MCU
- Patch vectored interrupt mode, add `CORE_LOCAL` for Non-External Interrupts
- To best fit for HPM RISC-V's cluster register desigin, the following is added:
- All clocks, for `SYSCTL.CLOCK`, in `hpm_metapac::clocks::`
- All GPIOs and it's PADs, for `IOC`, in `hpm_metapac::pins::`

## Data Source

Expand Down

0 comments on commit 0ae4884

Please sign in to comment.