aboutsummaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* Remove useless std cargo features.Dario Nieuwenhuis2024-12-251-1/+1
* Remove manual settings of `composite_with_iads=true`Eekle2024-12-2429-194/+0
* Rename ETQD, bump dateDániel Buga2024-12-221-1/+1
* Remove bluetooth example and trouble dependenciesDániel Buga2024-12-223-160/+2
* Prepare new embassy-time-*driver, embassy-executor, embassy-timeDániel Buga2024-12-2253-106/+106
* fix: add docstring for target platformelagil2024-12-221-0/+2
* feat: stm32h5 UCPD exampleelagil2024-12-221-0/+90
* Update (q|o)spi examples.Piotr Esden-Tempski2024-12-172-5/+5
* Remove use of static mut.Dario Nieuwenhuis2024-12-162-16/+22
* Merge pull request #3593 from bugadani/refactorDario Nieuwenhuis2024-12-1652-52/+53
|\
| * Make `integrated-timers` the default, remove Cargo feature.Dario Nieuwenhuis2024-12-1552-52/+52
| * Refactor integrated-timersDániel Buga2024-12-101-1/+2
* | Merge pull request #3613 from mubes/stm32u5_otg_hs_supportDario Nieuwenhuis2024-12-131-0/+129
|\ \ | |/ |/|
| * Add support for stm32u595/5a5 OTG_HS in client modeDave Marples2024-12-101-0/+129
* | Merge pull request #3626 from tommy-gilligan/rp23-usb-hid-keyboard-exampleUlf Lilleengen2024-12-101-0/+193
|\ \
| * | cargo +nightly fmtTommy Gilligan2024-12-101-1/+1
| * | rp23: port usb_hid_keyboard example from rpTommy Gilligan2024-12-081-0/+193
| |/
* / stm32wb-dfu: add MSOS headersGerhard de Clercq2024-12-101-1/+16
|/
* STM32: bump to latest stm32-metapacDavid Lawrence2024-12-061-2/+2
* docs: improve stm32 embassy-usb-dfu exampleBadr Bouslikhin2024-12-051-3/+29
* Merge pull request #3274 from michelrandahl/discriminating-pins-within-tsc-groupDario Nieuwenhuis2024-12-0319-383/+1371
|\
| * stm32 tsc: added multipin example for stm32f3michel2024-11-291-0/+204
| * stm32 tsc examples: minor correctionsmichel2024-11-292-6/+6
| * Refactor TSC module: Remove redundant 'Tsc' prefixes for improved naming cons...michel2024-11-298-29/+29
| * stm32 multipin examples: remove check for group status since we are using the...michel2024-11-292-52/+4
| * STM32-TSC: enable discriminating between pins within same TSC group and impro...michel2024-11-2918-383/+1215
* | Merge pull request #3512 from EnmanuelParache/stm32_usart_set_baudrateDario Nieuwenhuis2024-12-021-0/+37
|\ \
| * | stm32/usart: Changing baud rateEnmanuel Parache2024-12-031-0/+37
* | | Merge pull request #3024 from bsodmike/fix_rp_wifi_exampleDario Nieuwenhuis2024-12-021-5/+0
|\ \ \
| * | | Remove code that isn't used by the exampleMichael de Silva2024-12-031-5/+0
| |/ /
* | | Merge pull request #3600 from embassy-rs/patch-1Dario Nieuwenhuis2024-12-022-3/+2
|\ \ \ | |/ / |/| |
| * | examples/rp: update sdmmc.Dario Nieuwenhuis2024-12-031-2/+1
| * | Add `set_config` method to RP SPI driverdstric-aqueduct2024-12-031-1/+1
* | | formattingrafael2024-12-022-2/+2
* | | formattingrafael2024-12-022-5/+5
* | | correct rp pwm dutycycle examples: desired frequencyrafael2024-12-023-11/+22
|/ /
* | Merge pull request #3566 from IvanLi-CN/feat/adc-read-async-stm32g4Dario Nieuwenhuis2024-12-021-0/+60
|\ \ | |/ |/|
| * stm32 adc g4: example of async readIvan Li2024-11-231-0/+60
* | Rename example crate to remove warningUlf Lilleengen2024-11-291-1/+1
* | net: release v0.5.0Dario Nieuwenhuis2024-11-2818-18/+18
* | feat: change SOF timer to input captureelagil2024-11-242-38/+61
* | feat(stm32h5): add usb audio exampleelagil2024-11-241-0/+367
* | feat(stm32f4): add usb audio exampleelagil2024-11-242-0/+376
|/
* Bump sync version (#3562)Dániel Buga2024-11-2252-52/+52
* STM32H5xx ADC (#3557)Gabriel Smith2024-11-211-0/+59
* nrf: Add NFCT driver.Dario Nieuwenhuis2024-11-201-0/+79
* chore: update for latest SAI featureselagil2024-11-181-24/+29
* fix: use latest SAI driverelagil2024-11-181-1/+0
* feat: Add SPDIFRX exampleelagil2024-11-185-0/+379
* nrf: add nrf54l base: gpio and time driver.Dario Nieuwenhuis2024-11-175-0/+92