summaryrefslogtreecommitdiff
path: root/rust-toolchain.toml
AgeCommit message (Collapse)Author
2022-06-18Update rust nightly. (#819)Dario Nieuwenhuis
2022-04-24Update Rust nightly.Dario Nieuwenhuis
Fixes a new opaque type error in the task macro. Full error is "opaque type's hidden type cannot be another opaque type from the same scope". This got disallwed by the lazy-TAIT PR: https://github.com/rust-lang/rust/pull/94081 Sadly there's now some weird type inference errors with pre-lazy-TAIT nightlies, so support for those is dropped.
2022-03-11Update rust nightly, embedded-hal 1.0, embedded-hal-async.Dario Nieuwenhuis
2022-02-21Update nightly.Dario Nieuwenhuis
2021-12-16Update rust-toolchainUlf Lilleengen
2021-10-18Update nightlyDario Nieuwenhuis
2021-10-11Initial support for nrf9160Dion Dokter
2021-09-21Support for STM32L1Ulf Lilleengen
* Add RCC * Fix more issues with dash in chip names * Update stm32-data version * Add blinky and spi example
2021-09-13Add missing toolchainUlf Lilleengen
2021-08-18Update nightlyDario Nieuwenhuis
2021-08-04Update nightly, remove removed features.Dario Nieuwenhuis
2021-07-14Update nightlyDario Nieuwenhuis
2021-06-12Initial support and example for STM32WB55Dominik Boehi
2021-06-03Revert "Update rust nightly"Dario Nieuwenhuis
This reverts commit f2c51e0999253d86f60b71d9208193a57b6b7bdc.
2021-06-01Update rust nightlyDario Nieuwenhuis
2021-05-09Use rust-toolchain.toml for developers and CIRukai