cc2538-pac

Crates.iocc2538-pac
lib.rscc2538-pac
version
sourcesrc
created_at2021-09-07 07:49:48.044703
updated_at2025-01-29 13:46:42.646332
descriptionPeripheral access API for CC2538 System-on-Chip
homepage
repositoryhttps://github.com/thvdveld/cc2538-pac
max_upload_size
id447882
Cargo.toml error:TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
Thibaut Vandervelden (thvdveld)

documentation

https://docs.rs/cc2538-pac

README

Texas Instruments CC2538

Peripheral Access Crate for the CC2538 using svd2rust. The SVD file are generated from the TIXML files from TI Code Composer Studio using tixml2svd.

The SVD file contained wrong interrupt numbers, but those are corrected manually.

This crate is autogenerated and may can contain bugs from the SVD file.

Commit count: 21

cargo fmt