| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Update stm32 usb_raw example to use MSOS descriptors for WinUSB | Adam Greig | 2023-11-07 | 4 | -1/+24 | |
| | | ||||||
| * | Add raw USB example using control transfers | Adam Greig | 2023-11-05 | 1 | -0/+201 | |
| | | ||||||
| * | Upgrade static-cell to v2.0 | Dario Nieuwenhuis | 2023-11-02 | 1 | -1/+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 | |
| | | ||||||
| * | Merge branch 'master' into center-align | Dion Dokter | 2023-10-20 | 16 | -71/+128 | |
| |\ | ||||||
| | * | stm32/rcc: refactor and unify f4 into f7. | Dario Nieuwenhuis | 2023-10-18 | 5 | -16/+81 | |
| | | | ||||||
| | * | Prepare embassy-net(/-driver,/-driver-channel) 0.2.0 | Dániel Buga | 2023-10-16 | 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 ↵ | Adam Greig | 2023-10-15 | 11 | -35/+35 | |
| | | | | | | | | | convenience methods | |||||
| | * | Release embassy-time 0.1.4 | Dániel Buga | 2023-10-12 | 1 | -1/+1 | |
| | | | ||||||
| | * | Merge pull request #2033 from andresovela/stm32-add-timeout-to-i2c | Ulf Lilleengen | 2023-10-12 | 1 | -7/+2 | |
| | |\ | | | | | | | | | | stm32: add timeout to I2C driver | |||||
| | | * | Remove more unused stuff | Andres Oliva | 2023-10-11 | 1 | -1/+0 | |
| | | | | ||||||
| | | * | stm32: add timeout to I2C driver | Andres Oliva | 2023-10-10 | 1 | -6/+2 | |
| | | | | ||||||
| | * | | stm32/rcc: add LSE/LSI to all chips, add RTC to more chips. | Dario Nieuwenhuis | 2023-10-11 | 1 | -4/+2 | |
| | |/ | ||||||
| | * | Patch tests & examples | Gabriel Górski | 2023-10-09 | 1 | -2/+1 | |
| | | | ||||||
| | * | stm32: implement MCO for all chips. | Dario Nieuwenhuis | 2023-10-07 | 1 | -3/+3 | |
| | | | ||||||
| | * | update embedded-io, embedded-nal-async. | Dario Nieuwenhuis | 2023-10-04 | 1 | -2/+2 | |
| | | | ||||||
| * | | Fix examples | Dion Dokter | 2023-10-01 | 2 | -1/+2 | |
| |/ | ||||||
| * | stm32/adc: cleanup f1, f3, v1, and v2 | xoviat | 2023-09-27 | 1 | -3/+3 | |
| | | ||||||
| * | stm32/usart: return error instead of panicking on bad baudrate. | Dario Nieuwenhuis | 2023-09-26 | 3 | -3/+3 | |
| | | ||||||
| * | stm32: fix rtc example | luveti | 2023-09-24 | 1 | -0/+1 | |
| | | | | lsi must be enabled otherwise a assertion fails | |||||
| * | stm32/rcc: unify h5 and h7. | Dario Nieuwenhuis | 2023-09-21 | 1 | -1/+2 | |
| | | ||||||
| * | feat: bump embassy-sync version to 0.3.0 | Ulf Lilleengen | 2023-09-14 | 1 | -1/+1 | |
| | | | | | Update changelog in preparation for release | |||||
| * | add wait_config_up to examples | JuliDi | 2023-09-08 | 1 | -1/+4 | |
| | | ||||||
| * | Release embassy-time v0.1.3 | Jesse Braham | 2023-08-28 | 1 | -1/+1 | |
| | | ||||||
| * | rustfmt | xoviat | 2023-08-27 | 1 | -4/+2 | |
| | | ||||||
| * | fix hanging on rtc example | aidant | 2023-08-27 | 1 | -5/+14 | |
| | | ||||||
| * | Bump executor crate version to 0.3.0 | Dániel Buga | 2023-08-23 | 1 | -1/+1 | |
| | | ||||||
| * | Update to embedded-io 0.5 (#1752) | Dario Nieuwenhuis | 2023-08-07 | 4 | -4/+5 | |
| | | ||||||
| * | Merge remote-tracking branch 'origin/main' into bxcan_timestamp | chemicstry | 2023-07-31 | 6 | -32/+25 | |
| |\ | ||||||
| | * | Merge pull request #1606 from JcBernack/rng-update | Dario Nieuwenhuis | 2023-07-30 | 2 | -4/+7 | |
| | |\ | | | | | | | | | | STM32: RNG update | |||||
| | | * | stm32/rng: use bind_interrupts!. | Dario Nieuwenhuis | 2023-07-31 | 2 | -4/+7 | |
| | | | | ||||||
| | * | | Set frequency in stm32 SPI examples | bofh | 2023-07-31 | 2 | -2/+10 | |
| | | | | ||||||
| | * | | Fix formatting | bofh | 2023-07-30 | 1 | -9/+1 | |
| | | | | ||||||
| | * | | Fix stm32 SPI examples | bofh | 2023-07-30 | 2 | -13/+1 | |
| | |/ | ||||||
| | * | stm32/pwm: add output type control | xoviat | 2023-07-29 | 2 | -3/+5 | |
| | | | ||||||
| | * | stm32/timer: merge pwm module into timer. (#1703) | Dario Nieuwenhuis | 2023-07-28 | 2 | -5/+5 | |
| | | | | | | | | | The traits there are applicable to timer use cases other than PWM. It doesn't make sense to keep them separated. | |||||
| * | | stm32/can: implement proper RX timestamps | chemicstry | 2023-07-25 | 1 | -2/+16 | |
| |/ | ||||||
| * | Merge pull request #1685 from chemicstry/bxcan_async_enable | Dario Nieuwenhuis | 2023-07-24 | 1 | -2/+5 | |
| |\ | | | | | | | stm32/can: bxcan async enable | |||||
| | * | stm32/can: bxcan async enable | chemicstry | 2023-07-24 | 1 | -2/+5 | |
| | | | ||||||
| * | | Merge pull request #1676 from adamgreig/fix-dac-example | Dario Nieuwenhuis | 2023-07-24 | 2 | -2/+2 | |
| |\ \ | |/ |/| | | | stm32: Fix DAC examples | |||||
| | * | stm32: remove duplicate features from stm32f4 examples Cargo.toml | Adam Greig | 2023-07-22 | 1 | -1/+1 | |
| | | | ||||||
| | * | stm32: fix DAC examples | Adam Greig | 2023-07-22 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | The DAC driver defaults to enabling the channel trigger, but leaves it at the default value of TIM6 TRGO, then performs a software trigger after writing the new output value. We could change the trigger selection to software trigger, but for this example it's simpler to just disable the trigger. | |||||
| * | | Add notes about setting chip name correctly for examples. | Adam Greig | 2023-07-22 | 1 | -1/+2 | |
| |/ | ||||||
| * | stm32/eth: add set_poll_interval | xoviat | 2023-07-15 | 1 | -1/+1 | |
| | | ||||||
| * | stm32/eth: impl. poll interval | xoviat | 2023-07-15 | 1 | -1/+1 | |
| | | ||||||
| * | stm32/eth: add f4 example | xoviat | 2023-07-15 | 1 | -0/+111 | |
| | | ||||||
| * | Merge pull request #1624 from embassy-rs/release-embassy-time-v0.1.2 | Dario Nieuwenhuis | 2023-07-05 | 1 | -1/+1 | |
| |\ | | | | | | | Release embassy-time v0.1.2 | |||||
| | * | Release embassy-time v0.1.2 | Dario Nieuwenhuis | 2023-07-06 | 1 | -1/+1 | |
| | | | ||||||
