aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32f4/src/bin
Commit message (Collapse)AuthorAgeFilesLines
...
| * stm32/rcc: refactor and unify f4 into f7.Dario Nieuwenhuis2023-10-185-16/+81
| |
| * time: Update examples, tests, and other code to use new Timer::after_x ↵Adam Greig2023-10-1511-35/+35
| | | | | | | | convenience methods
| * Merge pull request #2033 from andresovela/stm32-add-timeout-to-i2cUlf Lilleengen2023-10-121-7/+2
| |\ | | | | | | | | | stm32: add timeout to I2C driver
| | * 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
| |
* | 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
| | | lsi must be enabled otherwise a assertion fails
* stm32/rcc: unify h5 and h7.Dario Nieuwenhuis2023-09-211-1/+2
|
* add wait_config_up to examplesJuliDi2023-09-081-1/+4
|
* rustfmtxoviat2023-08-271-4/+2
|
* fix hanging on rtc exampleaidant2023-08-271-5/+14
|
* Update to embedded-io 0.5 (#1752)Dario Nieuwenhuis2023-08-073-3/+3
|
* 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 update
| | * 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
| | | | | | | | 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 timestampschemicstry2023-07-251-2/+16
|/
* Merge pull request #1685 from chemicstry/bxcan_async_enableDario Nieuwenhuis2023-07-241-2/+5
|\ | | | | | | stm32/can: bxcan async enable
| * stm32/can: bxcan async enablechemicstry2023-07-241-2/+5
| |
* | stm32: fix DAC examplesAdam Greig2023-07-221-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.
* stm32/eth: add set_poll_intervalxoviat2023-07-151-1/+1
|
* stm32/eth: impl. poll intervalxoviat2023-07-151-1/+1
|
* stm32/eth: add f4 examplexoviat2023-07-151-0/+111
|
* Merge pull request #1578 from schphil/can-splitxoviat2023-07-051-8/+10
|\ | | | | | | stm32 can split method
| * make stm32f4 example workPhilipp Scheff2023-07-041-8/+10
| |
* | Merge pull request #1565 from JuliDi/mainDario Nieuwenhuis2023-06-291-4/+5
|\ \ | | | | | | | | | Implement DMA for DAC on STM32
| * | Update DAC examples, add DAC + DMA exampleJuliDi2023-06-281-4/+5
| |/
* / stm32/otg: add VBUS detection.Dario Nieuwenhuis2023-06-272-2/+6
|/ | | | Fixes #1442.
* stm32/can: update interruptsxoviat2023-06-191-2/+11
|
* stm32: update stm32-metapac.Dario Nieuwenhuis2023-06-191-6/+2
|
* examples: use nicer InterrupExt to set irq priority in multprio.Dario Nieuwenhuis2023-06-091-9/+5
|
* net: Support dual stack IPRuben De Smet2023-06-071-2/+2
|
* Rename StaticConfig to StaticConfigV4Ruben De Smet2023-06-061-1/+1
|
* Use make_static! from static-cell v1.1Dario Nieuwenhuis2023-06-011-18/+14
|
* Fix blocking exampleRasmus Melchior Jacobsen2023-05-261-2/+2
|
* FormattingRasmus Melchior Jacobsen2023-05-251-3/+3
|
* Fix examplesRasmus Melchior Jacobsen2023-05-251-2/+2
|
* Let Flash<Async/Blocking> be a thingRasmus Melchior Jacobsen2023-05-251-1/+1
|
* Align with new bind_interruptRasmus Melchior Jacobsen2023-05-252-5/+9
|
* Align examplesRasmus Melchior Jacobsen2023-05-252-7/+88
|
*-. Merge #1340 #1474bors[bot]2023-05-251-0/+36
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1340: Add I2S for f4 r=Dirbaio a=xoviat This is only for f4, but it puts us equal to or ahead of the standard rust hal. 1474: stm32: Fix watchdog timeout computation r=Dirbaio a=rmja Co-authored-by: xoviat <[email protected]> Co-authored-by: Rasmus Melchior Jacobsen <[email protected]>