aboutsummaryrefslogtreecommitdiff
path: root/.cargo
AgeCommit message (Collapse)Author
2022-09-27.toml and note aboute targetJonas Jacobsson
2021-09-16implement run-pass tests as xtasksLotte Steenbrink
`
2019-11-06CI: replace compiletest-rs with trybuildJorge Aparicio
We use compiletest to run compile-fail tests but compiletest depends on compiler internals so it breaks every now and then and requires nightly. With trybuild we can also run compile-fail tests but it works on stable and it already has reached version 1.0
2018-11-03v0.4.0Jorge Aparicio
closes #32 closes #33
2017-09-22Use `true` as the armv6 linkerJonas Schievink
Horrible hack until we switch to a Cortex-M0 device crate that works with armv6.
2017-07-20update CIJorge Aparicio
2017-07-20`Resource` trait, docs, examples and rtfm-syntax related changesJorge Aparicio