aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32f4
Commit message (Expand)AuthorAgeFilesLines
* STM32 DAC: Rework DAC driver, support all families.Adam Greig2023-11-251-3/+2
* stm32/i2c: implement async i2c v1.Barnaby Walters2023-11-242-0/+197
* stm32/i2c: add async, dual interrupt scaffolding.Dario Nieuwenhuis2023-11-241-1/+2
* executor: release v0.3.3Dario Nieuwenhuis2023-11-151-1/+1
* stm32/rcc: fix pll enum naming on f4, f7.Dario Nieuwenhuis2023-11-135-9/+9
* Update heapless to v0.8, embedded-nal-async to v0.7Dario Nieuwenhuis2023-11-101-1/+1
* usb: remove msos-descriptor feature.Dario Nieuwenhuis2023-11-083-3/+3
* Update stm32 usb_raw example to use MSOS descriptors for WinUSBAdam Greig2023-11-074-1/+24
* Add raw USB example using control transfersAdam Greig2023-11-051-0/+201
* Upgrade static-cell to v2.0Dario Nieuwenhuis2023-11-021-1/+1
* Release embassy-executor v0.3.1Dario Nieuwenhuis2023-11-011-1/+1
* Prepare embassy-net 0.2.1 and embassy-sync 0.4.0Dániel Buga2023-10-311-1/+1
* Merge branch 'master' into center-alignDion Dokter2023-10-2016-71/+128
|\
| * stm32/rcc: refactor and unify f4 into f7.Dario Nieuwenhuis2023-10-185-16/+81
| * Prepare embassy-net(/-driver,/-driver-channel) 0.2.0Dániel Buga2023-10-161-1/+1
| * time: add `links` key, release v0.1.5.Dario Nieuwenhuis2023-10-161-1/+1
| * time: Update examples, tests, and other code to use new Timer::after_x conven...Adam Greig2023-10-1511-35/+35
| * Release embassy-time 0.1.4Dániel Buga2023-10-121-1/+1
| * Merge pull request #2033 from andresovela/stm32-add-timeout-to-i2cUlf Lilleengen2023-10-121-7/+2
| |\
| | * Remove more unused stuffAndres Oliva2023-10-111-1/+0
| | * stm32: add timeout to I2C driverAndres Oliva2023-10-101-6/+2
| * | stm32/rcc: add LSE/LSI to all chips, add RTC to more chips.Dario Nieuwenhuis2023-10-111-4/+2
| |/
| * Patch tests & examplesGabriel Górski2023-10-091-2/+1
| * stm32: implement MCO for all chips.Dario Nieuwenhuis2023-10-071-3/+3
| * update embedded-io, embedded-nal-async.Dario Nieuwenhuis2023-10-041-2/+2
* | Fix examplesDion Dokter2023-10-012-1/+2
|/
* stm32/adc: cleanup f1, f3, v1, and v2xoviat2023-09-271-3/+3
* stm32/usart: return error instead of panicking on bad baudrate.Dario Nieuwenhuis2023-09-263-3/+3
* stm32: fix rtc exampleluveti2023-09-241-0/+1
* stm32/rcc: unify h5 and h7.Dario Nieuwenhuis2023-09-211-1/+2
* feat: bump embassy-sync version to 0.3.0Ulf Lilleengen2023-09-141-1/+1
* add wait_config_up to examplesJuliDi2023-09-081-1/+4
* Release embassy-time v0.1.3Jesse Braham2023-08-281-1/+1
* rustfmtxoviat2023-08-271-4/+2
* fix hanging on rtc exampleaidant2023-08-271-5/+14
* Bump executor crate version to 0.3.0Dániel Buga2023-08-231-1/+1
* Update to embedded-io 0.5 (#1752)Dario Nieuwenhuis2023-08-074-4/+5
* Merge remote-tracking branch 'origin/main' into bxcan_timestampchemicstry2023-07-316-32/+25
|\
| * Merge pull request #1606 from JcBernack/rng-updateDario Nieuwenhuis2023-07-302-4/+7
| |\
| | * stm32/rng: use bind_interrupts!.Dario Nieuwenhuis2023-07-312-4/+7
| * | Set frequency in stm32 SPI examplesbofh2023-07-312-2/+10
| * | Fix formattingbofh2023-07-301-9/+1
| * | Fix stm32 SPI examplesbofh2023-07-302-13/+1
| |/
| * stm32/pwm: add output type controlxoviat2023-07-292-3/+5
| * stm32/timer: merge pwm module into timer. (#1703)Dario Nieuwenhuis2023-07-282-5/+5
* | stm32/can: implement proper RX timestampschemicstry2023-07-251-2/+16
|/
* Merge pull request #1685 from chemicstry/bxcan_async_enableDario Nieuwenhuis2023-07-241-2/+5
|\
| * stm32/can: bxcan async enablechemicstry2023-07-241-2/+5
* | Merge pull request #1676 from adamgreig/fix-dac-exampleDario Nieuwenhuis2023-07-242-2/+2
|\ \ | |/ |/|
| * stm32: remove duplicate features from stm32f4 examples Cargo.tomlAdam Greig2023-07-221-1/+1