Age | Commit message (Expand) | Author | Files | Lines |
2018-01-11 | Auto merge of #63 - japaric:cortex-m-up, r=japaricrelease/v0.2 | homunkulus
| 11 | -42/+69 |
2018-01-11 | adapt to changes in the cortex-m crate | Jorge Aparicio
| 11 | -42/+69 |
2018-01-11 | Auto merge of #61 - japaric:cm7-r0p1, r=japaric | homunkulus
| 3 | -3/+17 |
2018-01-11 | fix the compiletest_rs version | Jorge Aparicio
| 1 | -1/+1 |
2018-01-11 | switch to a stable release of compiletest_rs | Jorge Aparicio
| 1 | -2/+1 |
2018-01-11 | use master branch of cortex-m | Jorge Aparicio
| 1 | -1/+1 |
2017-12-23 | add a Cargo feature, cm7-r0p1, to fix a Cortex-M7 BASEPRI erratum | Jorge Aparicio
| 3 | -2/+17 |
2017-12-23 | Auto merge of #58 - japaric:init-resources, r=japaric | homunkulus
| 19 | -244/+448 |
2017-12-23 | switch to a compiletest version that works with the latest nightly | Jorge Aparicio
| 1 | -1/+2 |
2017-12-23 | switch to master branches | Jorge Aparicio
| 2 | -3/+3 |
2017-12-17 | add missing comma | Jorge Aparicio
| 1 | -1/+1 |
2017-12-09 | safe `&'static mut` references via init.resources | Jorge Aparicio
| 6 | -10/+153 |
2017-12-09 | implement the Resource trait for owned resources | Jorge Aparicio
| 11 | -220/+278 |
2017-12-09 | drop the Static wrapper | Jorge Aparicio
| 8 | -26/+28 |
2017-12-09 | Auto merge of #57 - japaric:not-sync, r=japaric | homunkulus
| 2 | -3/+2 |
2017-12-09 | make resource proxies not Sync | Jorge Aparicio
| 2 | -3/+2 |
2017-12-09 | Auto merge of #56 - japaric:not-send, r=japaric | homunkulus
| 26 | -3/+86 |
2017-12-09 | also cache the Xargo directory | Jorge Aparicio
| 1 | -1/+4 |
2017-12-09 | deny warnings and unsafe code in tests and examples | Jorge Aparicio
| 24 | -0/+24 |
2017-12-09 | make resource proxies !Send | Jorge Aparicio
| 2 | -2/+58 |
2017-12-09 | Auto merge of #55 - japaric:late-resources, r=japaric | homunkulus
| 5 | -11/+11 |
2017-12-09 | fix the "generics" example | Jorge Aparicio
| 1 | -2/+2 |
2017-12-09 | rename LateResourceValues to LateResources | Jorge Aparicio
| 4 | -9/+9 |
2017-12-09 | Auto merge of #50 - japaric:singletons, r=japaric | homunkulus
| 7 | -233/+176 |
2017-12-09 | remove special case around peripherals from codegen | Jorge Aparicio
| 1 | -209/+114 |
2017-12-09 | peripherals as scoped singletons | Jorge Aparicio
| 7 | -30/+68 |
2017-12-08 | Auto merge of #54 - japaric:fix-tests, r=japaric | homunkulus
| 3 | -4/+3 |
2017-12-08 | ci: switch back to a recent nightly | Jorge Aparicio
| 1 | -2/+1 |
2017-12-08 | fix cfail tests | Jorge Aparicio
| 2 | -2/+2 |
2017-11-22 | Auto merge of #51 - japaric:ci, r=japaric | homunkulus
| 4 | -5/+4 |
2017-11-22 | use older nightly for the x86_64 linux target | Jorge Aparicio
| 1 | -1/+2 |
2017-11-22 | fix ci | Jorge Aparicio
| 3 | -4/+2 |
2017-11-22 | v0.2.2v0.2.2 | Jorge Aparicio
| 10 | -61/+161 |
2017-10-02 | fix the example | Jorge Aparicio
| 1 | -2/+2 |
2017-10-02 | fix `idle::Resources::new` | Jorge Aparicio
| 2 | -2/+13 |
2017-09-22 | Use `true` as the armv6 linker | Jonas Schievink
| 1 | -2/+2 |
2017-09-22 | Pin Travis to Xargo 0.3.8 | Jonas Schievink
| 1 | -2/+2 |
2017-09-22 | Use rtfm-syntax 0.2.0 | Jonas Schievink
| 1 | -2/+1 |
2017-09-22 | Add cfail test for late resources | Jonas Schievink
| 1 | -0/+49 |
2017-09-22 | Fix shared resource handling and extend example. | Jonas Schievink
| 2 | -5/+24 |
2017-09-22 | Simplify iterator usage | Jonas Schievink
| 1 | -17/+10 |
2017-09-22 | Fix warning in wrong-threshold cfail test | Jonas Schievink
| 1 | -2/+1 |
2017-09-22 | Don't use deprecated method to create compiletest config | Jonas Schievink
| 1 | -1/+2 |
2017-09-22 | Hide `UntaggedOption` reexport | Jonas Schievink
| 1 | -0/+2 |
2017-09-22 | Bump stm32f103xx version | Jonas Schievink
| 1 | -1/+1 |
2017-09-06 | Use `untagged_option` crate | Jonas Schievink
| 3 | -7/+8 |
2017-09-04 | Add late resources example | Jonas Schievink
| 1 | -0/+64 |
2017-09-03 | Allow initialization of resources in `init`. | Jonas Schievink
| 4 | -31/+89 |
2017-07-29 | extend v0.2.0 CHANGELOG | Jorge Aparicio
| 1 | -0/+2 |
2017-07-29 | v0.2.1v0.2.1 | Jorge Aparicio
| 3 | -3/+12 |