aboutsummaryrefslogtreecommitdiff
path: root/examples
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | Merge pull request #3512 from EnmanuelParache/stm32_usart_set_baudrateDario Nieuwenhuis2024-12-021-0/+37
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | stm32/usart: Changing baud rate
| | * | | | | 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
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Update RP Wifi Scan Example: Remove code that isn't used by the example (minor cleanup)
| | * | | | | | 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
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | | | | | | | | | Add set_config method to RP SPI driver (rebased #3419)
| | * | | | | examples/rp: update sdmmc.Dario Nieuwenhuis2024-12-031-2/+1
| | | | | | |
| | * | | | | Add `set_config` method to RP SPI driverdstric-aqueduct2024-12-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a `set_config` method to `Spi` to allow reconfiguring SPI mode after creation. The existing implementation of the `embassy-embedded-hal` trait `SetConfig` is changed to use the new method. Existing uses of `SetConfig` trait may need to explicitly call the trait method to maintain current return type.
| * | | | | | 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: Implement Asynchronous ADC Reading for G4
| | * | | | stm32 adc g4: example of async readIvan Li2024-11-231-0/+60
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ivan Li <[email protected]>
| * | | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Bump sync version * Use old embassy-sync in rp bluetooth example * Downgrade update to minor
| * | | | STM32H5xx ADC (#3557)Gabriel Smith2024-11-211-0/+59
| | | | | | | | | | | | | | | | | | | | | | | | | * stm32: Update STM32 data source * stm32h5: Add ADC example
| * | | | nrf: Add NFCT driver.Dario Nieuwenhuis2024-11-201-0/+79
| | | | | | | | | | | | | | | | | | | | | | | | | Co-Authored-By: turbocool3r <[email protected]> Co-Authored-By: ferris <[email protected]>
| * | | | 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
| |\ \ \ \ | | | | | | | | | | | | | | | | | | add spi_display with mipidsi example for rp pico
| | * | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Commit bbe1eebc has changed the order of TIM candidates when using the time-driver-any feature. For instance, in the case of STM32F3, it previously returned TIM2 but now returns TIM15. Consequently, the "multiprio" example no longer works as it requires three *free* CC register (for alarms), while TIM15 provides only one (CC1 is always reserved for regular time keeping). This commit was successfully tested on STM32F3. Additionally, I verified that all the examples using a timer for STM32F0 and STM32F4 still build correctly. Fixes #2749
| * | | | | 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 example spi_display for RP/RP23 to use mipidsi instead of ST7789 crate
| | * | | | 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
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Fix LTDC registry settings for STM32U5
| | * | | | | 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
| | |/ / / /
| * | | | | Merge pull request #3456 from HaoboGu/feat/ospi_mmDario Nieuwenhuis2024-10-275-0/+555
| |\ \ \ \ \ | | |/ / / / | |/| | | | | | | | | | Add memory mapped mode for stm32 ospi
| | * | | | fix: fmt codeHaobo Gu2024-10-261-9/+8
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Haobo Gu <[email protected]>
| | * | | | feat(example): move ospi memory mapped example for stm32h7b0 to separate folderHaobo Gu2024-10-265-3/+124
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Haobo Gu <[email protected]>
| | * | | | feat(ospi): add ospi exampleHaobo Gu2024-10-261-0/+435
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Haobo Gu <[email protected]>
| * | | | | Merge pull request #3317 from GrantM11235/simplepwmchannelUlf Lilleengen2024-10-236-42/+37
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | embassy-stm32: Add SimplePwmChannel
| | * | | | | last oops I promiseGrant Miller2024-09-065-9/+5
| | | | | | |
| | * | | | | Update examplesGrant Miller2024-09-066-38/+37
| | | | | | |
| * | | | | | update path to cyw43 firmware in `wifi_blinky.rs` commentsBrad Gibson2024-10-221-2/+2
| | |/ / / / | |/| | | |