Skip to content
This repository was archived by the owner on Aug 9, 2022. It is now read-only.
This repository was archived by the owner on Aug 9, 2022. It is now read-only.

Remove duplicate peripherals #15

@MabezDev

Description

@MabezDev

Many of the generated (in particular the indexed ones) need to be manually derived.

This is achieved in svdpatch here

When the peripherals are copied it leaves behind the base peripheral, we should remove these.

Example:

In https://docs.rs/esp32/0.2.1/esp32/#structs for example, there is I2C0, I2C1 and I2C, the latter being the base peripherals that we derive the other two from. In this instance we should remove I2C.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions