aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32f4/src/bin
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge pull request #1244 from embassy-rs/interruptexecutorDario Nieuwenhuis2023-03-011-13/+23
|\
| * cortex-m/executor: don't use the owned interrupts system.Dario Nieuwenhuis2023-02-281-13/+23
* | Example fixes.Dario Nieuwenhuis2023-03-011-8/+3
|/
* stm32/sdmmc: Implement proper clock configurationchemicstry2023-02-231-1/+2
* stm32/sdmmc: Fix SDIOv1 writeschemicstry2023-02-181-2/+37
* usb: unify ControlHandler+DeviceStateHandler, route all control requests to a...Dario Nieuwenhuis2023-02-082-2/+0
* stm32/usb_otg: Add F4 usb_ethernet examplechemicstry2023-01-181-0/+169
* stm32 otg: add examples.chemicstry2023-01-111-0/+106
* Merge #1024bors[bot]2022-10-261-3/+28
|\
| * Improve examplesGrant Miller2022-10-241-4/+8
| * stm32/adc: Remove voltage and temperature conversionsGrant Miller2022-10-241-3/+24
* | Merge #1025bors[bot]2022-10-261-0/+45
|\ \
| * | Add more docschemicstry2022-10-241-0/+3
| * | Unify i2cv1 definition with i2cv2chemicstry2022-10-241-1/+13
| * | Implement i2cv1 timeoutchemicstry2022-10-241-0/+30
| |/
* / stm32: Add support for read_until_idle on UARTGuillaume MICHEL2022-10-263-6/+17
|/
* Fix adc_v4 compilationchemicstry2022-10-071-1/+1
* Fix internal channel reading on adc_v2chemicstry2022-10-071-3/+22
* Remove flash lock/unlock public API from stm32 flash, and perform the unlocki...Mathias2022-09-301-1/+1
* Remove Forever, switch to static_cell.Dario Nieuwenhuis2022-08-221-7/+7