aboutsummaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* [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
* 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
* | Merge pull request #2588 from cschuhen/feature/fdcan_bufferedDario Nieuwenhuis2024-02-234-83/+281
|\ \
| * | Add dep for static_cell to example.Corey Schuhen2024-02-191-0/+1
| * | Remove the OperatingMode typestatesCorey Schuhen2024-02-183-8/+7
| * | Add a buffered mode.Corey Schuhen2024-02-171-7/+90
| * | Port FDCAN HAL to use PAC directly instead of fdcan crate.Corey Schuhen2024-02-174-80/+195
* | | Merge pull request #2559 from mchant/mainDario Nieuwenhuis2024-02-201-0/+182
|\ \ \
| * | | removed extra spaces.Mick Chanthaseth2024-02-191-1/+1
| * | | fixed formatting in usb_hid_mouse.rsMick Chanthaseth2024-02-191-4/+3
| * | | Updated formatting in usb_hid_mouse.rs.Mick Chanthaseth2024-02-191-6/+6
| * | | Merge branch 'embassy-rs:main' into mainMick Chanthaseth2024-02-1619-76/+333
| |\| |
| * | | Update imports in usb_hid_mouse.rsMick Chanthaseth2024-02-161-1/+1
| * | | added usb_hid_mouse example for rpMick Chanthaseth2024-02-111-0/+183
* | | | Merge pull request #2594 from exzachlyvv/zvv/u5-i2cDario Nieuwenhuis2024-02-181-0/+41
|\ \ \ \
| * | | | Add simple i2c example for u5Zach2024-02-181-0/+41
| | |/ / | |/| |
* | | | Merge pull request #2591 from exzachlyvv/zvv/u5-flashDario Nieuwenhuis2024-02-181-0/+55
|\ \ \ \
| * | | | support u5 flashZach2024-02-171-0/+55
| |/ / /
* / / / u5 - add working rng exampleZach2024-02-171-0/+25
|/ / /
* | | Merge pull request #2558 from CBJamo/ws2812_write_fixupDario Nieuwenhuis2024-02-171-2/+5
|\ \ \