aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32f4/src
Commit message (Expand)AuthorAgeFilesLines
...
| | * 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
* | stm32: fix DAC examplesAdam Greig2023-07-221-1/+1
|/
* 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
|\
| * make stm32f4 example workPhilipp Scheff2023-07-041-8/+10
* | 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-272-2/+6
|/
* 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
|\ \
| * | stm32/i2s: add module and example for f4xoviat2023-05-031-0/+36
* | | stm32: move to bind_interruptsxoviat2023-05-247-22/+42
| |/ |/|
* | Merge #1419bors[bot]2023-05-191-28/+3
|\ \
| * | stm32/pwm: improve dead-time apixoviat2023-05-011-28/+3
* | | net: do not use smoltcp Instant/Duration in public API.Dario Nieuwenhuis2023-05-151-1/+1
* | | Fix some typosDirk Stolle2023-05-081-1/+1
| |/ |/|
* | stm32/rtc: cleanup and consolidatexoviat2023-04-181-0/+30
|/
* stm32/sdmmc: add init_card retry.Dario Nieuwenhuis2023-04-171-1/+12
* Merge #1330bors[bot]2023-04-061-0/+77
|\
| * stm32/pwm: fix unused importxoviat2023-04-051-1/+1
| * stm32/pwm: add complementary pwm examplexoviat2023-04-051-0/+77
* | Align flash examplesRasmus Melchior Jacobsen2023-04-051-6/+7
|/
* Merge #1321bors[bot]2023-04-041-1/+1
|\
| * executor: add Pender, rework Cargo features.Dario Nieuwenhuis2023-04-031-1/+1
* | Merge #1313bors[bot]2023-04-041-12/+2
|\ \
| * | Fix interrupt handling so it is similar to before the rework, and fix examplesMathias2023-03-311-12/+2
| |/
* | run fmtMathieu Dupont2023-04-031-1/+0
* | Add MCO support for L4 and F4 familiesMathieu Dupont2023-04-031-0/+31
|/
* Fix examples broken by the macro fix.Dario Nieuwenhuis2023-03-082-4/+2