Crates.io | atsamd-hal |
lib.rs | atsamd-hal |
version | |
source | src |
created_at | 2019-03-03 00:28:17.30189 |
updated_at | 2024-12-11 14:02:39.716169 |
description | HAL and Peripheral access API for ATSAMD11, ATSAMD21, ATSAMD51, ATSAME51, ATSAME53 and ATSAME54 microcontrollers |
homepage | |
repository | https://github.com/atsamd-rs/atsamd |
max_upload_size | |
id | 118247 |
Cargo.toml error: | TOML parse error at line 25, column 1 | 25 | 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` |
size | 0 |
This crate provides a type-safe API for working with samd11
, samd21
, samd51
, same51
, same53
, and same54
based devices.
atsamd11c
(via the samd11c
feature) [pac]atsamd21e
(via the samd21e
feature) [pac]atsamd21g
(via the samd21g
feature) [pac]atsamd21j
(via the samd21j
feature) [pac]atsamd51g
(via the samd51g
feature) [pac]atsamd51j
(via the samd51j
feature) [pac]atsamd51j
(via the samd51j
feature) [pac]atsamd51n
(via the samd51n
feature) [pac]atsamd51p
(via the samd51p
feature) [pac]atsamd51p
(via the samd51p
feature) [pac]atsame51g
(via the same51g
feature) [pac]atsame51j
(via the same51j
feature) [pac]atsame51n
(via the same51n
feature) [pac]atsame53j
(via the same53j
feature) [pac]atsame53n
(via the same53n
feature) [pac]atsame54n
(via the same54n
feature) [pac]atsame54p
(via the same54p
feature) [pac]This crate can support other variants in a similar fashion; pull requests for this are welcomed!
Check out the feather_m0
board support crate examples:
https://github.com/atsamd-rs/atsamd/tree/master/boards/feather_m0/examples
Licensed under either of:
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.