Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
* | Remove un-needed compiler features from simple example. | Brian Cully | 2019-08-05 | 2 | -4/+1 |
| | |||||
* | Remove .cargo/config by moving it to Makefile. | Brian Cully | 2019-08-05 | 2 | -18/+26 |
| | | | | | Since I'm using `make` anyway, might as well consolidate build rules there. | ||||
* | Initial commit | Brian Cully | 2019-08-04 | 21 | -0/+4255 |