Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Mark pipe descriptor register memory as volatile. | Brian Cully | 2019-09-24 | 1 | -0/+1 |
| | | | | | | | Most of the values in the descriptor memory can be modified by the hardware, so we need to tell Rust that. Also, refactor the common register setup code into `register.rs`. | ||||
* | Update to version 0.2.0v0.2.0 | Brian Cully | 2019-09-15 | 1 | -1/+1 |
| | |||||
* | Re-export samd51 meta-feature.v0.1.0 | Brian Cully | 2019-09-09 | 1 | -4/+4 |
| | |||||
* | Use latest version of atsamd-hal, remove patch. | Brian Cully | 2019-09-02 | 1 | -3/+4 |
| | |||||
* | Fix `cargo test` by removing example. | Brian Cully | 2019-08-18 | 1 | -10/+1 |
| | | | | | Unfortunate, but necessary for automated testing. Documentation will need to be added to show usage, and a demo crate. | ||||
* | Update git revs for SAMD hal stuff. | Brian Cully | 2019-08-17 | 1 | -3/+3 |
| | |||||
* | Update for starb 0.2 | Brian Cully | 2019-08-17 | 1 | -1/+1 |
| | |||||
* | Re-export atsamd-hal MCU selection features. | Brian Cully | 2019-08-08 | 1 | -1/+11 |
| | | | | | This is necessary because atsamd-hal, which this crate uses, needs an MCU feature selected in order to map peripherals properly. | ||||
* | Initial commit | Brian Cully | 2019-08-04 | 1 | -0/+30 |