aboutsummaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \
| * | | Switch to tickerCaleb Jamison2024-02-101-2/+3
| * | | Add explicit reset time to ws2812 write fn.Caleb Jamison2024-02-101-0/+2
| |/ /
* | | Merge pull request #2578 from CBJamo/i2c_slave_fixesDario Nieuwenhuis2024-02-171-1/+1
|\ \ \
| * | | Improve rp2040 i2c slaveCaleb Jamison2024-02-151-1/+1
| | |/ | |/|
* | | Merge pull request #2579 from barnabywalters/g4rccDario Nieuwenhuis2024-02-163-27/+36
|\ \ \ | |/ / |/| |
| * | RefinementsBarnaby Walters2024-02-171-0/+1
| * | Removed redundant HSI48 configurationBarnaby Walters2024-02-161-3/+4
| * | [embassy-stm32]: started stm32g4 RCC refactorBarnaby Walters2024-02-153-27/+34
* | | Merge pull request #2564 from embassy-rs/rcc-f1-updateDario Nieuwenhuis2024-02-142-6/+18
|\ \ \
| * | | stm32/rcc: port F1 to new API.Dario Nieuwenhuis2024-02-132-6/+18
| |/ /
* | | Added HMAC example.Caleb Garrett2024-02-122-0/+23
* | | Add STM32 HMAC function.Caleb Garrett2024-02-121-1/+1
* | | Merge pull request #2528 from caleb-garrett/hashDario Nieuwenhuis2024-02-134-4/+61
|\ \ \ | |/ / |/| |
| * | fmtCaleb Garrett2024-02-111-1/+2
| * | Consolidated hash drivers.Caleb Garrett2024-02-111-5/+5
| * | Merge branch 'main' into hashCaleb Garrett2024-02-0930-63/+282
| |\|
| * | Removed hash DMA from unsupported configs.Caleb Garrett2024-02-082-4/+7
| * | Merge branch 'main' into hashCaleb Garrett2024-02-041-1/+1
| |\ \
| * | | Format hash example.Caleb Garrett2024-02-041-1/+0
| * | | Merge commit '1f940bf9e868438090ea126eb2267f5e9325fbd4' into hashCaleb Garrett2024-02-0413-4/+520
| |\ \ \
| | * \ \ Merge branch 'main' into hashCaleb Garrett2024-02-0313-4/+520
| | |\ \ \
| * | | | | Addressed hash CI build issues.Caleb Garrett2024-02-042-4/+4
| |/ / / /
| * | | | Added hash DMA implementation.Caleb Garrett2024-02-031-8/+12
| * | | | Added hash module with blocking implementation. Included SHA256 example.Caleb Garrett2024-01-312-2/+52