| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fixed broken examples/formatting reported by CI | WillaWillNot | 2025-11-21 | 1 | -2/+2 |
| | | |||||
| * | Change GPIO inherent methods back to `&self`. | Dario Nieuwenhuis | 2024-01-10 | 1 | -1/+1 |
| | | | | | | | | With the embedded-hal rc3 update I changed them to require `&mut self`, but in retrospect I think `&self` is better, for extra flexibility. This PR reverts the changes from the rc3 update to inherent methods. | ||||
| * | ci: use beta, add secondary nightly ci. | Dario Nieuwenhuis | 2023-12-21 | 1 | -1/+0 |
| | | |||||
| * | Update embedded-hal to 1.0.0-rc.3 | Dario Nieuwenhuis | 2023-12-14 | 1 | -1/+1 |
| | | |||||
| * | Set frequency in stm32 SPI examples | bofh | 2023-07-31 | 1 | -9/+5 |
| | | |||||
| * | Fix stm32 SPI examples | bofh | 2023-07-30 | 1 | -2/+0 |
| | | |||||
| * | Split embassy-time from embassy-executor. | Dario Nieuwenhuis | 2022-08-18 | 1 | -1/+1 |
| | | |||||
| * | Remove HAL initialization from #[embassy::main] macro. | Dario Nieuwenhuis | 2022-08-17 | 1 | -2/+2 |
| | | |||||
| * | Split embassy crate into embassy-executor, embassy-util. | Dario Nieuwenhuis | 2022-07-29 | 1 | -2/+2 |
| | | |||||
| * | Run rustfmt. | Dario Nieuwenhuis | 2022-06-12 | 1 | -3/+1 |
| | | |||||
| * | Use embassy/defmt-timestamp-uptime in all examples. | Dario Nieuwenhuis | 2022-04-02 | 1 | -3/+3 |
| | | |||||
| * | Update examples | Grant Miller | 2022-03-08 | 1 | -1/+1 |
| | | |||||
| * | Support unstable-trait feature for stm32 | Ulf Lilleengen | 2022-01-26 | 1 | -2/+1 |
| | | |||||
| * | stm32/gpio: expose all functionality as inherent methods. | Dario Nieuwenhuis | 2022-01-19 | 1 | -5/+4 |
| | | |||||
| * | Remove trait_alias, allow(incomplete_features). | Dario Nieuwenhuis | 2021-09-03 | 1 | -2/+0 |
| | | | | | trait_alias seems unused. no idea why it's there. | ||||
| * | stm32: move dbgmcu stuff to toplevel config setting, defaulting to true. | Dario Nieuwenhuis | 2021-08-19 | 1 | -5/+0 |
| | | |||||
| * | examples: Consistently use unwrap! in favor of .unwrap() | Ben Gamari | 2021-08-05 | 1 | -2/+2 |
| | | | | | | Unfortunately errors from `embedded_graphics` and `core` doesn't provide the necessary instances currently. | ||||
| * | time: replace dyn clock/alarm with a global Driver trait | Dario Nieuwenhuis | 2021-08-05 | 1 | -1/+0 |
| | | |||||
| * | Update nightly, remove removed features. | Dario Nieuwenhuis | 2021-08-04 | 1 | -2/+0 |
| | | |||||
| * | stm32l4: Cleanup examples | Timo Kröger | 2021-07-29 | 1 | -6/+3 |
| | | | | | | * Use `cortex_m_rt::entry` for sync examples * Use `Dbgmcu::enable_all()` everywhere | ||||
| * | stm32/examples: cleanup L4 | Dario Nieuwenhuis | 2021-07-24 | 1 | -60/+19 |
| | | |||||
| * | Enable SYSCFG clock in `exti::init()` | Timo Kröger | 2021-07-24 | 1 | -8/+0 |
| | | |||||
| * | FFS warnings about unused Result<>. | Bob McWhirter | 2021-07-23 | 1 | -1/+1 |
| | | |||||
| * | Fix warnings about un-used variables. | Bob McWhirter | 2021-07-23 | 1 | -2/+2 |
| | | |||||
| * | Fix extraneous `mut` warnings in L4 example. | Bob McWhirter | 2021-07-23 | 1 | -3/+3 |
| | | |||||
| * | Improve the SPIv2 DMA example to verify it actually works. | Bob McWhirter | 2021-07-23 | 1 | -9/+22 |
| | | |||||
| * | SPIv2 + DMA. | Bob McWhirter | 2021-07-23 | 1 | -0/+103 |
