Age | Commit message (Expand) | Author |
2022-09-02 | time: add more tick rates, use 1mhz as default. | Dario Nieuwenhuis |
2022-08-22 | split `embassy-util` into `embassy-futures`, `embassy-sync`. | Dario Nieuwenhuis |
2022-08-18 | Split embassy-time from embassy-executor. | Dario Nieuwenhuis |
2022-08-17 | examples Remove the `fn config()` idiom. | Dario Nieuwenhuis |
2022-08-17 | Remove HAL initialization from #[embassy::main] macro. | Dario Nieuwenhuis |
2022-08-17 | Update to critical-section 1.0, atomic-polyfill 1.0 | Dario Nieuwenhuis |
2022-08-09 | Implement I2C pullup configuration | chemicstry |
2022-07-29 | Split embassy crate into embassy-executor, embassy-util. | Dario Nieuwenhuis |
2022-06-18 | Merge pull request #822 from embassy-rs/remove-authors | Dario Nieuwenhuis |
2022-06-18 | Merge pull request #821 from embassy-rs/defmt-trace | Dario Nieuwenhuis |
2022-06-18 | Remove the authors field from Cargo.tomls | Dario Nieuwenhuis |
2022-06-18 | Update to 2021 edition. (#820) | Dario Nieuwenhuis |
2022-06-18 | Add env DEFMT_LOG=trace to all examples. | Dario Nieuwenhuis |
2022-06-12 | Run rustfmt. | Dario Nieuwenhuis |
2022-05-31 | examples/stm32*, tests/stm32: specify time-tick-32768hz | Will Glynn |
2022-05-29 | Update embedded-hal-async to 0.1.0-alpha.1 | Dario Nieuwenhuis |
2022-05-26 | Async shared bus for SPI & I2C + rename embassy-traits (#769) | Henrik Alsér |
2022-05-04 | Remove embassy_hal_common::usb. | Dario Nieuwenhuis |
2022-04-22 | Switch to crates.io embedded-hal, embedded-hal-async. | Dario Nieuwenhuis |
2022-04-11 | fix clock in l4 rng example | Philip A Reimer |
2022-04-09 | add stm32l4 hsi48 and usb example | Philip A Reimer |
2022-04-02 | Use embassy/defmt-timestamp-uptime in all examples. | Dario Nieuwenhuis |
2022-03-11 | Update rust nightly, embedded-hal 1.0, embedded-hal-async. | Dario Nieuwenhuis |
2022-03-08 | Update examples | Grant Miller |
2022-02-12 | stm32: add rust stable support | Dario Nieuwenhuis |
2022-02-10 | stm32: Remove OptionalPin | Dario Nieuwenhuis |
2022-01-27 | traits: migrate Delay to embedded-hal 1.0+async, remove Rng and Flash. | Dario Nieuwenhuis |
2022-01-26 | Support unstable-trait feature for stm32 | Ulf Lilleengen |
2022-01-24 | stm32: add `time-driver-any` cargo feature that automatically picks one avail... | Dario Nieuwenhuis |
2022-01-19 | stm32/spi: expose all functionality as inherent methods. | Dario Nieuwenhuis |
2022-01-19 | stm32/i2c: expose all functionality as inherent methods. | Dario Nieuwenhuis |
2022-01-19 | stm32/usart: expose all functionality as inherent methods. | Dario Nieuwenhuis |
2022-01-19 | stm32/exti: expose all functionality as inherent methods. | Dario Nieuwenhuis |
2022-01-19 | stm32/gpio: expose all functionality as inherent methods. | Dario Nieuwenhuis |
2022-01-12 | Make exti an optional feature | Ulf Lilleengen |
2022-01-04 | stm32/rcc: remove builders on Config. | Dario Nieuwenhuis |
2021-12-17 | Add adapter for implementing async traits for blocking types | Ulf Lilleengen |
2021-11-29 | examples: remove unused deps. | Dario Nieuwenhuis |
2021-11-15 | Remove unused deps | Dario Nieuwenhuis |
2021-11-15 | Update to defmt 3.0ish. | Bob McWhirter |
2021-11-07 | Replace rustflags with build.rs extra-link-args. | Dario Nieuwenhuis |
2021-11-02 | Adjust for STM32U5. | Bob McWhirter |
2021-10-26 | Merge #456 | bors[bot] |
2021-10-26 | Fix clock setup for MSI and PLL to allow RNG opereation | Ulf Lilleengen |
2021-10-21 | Add implementation of async trait for STM32 I2C v2 | Ulf Lilleengen |
2021-10-20 | Add i2c example for L4 | Ulf Lilleengen |
2021-09-21 | Support for STM32L1 | Ulf Lilleengen |
2021-09-11 | Update lots of deps | Dario Nieuwenhuis |
2021-09-03 | Remove trait_alias, allow(incomplete_features). | Dario Nieuwenhuis |
2021-08-19 | stm32: move dbgmcu stuff to toplevel config setting, defaulting to true. | Dario Nieuwenhuis |