27 releases (15 breaking)
new 0.19.0 | Nov 21, 2024 |
---|---|
0.17.0 | May 3, 2024 |
0.16.0 | Jul 15, 2023 |
0.15.1 | May 8, 2022 |
0.4.1 | Mar 4, 2019 |
#98 in Embedded development
6,869 downloads per month
Used in 50 crates
(38 directly)
16MB
429K
SLoC
HAL for working with atsamd & atsame devices
This crate provides a type-safe API for working with samd11
, samd21
, samd51
, same51
, same53
, and same54
based devices.
Documentation
Supported Devices
atsamd11c
(via thesamd11c
feature) [pac]atsamd21e
(via thesamd21e
feature) [pac]atsamd21g
(via thesamd21g
feature) [pac]atsamd21j
(via thesamd21j
feature) [pac]atsamd51g
(via thesamd51g
feature) [pac]atsamd51j
(via thesamd51j
feature) [pac]atsamd51j
(via thesamd51j
feature) [pac]atsamd51n
(via thesamd51n
feature) [pac]atsamd51p
(via thesamd51p
feature) [pac]atsamd51p
(via thesamd51p
feature) [pac]atsame51g
(via thesame51g
feature) [pac]atsame51j
(via thesame51j
feature) [pac]atsame51n
(via thesame51n
feature) [pac]atsame53j
(via thesame53j
feature) [pac]atsame53n
(via thesame53n
feature) [pac]atsame54n
(via thesame54n
feature) [pac]atsame54p
(via thesame54p
feature) [pac]
This crate can support other variants in a similar fashion; pull requests for this are welcomed!
Examples?
Check out the feather_m0
board support crate examples:
https://github.com/atsamd-rs/atsamd/tree/master/boards/feather_m0/examples
License
Licensed under either of:
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.
Contribution
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.
Dependencies
~4.5MB
~91K SLoC