| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | chore: prepare nrf hals for release | Ulf Lilleengen | 2025-12-15 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #5020 from simonborje/improve_cyw43_join_result | Dario Nieuwenhuis | 2025-12-11 | 1 | -1/+1 |
| |\ | | | | | | | Improve cyw43 join handling | ||||
| | * | Update examples and tests | Simon Börjesson | 2025-12-10 | 1 | -1/+1 |
| | | | |||||
| * | | sdmmc: factor out sd and add sdio mod | xoviat | 2025-12-11 | 1 | -5/+6 |
| | | | |||||
| * | | sdmmc: more refactorign | xoviat | 2025-12-10 | 1 | -3/+47 |
| | | | |||||
| * | | Merge pull request #5023 from xoviat/tests | xoviat | 2025-12-10 | 1 | -12/+32 |
| |\ \ | | | | | | | | | | tests/stm32: make usart more noise-immune | ||||
| | * | | tests/stm32: make usart more noise-immune | xoviat | 2025-12-09 | 1 | -12/+32 |
| | | | | |||||
| * | | | sdmmc: refactor sd card creation | xoviat | 2025-12-09 | 1 | -22/+15 |
| |/ / | |||||
| * | | stm32/tests: allow some noise | xoviat | 2025-12-08 | 1 | -2/+16 |
| | | | |||||
| * | | wpan: refactor into wb55 | xoviat | 2025-12-03 | 1 | -3/+3 |
| |/ | |||||
| * | chore: release embassy-rp, cyw43 and cyw43-pio | Ulf Lilleengen | 2025-11-27 | 1 | -1/+1 |
| | | |||||
| * | wpan: restructure ipcc and hil test wpan_mac | xoviat | 2025-11-23 | 2 | -83/+66 |
| | | |||||
| * | adc: add test for wba | xoviat | 2025-11-21 | 3 | -1/+47 |
| | | |||||
| * | stm32: impl. low power test for stm32wb55 | xoviat | 2025-11-19 | 2 | -1/+4 |
| | | |||||
| * | hsem: add hardware test and rework | xoviat | 2025-11-19 | 2 | -2/+55 |
| | | |||||
| * | Merge branch 'main' into sma | xoviat | 2025-11-18 | 1 | -11/+3 |
| |\ | |||||
| | * | low_power: misc cleanups and allow main macro | xoviat | 2025-11-16 | 1 | -11/+3 |
| | | | |||||
| * | | Add new{_with_phy}, new_mii{_with_phy} | datdenkikniet | 2025-11-14 | 1 | -4/+3 |
| | | | |||||
| * | | ETH no longer knows about Station management | datdenkikniet | 2025-11-13 | 1 | -6/+8 |
| |/ | |||||
| * | adc: remove sample_time from struct | xoviat | 2025-11-10 | 2 | -6/+14 |
| | | |||||
| * | Merge pull request #4388 from modulo-org/feature/stm32-spi-slave | xoviat | 2025-11-05 | 2 | -6/+8 |
| |\ | | | | | | | embassy-stm32: Added ability for SPI driver to function in slave mode | ||||
| | * | feat: stm32 spi driver slave mode | Cristian Milatinov | 2025-11-04 | 2 | -6/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add SPI slave constructors Fix SPI slave constructors Fix embedded hal async trait One more constructor fix Set SSM bit in SPI driver according to CommunicationMode Fix embedded_hal_async trait to be generic for both master and slave Fix I2S driver to use async master SPI Forgot import from spi mode Fix CommunicationMode associated const conditionals Duplicate doc for CommunicationMode const Add missing nss argument Fix existing SPI tests not compiling Fix stm32h7rs examples not compiling Fix failing stm32l4 example Fix stm32h7 example Fix stm32h7 spi_bdma example Fix stm32h7 spi example Fix stm32f4 example docs: added entry in changelog.md fix: spi_v3 vals mismatch + rise_fall_speed renamed to gpio_speed fix: added spi_v6 conditional compilation feature fix: use if_afio macro in slave constructors fix: add missing trait bound fix: if_afio for cs pin trait fix: changelog message fix: broken rebase | ||||
| * | | tests: disable rtc for h563 on non-stop | xoviat | 2025-11-05 | 4 | -1/+8 |
| |/ | |||||
| * | rtc: use consistent api between stop and non-stop | xoviat | 2025-11-04 | 3 | -12/+15 |
| | | |||||
| * | stm32: fix rtc test | xoviat | 2025-11-04 | 2 | -9/+20 |
| | | |||||
| * | rustfmt | xoviat | 2025-11-03 | 1 | -1/+0 |
| | | |||||
| * | low_power: update api to allow reconfig | xoviat | 2025-11-03 | 1 | -3/+0 |
| | | |||||
| * | net-esp-hosted: add Interface trait. | Dario Nieuwenhuis | 2025-10-29 | 1 | -10/+5 |
| | | |||||
| * | feat: improve nrf54 support using new nrf-pac | Ulf Lilleengen | 2025-10-28 | 2 | -7/+7 |
| | | | | | | | | | | | | | | * Update nrf-pac to version that modifies nrf52 register layout to match nrf54 to reduce the amount of cfg needed for nrf54 support. * Make the following peripherals available on nrf54: twim, twis, spim, spis, uart, buffered uarte, dppi, gpiote, pwm, saadc * Add examples tested on the nrf54 dk Some code is based on or copied from other pull requests, modified to match the new nrf-pac layout. Co-authored-by: Dmitry Tarnyagin <[email protected]> | ||||
| * | Rustfmt for edition 2024. | Dario Nieuwenhuis | 2025-10-06 | 19 | -22/+24 |
| | | |||||
| * | Edition 2024. | Dario Nieuwenhuis | 2025-10-06 | 8 | -8/+8 |
| | | |||||
| * | chore: prepare crate releases | Ulf Lilleengen | 2025-09-30 | 1 | -1/+1 |
| | | |||||
| * | Fix an afio test | Brian Schwind | 2025-09-29 | 1 | -2/+8 |
| | | |||||
| * | Code formatting | Brian Schwind | 2025-09-29 | 1 | -5/+1 |
| | | |||||
| * | Make the Qei struct own the channel 1 and 2 pins | Brian Schwind | 2025-09-29 | 1 | -2/+2 |
| | | |||||
| * | feat(nrf/spim): erase Instance type from Spim | Abraham Hamidi | 2025-09-24 | 2 | -2/+2 |
| | | |||||
| * | Update manifests to satisfy new checks. | Dario Nieuwenhuis | 2025-09-22 | 3 | -0/+3 |
| | | |||||
| * | RTC alarm test timing was off | 1-rafael-1 | 2025-09-16 | 1 | -4/+16 |
| | | |||||
| * | alarm handling to poll hardware status directly; add ci test | 1-rafael-1 | 2025-09-15 | 2 | -0/+119 |
| | | |||||
| * | stm32/afio: use type inference for timer remaps as well. | Dario Nieuwenhuis | 2025-09-05 | 1 | -12/+12 |
| | | |||||
| * | Add STM32F1 AFIO remap | Fabian Wolter | 2025-09-05 | 3 | -2/+1168 |
| | | |||||
| * | executor: return error when creating the spawntoken, not when spawning. | Dario Nieuwenhuis | 2025-08-29 | 13 | -22/+22 |
| | | |||||
| * | fix: update more minor versions | Ulf Lilleengen | 2025-08-27 | 2 | -2/+2 |
| | | |||||
| * | chore: prepare embassy crate releases | Ulf Lilleengen | 2025-08-26 | 6 | -34/+34 |
| | | |||||
| * | Load all crates in the graph, honor the "publish" flag to prevent publishing ↵ | Dario Nieuwenhuis | 2025-08-25 | 9 | -3/+71 |
| | | | | | examples/tests. | ||||
| * | stm32: Add hash test for sha512, varying lengths | Matt Johnston | 2025-08-15 | 2 | -2/+34 |
| | | | | | | sha512 is only supported by hash_v3 and hash_v4, so add a feature for those chips. | ||||
| * | stm32/hash: Clear HMAC mode bit when hashing | Matt Johnston | 2025-08-15 | 1 | -5/+12 |
| | | | | | | | | Running a hash after a hmac would hang, the CR.MODE bit isn't cleared by INIT. Test it by running the test twice. | ||||
| * | stm32 tests: move can_common out of the bin folder | Fabian Wolter | 2025-08-14 | 3 | -0/+2 |
| | | |||||
| * | fix: prepare embassy-sync 0.7.1 release | Ulf Lilleengen | 2025-08-12 | 5 | -5/+5 |
| | | | | | * Add newtype for moved type to preserve API compat | ||||
| * | chore: update metapac and prepare embassy-stm32 0.3.0 | Ulf Lilleengen | 2025-08-12 | 1 | -1/+1 |
| | | |||||
