Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-06-18 | Update rust nightly. (#819) | Dario Nieuwenhuis | |
2022-04-24 | Update 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-11 | Update rust nightly, embedded-hal 1.0, embedded-hal-async. | Dario Nieuwenhuis | |
2022-02-21 | Update nightly. | Dario Nieuwenhuis | |
2021-12-16 | Update rust-toolchain | Ulf Lilleengen | |
2021-10-18 | Update nightly | Dario Nieuwenhuis | |
2021-10-11 | Initial support for nrf9160 | Dion Dokter | |
2021-09-21 | Support for STM32L1 | Ulf Lilleengen | |
* Add RCC * Fix more issues with dash in chip names * Update stm32-data version * Add blinky and spi example | |||
2021-09-13 | Add missing toolchain | Ulf Lilleengen | |
2021-08-18 | Update nightly | Dario Nieuwenhuis | |
2021-08-04 | Update nightly, remove removed features. | Dario Nieuwenhuis | |
2021-07-14 | Update nightly | Dario Nieuwenhuis | |
2021-06-12 | Initial support and example for STM32WB55 | Dominik Boehi | |
2021-06-03 | Revert "Update rust nightly" | Dario Nieuwenhuis | |
This reverts commit f2c51e0999253d86f60b71d9208193a57b6b7bdc. | |||
2021-06-01 | Update rust nightly | Dario Nieuwenhuis | |
2021-05-09 | Use rust-toolchain.toml for developers and CI | Rukai | |