Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2018-01-11 | adapt to changes in the cortex-m crate | 1 | -1/+1 | |
2018-01-11 | fix the compiletest_rs version | 1 | -1/+1 | |
2018-01-11 | switch to a stable release of compiletest_rs | 1 | -2/+1 | |
2018-01-11 | use master branch of cortex-m | 1 | -1/+1 | |
2017-12-23 | add a Cargo feature, cm7-r0p1, to fix a Cortex-M7 BASEPRI erratum | 3 | -2/+17 | |
2017-12-23 | switch to a compiletest version that works with the latest nightly | 1 | -1/+2 | |
2017-12-23 | switch to master branches | 2 | -3/+3 | |
2017-12-17 | add missing comma | 1 | -1/+1 | |
2017-12-09 | safe `&'static mut` references via init.resources | 6 | -10/+153 | |
2017-12-09 | implement the Resource trait for owned resources | 11 | -220/+278 | |
2017-12-09 | drop the Static wrapper | 8 | -26/+28 | |
2017-12-09 | make resource proxies not Sync | 2 | -3/+2 | |
2017-12-09 | also cache the Xargo directory | 1 | -1/+4 | |
2017-12-09 | deny warnings and unsafe code in tests and examples | 24 | -0/+24 | |
2017-12-09 | make resource proxies !Send | 2 | -2/+58 | |
2017-12-09 | fix the "generics" example | 1 | -2/+2 | |
2017-12-09 | rename LateResourceValues to LateResources | 4 | -9/+9 | |
2017-12-09 | remove special case around peripherals from codegen | 1 | -209/+114 | |
2017-12-09 | peripherals as scoped singletons | 7 | -30/+68 | |
2017-12-08 | ci: switch back to a recent nightly | 1 | -2/+1 | |
2017-12-08 | fix cfail tests | 2 | -2/+2 | |
2017-11-22 | use older nightly for the x86_64 linux target | 1 | -1/+2 | |
2017-11-22 | fix ci | 3 | -4/+2 | |
2017-11-22 | v0.2.2v0.2.2 | 10 | -61/+161 | |
2017-10-02 | fix the example | 1 | -2/+2 | |
2017-10-02 | fix `idle::Resources::new` | 2 | -2/+13 | |
2017-09-22 | Use `true` as the armv6 linker | 1 | -2/+2 | |
2017-09-22 | Pin Travis to Xargo 0.3.8 | 1 | -2/+2 | |
2017-09-22 | Use rtfm-syntax 0.2.0 | 1 | -2/+1 |