aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32h7/src
Commit message (Expand)AuthorAgeFilesLines
...
* stm32/gpio: remove generics.Dario Nieuwenhuis2024-01-221-3/+2
* update metapac after stm32-data PR323eZio Pan2023-12-251-3/+3
* ci: use beta, add secondary nightly ci.Dario Nieuwenhuis2023-12-2125-25/+0
* chore: replace make_static! macro usage with non-macro versionUlf Lilleengen2023-12-212-10/+16
* stm32/timer: docs.Dario Nieuwenhuis2023-12-191-5/+5
* stm32/eth: add host server command exampleBadr Bouslikhin2023-12-052-0/+2
* stm32/eth: fix h7 examplesBadr Bouslikhin2023-12-052-2/+2
* STM32 DAC: Rework DAC driver, support all families.Adam Greig2023-11-252-22/+14
* STM32 DAC: Swap to new TSEL enum entirely in-HALAdam Greig2023-11-251-2/+2
* stm32/i2c: add async, dual interrupt scaffolding.Dario Nieuwenhuis2023-11-242-2/+4
* usb: remove msos-descriptor feature.Dario Nieuwenhuis2023-11-081-0/+1
* stm32/rcc: add shared code for hsi48 with crs support.Dario Nieuwenhuis2023-11-055-5/+4
* stm32/rcc: misc cleanups.Dario Nieuwenhuis2023-10-2313-39/+42
* Merge branch 'master' into center-alignDion Dokter2023-10-2020-117/+146
|\
| * time: Update examples, tests, and other code to use new Timer::after_x conven...Adam Greig2023-10-1513-40/+40
| * Merge pull request #2035 from pbert519/stm_reset_and_enableDario Nieuwenhuis2023-10-122-4/+3
| |\
| | * enable clock firstpbert2023-10-122-3/+3
| | * STM32: combine RccPeripherals reset() and enable() to reset_and_enable()pbert2023-10-122-4/+3
| * | 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
| * | net: remove atomic-polyfill.Dario Nieuwenhuis2023-10-121-2/+2
| * | stm32/rcc: add LSE/LSI to all chips, add RTC to more chips.Dario Nieuwenhuis2023-10-111-8/+6
| |/
| * Patch tests & examplesGabriel Górski2023-10-092-4/+2
| * stm32/rcc: use PLL enums from PAC.Dario Nieuwenhuis2023-10-0913-57/+57
| * Merge pull request #2018 from jamesmunns/add-derivesDario Nieuwenhuis2023-10-071-1/+1
| |\
| | * Add some uncontroversial derives to Error typesJames Munns2023-10-061-1/+1
| * | stm32: implement MCO for all chips.Dario Nieuwenhuis2023-10-072-4/+4
| * | h7: implement RTC and LSE clock configurationMatt Ickstadt2023-10-061-0/+39
| |/
* / Fix examplesDion Dokter2023-10-011-1/+1
|/
* stm32/usart: return error instead of panicking on bad baudrate.Dario Nieuwenhuis2023-09-263-3/+3
* stm32/rcc: unify h5 and h7.Dario Nieuwenhuis2023-09-2115-69/+303
* add wait_config_up to examplesJuliDi2023-09-082-4/+7
* Deprecate *recv* in favor of *receive*Ruben De Smet2023-08-221-1/+1
* Update to embedded-io 0.5 (#1752)Dario Nieuwenhuis2023-08-072-2/+2
* Merge pull request #1606 from JcBernack/rng-updateDario Nieuwenhuis2023-07-303-5/+14
|\
| * stm32/rng: use bind_interrupts!.Dario Nieuwenhuis2023-07-313-5/+14
* | Fix format in stm32 SPI examplesbofh2023-07-302-18/+2
* | Fix more stm32 SPI examplesbofh2023-07-302-4/+8
|/
* stm32/pwm: add output type controlxoviat2023-07-291-1/+2
* add dac-dma example for h7, remove memory.xJuliDi2023-07-281-0/+140
* stm32/timer: merge pwm module into timer. (#1703)Dario Nieuwenhuis2023-07-282-3/+3
* stm32: fix DAC examplesAdam Greig2023-07-221-1/+1
* stm32/eth: add set_poll_intervalxoviat2023-07-152-2/+2
* stm32/eth: impl. poll intervalxoviat2023-07-152-2/+2
* Merge pull request #1565 from JuliDi/mainDario Nieuwenhuis2023-06-291-4/+5
|\
| * Update DAC examples, add DAC + DMA exampleJuliDi2023-06-281-4/+5
* | stm32/otg: add VBUS detection.Dario Nieuwenhuis2023-06-271-1/+3
|/
* stm32: update stm32-metapac.Dario Nieuwenhuis2023-06-192-34/+24
* net: Support dual stack IPRuben De Smet2023-06-072-4/+4