aboutsummaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* [embassy-stm32] added comments explaining multiprio interruptsBarnaby Walters2024-04-074-0/+16
* Add VBUS detection blackpill commentBarnaby Walters2024-04-051-0/+1
* Add parameter for enabling pull-up and pull-down in RP PWM input modepawel001002024-04-051-1/+2
* rp: remove mod sealed.Dario Nieuwenhuis2024-04-051-1/+1
* Merge pull request #2697 from eZioPan/stm32-cordicDario Nieuwenhuis2024-04-041-0/+78
|\
| * stm32 CORDIC: re-design APIeZio Pan2024-03-231-8/+51
| * stm32 CORDIC: add exampleeZio Pan2024-03-231-0/+35
* | Merge pull request #2746 from msrd0/multiprio-example-stm32h7Dario Nieuwenhuis2024-04-042-2/+147
|\ \
| * | Add multiprio example for stm32h7 inspired by stm32f4Dominic2024-04-042-2/+147
* | | rename PWM_CH to PWM_SLICEAlexandru RADOVICI2024-04-023-3/+3
* | | stm32/can: simplify bxcan api, merging bx::* into the main structs.Dario Nieuwenhuis2024-04-023-23/+13
* | | CAN: Unify API's between BXCAN and FDCAN. Use Envelope for all read methods i...Corey Schuhen2024-03-285-35/+121
|/ /
* / Remove ad-hoc fixes for setting the IOSV bit to trueEmilie Burgun2024-03-261-6/+0
|/
* Merge pull request #2730 from embassy-rs/stm32-sealedDario Nieuwenhuis2024-03-234-70/+86
|\
| * stm32: use private_bounds for sealed traits.Dario Nieuwenhuis2024-03-233-26/+39
| * stm32/timer: simplify traits, convert from trait methods to struct.Dario Nieuwenhuis2024-03-234-44/+47
* | usb: remove device_descriptor buffer, store bytes in UsbDevice.inner insteadAdam Greig2024-03-2335-70/+0
|/
* Fix warnings in recent nightly.Dario Nieuwenhuis2024-03-207-14/+11
* Rust formatting for comments.AlejandroFNadal2024-03-201-9/+9
* Add comment warning for new users about changing pins on Ethernet for differe...Alejandro Nadal2024-03-201-9/+11
* stm32/usb: ensure mux is configured in examples.Dario Nieuwenhuis2024-03-1912-49/+71
* stm32/usb: merge usb and usb_otg into single module.Dario Nieuwenhuis2024-03-199-36/+36
* Merge pull request #2652 from timokroeger/stm32-ucpdDario Nieuwenhuis2024-03-141-0/+86
|\
| * [UCPD] Enable dead-battery support in exampleTimo Kröger2024-03-141-2/+3
| * [UCPD] Take interrupt in constructor and enable itTimo Kröger2024-03-141-2/+6
| * [UCPD] Split into CC and PD phyTimo Kröger2024-03-121-8/+9
| * [UCPD] Improve example and defmt Format for enumsTimo Kröger2024-03-121-2/+9
| * [UCPD] Combine RX and TXTimo Kröger2024-03-121-1/+1
| * [UCPD] Prepare for PD communication implementationTimo Kröger2024-03-121-1/+14
| * [UCPD] Improve Type-C CC handlingTimo Kröger2024-03-121-7/+5
| * [UCPD] Configuration Channel (CC) handlingTimo Kröger2024-03-121-0/+62
* | stm32: add usb_hid_keyboard exampleVo Trung Chi2024-03-141-0/+222
* | Use Result instead of Option for Frame creation.Corey Schuhen2024-03-133-3/+3
* | Shared frame types.Corey Schuhen2024-03-133-6/+6
* | Merge pull request #2691 from caleb-garrett/cryp-dmaDario Nieuwenhuis2024-03-121-11/+17
|\ \
| * | rustfmtCaleb Garrett2024-03-121-5/+2
| * | Correct cryp CI build issues.Caleb Garrett2024-03-121-1/+3
| * | Add CRYP DMA support. Updated example.Caleb Garrett2024-03-121-10/+9
| * | Refactored cryp din/dout into functions.Caleb Garrett2024-03-111-3/+11
| |/
* | Fix examples and improve imports required.Corey Schuhen2024-03-073-14/+23
* | Documentation.Corey Schuhen2024-03-071-3/+3
* | Make use of internal BXCAN crate work. Tested on stm32f103 with real bus and ...Corey Schuhen2024-03-071-2/+2
|/
* Merge pull request #2664 from eZioPan/build-target-fixDario Nieuwenhuis2024-03-064-7/+7
|\
| * stm32/rtc: remove use of deprecated .timestamp()Dario Nieuwenhuis2024-03-064-7/+7
* | stm32: add usb_hid_mouse exampleVo Trung Chi2024-03-071-3/+3
* | stm32: add usb_hid_mouse exampleVo Trung Chi2024-03-071-16/+16
* | stm32: add usb_hid_mouse exampleVo Trung Chi2024-03-072-0/+149
|/
* stm32/rcc: port g0 to new api.Dario Nieuwenhuis2024-03-041-7/+8
* stm32/rcc: g4: consistent PllSource, add pll pqr limits, simplify a bit.Dario Nieuwenhuis2024-03-044-18/+17
* Merge pull request #2646 from cschuhen/feature/wake_tx_on_buffered_pushDario Nieuwenhuis2024-03-011-1/+5
|\