| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | stm32/gpio: remove generics. | Dario Nieuwenhuis | 2024-01-22 | 1 | -3/+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. | ||||
| * | stm32: Add G0 USB example | Derek Hageman | 2024-01-05 | 1 | -0/+99 |
| | | | | | Add a USB CDC ACM example using STM32G0 USB and CRS. | ||||
| * | weird format rule | Adin Ackerman | 2024-01-02 | 1 | -15/+9 |
| | | |||||
| * | add hf timer example for g0 | Adin Ackerman | 2024-01-02 | 1 | -0/+69 |
| | | |||||
| * | ci: use beta, add secondary nightly ci. | Dario Nieuwenhuis | 2023-12-21 | 5 | -5/+0 |
| | | |||||
| * | Update embedded-hal to 1.0.0-rc.3 | Dario Nieuwenhuis | 2023-12-14 | 1 | -1/+1 |
| | | |||||
| * | time: Update examples, tests, and other code to use new Timer::after_x ↵ | Adam Greig | 2023-10-15 | 2 | -6/+6 |
| | | | | | convenience methods | ||||
| * | changed ADDR variable to addr | dev-guruprasath | 2023-07-31 | 1 | -5/+5 |
| | | |||||
| * | changed ADDR variable to addr | dev-guruprasath | 2023-07-31 | 1 | -1/+1 |
| | | |||||
| * | added working example for flash | dev-guruprasath | 2023-07-31 | 1 | -1/+1 |
| | | |||||
| * | added working example for flash | dev-guruprasath | 2023-07-31 | 1 | -3/+0 |
| | | |||||
| * | added working example for flash | dev-guruprasath | 2023-07-31 | 1 | -0/+47 |
| | | |||||
| * | Fix stm32 SPI examples | bofh | 2023-07-30 | 1 | -1/+3 |
| | | |||||
| * | stm32/spi: add new_txonly_nosck constructor, for neopixels, with an example ↵ | anton smeenk | 2023-04-18 | 1 | -0/+101 |
| | | | | | in the stm32g0 directory. | ||||
| * | Split embassy-time from embassy-executor. | Dario Nieuwenhuis | 2022-08-18 | 2 | -3/+3 |
| | | |||||
| * | Remove HAL initialization from #[embassy::main] macro. | Dario Nieuwenhuis | 2022-08-17 | 2 | -4/+4 |
| | | |||||
| * | Split embassy crate into embassy-executor, embassy-util. | Dario Nieuwenhuis | 2022-07-29 | 2 | -5/+5 |
| | | |||||
| * | Run rustfmt. | Dario Nieuwenhuis | 2022-06-12 | 3 | -6/+3 |
| | | |||||
| * | Use embassy/defmt-timestamp-uptime in all examples. | Dario Nieuwenhuis | 2022-04-02 | 4 | -26/+9 |
| | | |||||
| * | stm32/exti: expose all functionality as inherent methods. | Dario Nieuwenhuis | 2022-01-19 | 1 | -1/+0 |
| | | |||||
| * | stm32/gpio: expose all functionality as inherent methods. | Dario Nieuwenhuis | 2022-01-19 | 2 | -5/+3 |
| | | |||||
| * | Remove trait_alias, allow(incomplete_features). | Dario Nieuwenhuis | 2021-09-03 | 3 | -6/+0 |
| | | | | | trait_alias seems unused. no idea why it's there. | ||||
| * | Add STM32G0 examples | Ben Gamari | 2021-08-20 | 4 | -0/+108 |
