| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | Merge pull request #3512 from EnmanuelParache/stm32_usart_set_baudrate | Dario Nieuwenhuis | 2024-12-02 | 1 | -0/+37 | |
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | stm32/usart: Changing baud rate | |||||
| | | * | | | | | stm32/usart: Changing baud rate | Enmanuel Parache | 2024-12-03 | 1 | -0/+37 | |
| | | | | | | | | ||||||
| | * | | | | | | Merge pull request #3024 from bsodmike/fix_rp_wifi_example | Dario Nieuwenhuis | 2024-12-02 | 1 | -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 example | Michael de Silva | 2024-12-03 | 1 | -5/+0 | |
| | | |/ / / / / | ||||||
| | * | | | | | | Merge pull request #3600 from embassy-rs/patch-1 | Dario Nieuwenhuis | 2024-12-02 | 2 | -3/+2 | |
| | |\ \ \ \ \ \ | | |/ / / / / | |/| | | | | | | | | | | | | Add set_config method to RP SPI driver (rebased #3419) | |||||
| | | * | | | | | examples/rp: update sdmmc. | Dario Nieuwenhuis | 2024-12-03 | 1 | -2/+1 | |
| | | | | | | | | ||||||
| | | * | | | | | Add `set_config` method to RP SPI driver | dstric-aqueduct | 2024-12-03 | 1 | -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. | |||||
| | * | | | | | | formatting | rafael | 2024-12-02 | 2 | -2/+2 | |
| | | | | | | | | ||||||
| | * | | | | | | formatting | rafael | 2024-12-02 | 2 | -5/+5 | |
| | | | | | | | | ||||||
| | * | | | | | | correct rp pwm dutycycle examples: desired frequency | rafael | 2024-12-02 | 3 | -11/+22 | |
| | |/ / / / / | ||||||
| | * | | | | | Merge pull request #3566 from IvanLi-CN/feat/adc-read-async-stm32g4 | Dario Nieuwenhuis | 2024-12-02 | 1 | -0/+60 | |
| | |\ \ \ \ \ | | |/ / / / | |/| | | | | STM32: Implement Asynchronous ADC Reading for G4 | |||||
| | | * | | | | stm32 adc g4: example of async read | Ivan Li | 2024-11-23 | 1 | -0/+60 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ivan Li <[email protected]> | |||||
| | * | | | | | Rename example crate to remove warning | Ulf Lilleengen | 2024-11-29 | 1 | -1/+1 | |
| | | | | | | | ||||||
| | * | | | | | net: release v0.5.0 | Dario Nieuwenhuis | 2024-11-28 | 18 | -18/+18 | |
| | | | | | | | ||||||
| | * | | | | | feat: change SOF timer to input capture | elagil | 2024-11-24 | 2 | -38/+61 | |
| | | | | | | | ||||||
| | * | | | | | feat(stm32h5): add usb audio example | elagil | 2024-11-24 | 1 | -0/+367 | |
| | | | | | | | ||||||
| | * | | | | | feat(stm32f4): add usb audio example | elagil | 2024-11-24 | 2 | -0/+376 | |
| | |/ / / / | ||||||
| | * | | | | Bump sync version (#3562) | Dániel Buga | 2024-11-22 | 52 | -52/+52 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Bump sync version * Use old embassy-sync in rp bluetooth example * Downgrade update to minor | |||||
| | * | | | | STM32H5xx ADC (#3557) | Gabriel Smith | 2024-11-21 | 1 | -0/+59 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | * stm32: Update STM32 data source * stm32h5: Add ADC example | |||||
| | * | | | | nrf: Add NFCT driver. | Dario Nieuwenhuis | 2024-11-20 | 1 | -0/+79 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | Co-Authored-By: turbocool3r <[email protected]> Co-Authored-By: ferris <[email protected]> | |||||
| | * | | | | chore: update for latest SAI features | elagil | 2024-11-18 | 1 | -24/+29 | |
| | | | | | | ||||||
| | * | | | | fix: use latest SAI driver | elagil | 2024-11-18 | 1 | -1/+0 | |
| | | | | | | ||||||
| | * | | | | feat: Add SPDIFRX example | elagil | 2024-11-18 | 5 | -0/+379 | |
| | | | | | | ||||||
| | * | | | | nrf: add nrf54l base: gpio and time driver. | Dario Nieuwenhuis | 2024-11-17 | 5 | -0/+92 | |
| | | | | | | ||||||
| | * | | | | fix: unwrap sai receiver `start()` | elagil | 2024-11-16 | 1 | -1/+1 | |
| | | | | | | ||||||
| | * | | | | fix(SAI): disallow start without initial write | elagil | 2024-11-16 | 1 | -1/+0 | |
| | | | | | | ||||||
| | * | | | | Update nrf-pac. | Dario Nieuwenhuis | 2024-11-15 | 18 | -25/+25 | |
| | | | | | | ||||||
| | * | | | | Merge pull request #1660 from Georges760/examples/rp/spi_gc9a01 | Ulf Lilleengen | 2024-11-14 | 2 | -0/+127 | |
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | add spi_display with mipidsi example for rp pico | |||||
| | | * | | | | fix fmt | Georges Palauqui | 2024-11-05 | 1 | -1/+1 | |
| | | | | | | | ||||||
| | | * | | | | add second example fo SPI display on RP | Georges Palauqui | 2024-11-05 | 2 | -0/+127 | |
| | | | | | | | ||||||
| | * | | | | | Fix multiprio examples for stm32 devices. | Cedric VINCENT | 2024-11-13 | 3 | -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 Nieuwenhuis | 2024-11-12 | 50 | -50/+50 | |
| | | | | | | | ||||||
| | * | | | | | Prep executor 0.6.2 | Dániel Buga | 2024-11-06 | 50 | -50/+50 | |
| | |/ / / / | ||||||
| | * | | | | Merge pull request #3467 from Georges760/upd-ex-spi-display | Ulf Lilleengen | 2024-11-05 | 4 | -307/+37 | |
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | Update example spi_display for RP/RP23 to use mipidsi instead of ST7789 crate | |||||
| | | * | | | | update spi_display example for rp23 | Georges Palauqui | 2024-10-27 | 2 | -153/+18 | |
| | | | | | | | ||||||
| | | * | | | | update spi_display example for rp | Georges Palauqui | 2024-10-27 | 2 | -154/+19 | |
| | | | | | | | ||||||
| | * | | | | | nrf: port to chiptool-based `nrf-pac`. | Dario Nieuwenhuis | 2024-11-04 | 8 | -34/+17 | |
| | | | | | | | ||||||
| | * | | | | | Added ReceiverHandler to logger | Bjorn | 2024-10-31 | 1 | -0/+64 | |
| | | | | | | | ||||||
| | * | | | | | Merge pull request #3458 from williams-one/fix-ltdc-settings-for-stm32u5 | Dario Nieuwenhuis | 2024-10-29 | 6 | -7/+470 | |
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Fix LTDC registry settings for STM32U5 | |||||
| | | * | | | | | Update chip from stm32u585ai to stm32u5g9zj and fix pinout | William | 2024-10-28 | 4 | -7/+7 | |
| | | | | | | | | ||||||
| | | * | | | | | Fix format | William | 2024-10-28 | 1 | -2/+1 | |
| | | | | | | | | ||||||
| | | * | | | | | Add LTDC example for STM32U5G9J-DK2 demo board | William | 2024-10-25 | 3 | -0/+464 | |
| | | |/ / / / | ||||||
| | * | | | | | Merge pull request #3456 from HaoboGu/feat/ospi_mm | Dario Nieuwenhuis | 2024-10-27 | 5 | -0/+555 | |
| | |\ \ \ \ \ | | |/ / / / | |/| | | | | | | | | | | Add memory mapped mode for stm32 ospi | |||||
| | | * | | | | fix: fmt code | Haobo Gu | 2024-10-26 | 1 | -9/+8 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Haobo Gu <[email protected]> | |||||
| | | * | | | | feat(example): move ospi memory mapped example for stm32h7b0 to separate folder | Haobo Gu | 2024-10-26 | 5 | -3/+124 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Haobo Gu <[email protected]> | |||||
| | | * | | | | feat(ospi): add ospi example | Haobo Gu | 2024-10-26 | 1 | -0/+435 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Haobo Gu <[email protected]> | |||||
| | * | | | | | Merge pull request #3317 from GrantM11235/simplepwmchannel | Ulf Lilleengen | 2024-10-23 | 6 | -42/+37 | |
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | embassy-stm32: Add SimplePwmChannel | |||||
| | | * | | | | | last oops I promise | Grant Miller | 2024-09-06 | 5 | -9/+5 | |
| | | | | | | | | ||||||
| | | * | | | | | Update examples | Grant Miller | 2024-09-06 | 6 | -38/+37 | |
| | | | | | | | | ||||||
| | * | | | | | | update path to cyw43 firmware in `wifi_blinky.rs` comments | Brad Gibson | 2024-10-22 | 1 | -2/+2 | |
| | | |/ / / / | |/| | | | | ||||||
