This repository contains Peripheral Access Crates (PACs) for Silabs' EFM32GG series of Cortex-M microcontrollers. All these crates are automatically generated using svd2rust.
Refer to the CHANGELOG to see what changed in the last releases.
Every EFM32G chip has its own PAC, listed below:
Crate | Docs | crates.io | Target |
---|---|---|---|
efm32gg-pac |
thumbv7m-none-eabi |
||
efm32gg11b-pac |
thumbv7em-none-eabihf |
||
efm32gg12b-pac |
thumbv7em-none-eabihf |
WIP
The included SVD files are sourced from https://www.silabs.com/documents/public/cmsis-packs and are licensed under the Zlib (see LICENSE-3RD-PARTY).
The remainder of the code is under:
- 3-Clause BSD license (LICENSE-3BSD or https://opensource.org/licenses/BSD-3-Clause)
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the BSD-3-Clause license without any additional terms or conditions.