aboutsummaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix: unwrap sai receiver `start()`elagil2024-11-161-1/+1
* fix(SAI): disallow start without initial writeelagil2024-11-161-1/+0
* Update nrf-pac.Dario Nieuwenhuis2024-11-1518-25/+25
* Merge pull request #1660 from Georges760/examples/rp/spi_gc9a01Ulf Lilleengen2024-11-142-0/+127
|\
| * fix fmtGeorges Palauqui2024-11-051-1/+1
| * add second example fo SPI display on RPGeorges Palauqui2024-11-052-0/+127
* | Fix multiprio examples for stm32 devices.Cedric VINCENT2024-11-133-3/+3
* | Release embassy-executor 0.6.3.Dario Nieuwenhuis2024-11-1250-50/+50
* | Prep executor 0.6.2Dániel Buga2024-11-0650-50/+50
|/
* Merge pull request #3467 from Georges760/upd-ex-spi-displayUlf Lilleengen2024-11-054-307/+37
|\
| * update spi_display example for rp23Georges Palauqui2024-10-272-153/+18
| * update spi_display example for rpGeorges Palauqui2024-10-272-154/+19
* | nrf: port to chiptool-based `nrf-pac`.Dario Nieuwenhuis2024-11-048-34/+17
* | Added ReceiverHandler to loggerBjorn2024-10-311-0/+64
* | Merge pull request #3458 from williams-one/fix-ltdc-settings-for-stm32u5Dario Nieuwenhuis2024-10-296-7/+470
|\ \
| * | Update chip from stm32u585ai to stm32u5g9zj and fix pinoutWilliam2024-10-284-7/+7
| * | Fix formatWilliam2024-10-281-2/+1
| * | Add LTDC example for STM32U5G9J-DK2 demo boardWilliam2024-10-253-0/+464
| |/