aboutsummaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Writing to TX buffer also needs to fire an interrupt to kick off transmission...Corey Schuhen2024-03-021-1/+5
* | stm32: autogenerate mux config for all chips.Dario Nieuwenhuis2024-03-0114-95/+93
|/
* Merge branch 'embassy-rs:main' into crypCaleb Garrett2024-02-296-7/+7
|\
| * update metapaceZio Pan2024-02-291-2/+2
| * update usbd-hid to latestHaobo Gu2024-02-265-5/+5
* | Merge branch 'main' into crypCaleb Garrett2024-02-257-7/+7
|\|
| * stm32/adc: reexport enums from PAC to avoid boilerplate hell.Dario Nieuwenhuis2024-02-267-7/+7
* | Address CI build issues.Caleb Garrett2024-02-251-6/+8
* | Correct tag generation.Caleb Garrett2024-02-251-3/+6
* | Add CRYP example.Caleb Garrett2024-02-252-0/+70
|/
* stm32/rcc: unify naming sysclk field to `sys`, enum to `Sysclk`.Dario Nieuwenhuis2024-02-2614-17/+17
* Merge pull request #2583 from OroArmor/tim_pll_clkDario Nieuwenhuis2024-02-251-1/+2
|\
| * Move to internal mod and re-export the enumsEli Orona2024-02-241-3/+1
| * Rust fmtEli Orona2024-02-201-1/+3
| * Move compile test to the STM32F334 example.Eli Orona2024-02-202-3/+2
| * Move to auto-generated based system.Eli Orona2024-02-161-1/+3
* | FDCAN: Don't require internal module for public API.Corey Schuhen2024-02-251-2/+2
* | stm32/rcc: port U5 to new API, add all PLLs, all HSE modes.Dario Nieuwenhuis2024-02-231-11/+16