| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Prepare to release embassy-usb | Ulf Lilleengen | 2024-08-05 | 1 | -1/+1 |
| * | Prepare embassy-time release | Ulf Lilleengen | 2024-08-05 | 1 | -1/+1 |
| * | stm32 adc: introduce blocking_read | Andres Vahter | 2024-07-03 | 3 | -4/+4 |
| * | Merge pull request #3128 from andresv/stm32-adc-dma-v3 | Ulf Lilleengen | 2024-07-03 | 1 | -0/+44 |
| |\ |
|
| | * | stm32g0: add adc_dma example | Andres Vahter | 2024-07-03 | 1 | -0/+44 |
| * | | Add adc oversampling support | Chen Yuheng | 2024-06-27 | 1 | -0/+43 |
| |/ |
|
| * | Update pwm_complementary.rs | Chen Yuheng | 2024-06-19 | 1 | -1/+0 |
| * | Add PWM examples for stm32g0 | Chen Yuheng | 2024-06-19 | 3 | -0/+190 |
| * | Add stm32g0 examples | Chen Yuheng | 2024-06-18 | 6 | -0/+153 |
| * | prepare for embassy-time 0.3.1 release | Ulf Lilleengen | 2024-06-04 | 1 | -1/+1 |
| * | stm32/spi: restrict txonly_nosck to SPIv1, it hangs in other versions. | Dario Nieuwenhuis | 2024-05-31 | 1 | -1/+1 |
| * | Prepare for embassy-sync 0.6.0 release | Ulf Lilleengen | 2024-05-29 | 1 | -1/+1 |
| * | stm32g0: add i2c_async example | Felipe Balbi | 2024-05-16 | 1 | -0/+48 |
| * | Reduce use of the full `futures` crate. | Dario Nieuwenhuis | 2024-04-26 | 1 | -1/+0 |
| * | Update dependent versions | James Munns | 2024-04-23 | 1 | -1/+1 |
| * | stm32/spi: remove DMA generic params. | Dario Nieuwenhuis | 2024-04-15 | 1 | -2/+1 |
| * | usb: remove device_descriptor buffer, store bytes in UsbDevice.inner instead | Adam Greig | 2024-03-23 | 1 | -2/+0 |
| * | stm32/rcc: port g0 to new api. | Dario Nieuwenhuis | 2024-03-04 | 1 | -7/+8 |
| * | stm32: autogenerate mux config for all chips. | Dario Nieuwenhuis | 2024-03-01 | 2 | -28/+26 |
| * | stm32/rcc: unify naming sysclk field to `sys`, enum to `Sysclk`. | Dario Nieuwenhuis | 2024-02-26 | 1 | -2/+2 |
| * | stm32/gpio: remove generics. | Dario Nieuwenhuis | 2024-01-22 | 1 | -3/+2 |
| * | bump embassy-time 0.3, embassy-executor 0.5, embassy-net 0.4. | Dario Nieuwenhuis | 2024-01-11 | 1 | -2/+2 |
| * | Change GPIO inherent methods back to `&self`. | Dario Nieuwenhuis | 2024-01-10 | 1 | -1/+1 |
| * | stm32: Add G0 USB example | Derek Hageman | 2024-01-05 | 3 | -4/+105 |
| * | 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 | 6 | -6/+1 |
| * | Update embedded-hal to 1.0.0-rc.3 | Dario Nieuwenhuis | 2023-12-14 | 1 | -1/+1 |
| * | Update all references to `embasy-executor` to the latest version | Jesse Braham | 2023-12-06 | 1 | -1/+1 |
| * | update release version in examples and other crates | Scott Mabin | 2023-12-04 | 1 | -2/+2 |
| * | Remove nightly and unstable-traits features in preparation for 1.75. | Dario Nieuwenhuis | 2023-11-29 | 1 | -1/+1 |
| * | executor: release v0.3.3 | Dario Nieuwenhuis | 2023-11-15 | 1 | -1/+1 |
| * | Update heapless to v0.8, embedded-nal-async to v0.7 | Dario Nieuwenhuis | 2023-11-10 | 1 | -1/+1 |
| * | Upgrade static-cell to v2.0 | Dario Nieuwenhuis | 2023-11-02 | 1 | -0/+1 |
| * | Release embassy-executor v0.3.1 | Dario Nieuwenhuis | 2023-11-01 | 1 | -1/+1 |
| * | Prepare embassy-net 0.2.1 and embassy-sync 0.4.0 | Dániel Buga | 2023-10-31 | 1 | -1/+1 |
| * | time: add `links` key, release v0.1.5. | Dario Nieuwenhuis | 2023-10-16 | 1 | -1/+1 |
| * | time: Update examples, tests, and other code to use new Timer::after_x conven... | Adam Greig | 2023-10-15 | 2 | -6/+6 |
| * | Release embassy-time 0.1.4 | Dániel Buga | 2023-10-12 | 1 | -1/+1 |
| * | feat: bump embassy-sync version to 0.3.0 | Ulf Lilleengen | 2023-09-14 | 1 | -1/+1 |
| * | Release embassy-time v0.1.3 | Jesse Braham | 2023-08-28 | 1 | -1/+1 |
| * | Bump executor crate version to 0.3.0 | Dániel Buga | 2023-08-23 | 1 | -1/+1 |
| * | 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 |
| * | Added debug=2 in release profile to all examples. | Piotr Esden-Tempski | 2023-07-26 | 1 | -0/+3 |
| * | Add notes about setting chip name correctly for examples. | Adam Greig | 2023-07-22 | 1 | -1/+2 |