| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | embassy-executor: explicitly return impl Future in task inner task | Brezak | 2025-07-23 | 4 | -9/+31 |
| | | |||||
| * | embassy-executor: explicitly return impl Future in task inner task | Brezak | 2025-07-23 | 2 | -26/+66 |
| | | |||||
| * | embassy-executor: unsafe tasks as unsafe | Brezak | 2025-07-23 | 4 | -1/+41 |
| | | |||||
| * | Merge pull request #4438 from HaoboGu/main | Dario Nieuwenhuis | 2025-07-22 | 7 | -5/+13 |
| |\ | | | | | | | Chore: prepare release for `embassy-usb-synopsys-otg` and `embassy-usb-logger` | ||||
| | * | chore: bump embassy-usb-logger version | Haobo Gu | 2025-07-22 | 4 | -3/+7 |
| | | | | | | | | | Signed-off-by: Haobo Gu <[email protected]> | ||||
| | * | chore: bump embassy-usb-synopsys-otg version | Haobo Gu | 2025-07-22 | 3 | -2/+6 |
| |/ | | | | Signed-off-by: Haobo Gu <[email protected]> | ||||
| * | Merge pull request #4425 from clubby789/adc-v3-oversampling | Dario Nieuwenhuis | 2025-07-21 | 1 | -0/+19 |
| |\ | | | | | | | stm32: Enable regular oversampling for ADC v3 | ||||
| | * | Enable oversampling for ADC v3 | clubby789 | 2025-07-21 | 1 | -0/+19 |
| |/ | |||||
| * | Merge pull request #4416 from WyliodrinEmbeddedIoT/lpc-test | Dario Nieuwenhuis | 2025-07-21 | 6 | -2/+290 |
| |\ | | | | | | | feat: added log-to-defmt feature to embassy-nxp | ||||
| | * | feat: fmt.rs was added | Roi Bachynskyi | 2025-07-21 | 6 | -2/+290 |
| | | | |||||
| | * | Revert "feat: added log-to-defmt feature" | Roi Bachynskyi | 2025-07-21 | 5 | -30/+2 |
| | | | | | | | | | This reverts commit 6d79c4c81187d5f2704e2d2f72a3deba05ca449a. | ||||
| | * | feat: added log-to-defmt feature | Roy | 2025-07-18 | 5 | -2/+30 |
| | | | | | | | | | Signed-off-by: Roy <[email protected]> | ||||
| * | | Merge pull request #4432 from timokroeger/boot-version-bump | Dario Nieuwenhuis | 2025-07-21 | 15 | -19/+19 |
| |\ \ | | | | | | | | | | chore: Prepare release for `embassy-boot-*` crates | ||||
| | * | | chore: Bump `embassy-boot` version also for `embassy-usb-dfu` | Timo Kröger | 2025-07-21 | 1 | -1/+1 |
| | | | | |||||
| | * | | chore: Update examples to new `nrf-boot-*` version | Timo Kröger | 2025-07-21 | 10 | -11/+11 |
| | | | | |||||
| | * | | chore: Prepare release for `embassy-boot-*` crates | Timo Kröger | 2025-07-21 | 4 | -7/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Prepare the bootloader crates for a release with `[email protected]` as dependency for compatiblity with other released crates. `embassy-sync` is used in the public api of `embassy-boot` which is reexported by the `embassy-boot-*` crates. That is why a minor version bump of all crates is required. | ||||
| * | | | Disable flaky test rpi-pico/cyw43-perf | Dario Nieuwenhuis | 2025-07-21 | 1 | -0/+1 |
| |/ / | |||||
| * | | stm32: Fix build for WBA lowpower. | Dario Nieuwenhuis | 2025-07-21 | 1 | -0/+3 |
| | | | |||||
| * | | Merge pull request #4417 from nponsard/feat/hfxo-workaround | Dario Nieuwenhuis | 2025-07-21 | 1 | -7/+36 |
| |\ \ | | | | | | | feat(embassy-nrf): add uicr hfxo workaround | ||||
| | * | | feat(embassy-nrf): add uicr hfxo workaround | Nils Ponsard | 2025-07-18 | 1 | -7/+36 |
| | |/ | | | | | | | | | | | | | | | | | | | | | | | In the MDK, there is a workaround "UICR_HFXO_WORKAROUND" that resests the HFXO values if they are erased. This is necessary on my nrf9151 to have the modem working properly. I found this thanks to these two messages: https://github.com/diondokter/nrf-modem/issues/32#issuecomment-2704598018 https://devzone.nordicsemi.com/f/nordic-q-a/96093/nrf9160-porting-the-modem-library-to-work-with-bare-metal-application/435351?focus=true Signed-off-by: Nils Ponsard <[email protected]> | ||||
| * | | Merge pull request #4418 from leftger/fix/rtc-stm32wba | Dario Nieuwenhuis | 2025-07-21 | 4 | -6/+12 |
| |\ \ | | | | | | | Added RTC low-power support for STM32WBA | ||||
| | * | | Added RTC low-power support for STM32WBA65 | Gerzain Mata | 2025-07-18 | 4 | -6/+12 |
| | |/ | | | | | | | Also added low-power feature for STM32WBA65RI build | ||||
| * | | Merge pull request #4424 from leftger/fix/stm32wba-vddio | Dario Nieuwenhuis | 2025-07-21 | 2 | -6/+13 |
| |\ \ | | | | | | | embassy-stm32: account for WBA devices and VDDIO2 | ||||
| | * | | embassy-stm32: account for WBA devices and VDDIO2 | Gerzain Mata | 2025-07-19 | 2 | -6/+13 |
| | |/ | | | | | | | | | | | - Different power domain - Same split domain as STM32U5 - Added low_power fixes for STM32WBA too | ||||
| * | | Merge pull request #4422 from clubby789/rfwkpsel-enum | Dario Nieuwenhuis | 2025-07-21 | 3 | -5/+9 |
| |\ \ | |/ |/| | stm32wb: Add rfwkpsel to ClockMux | ||||
| | * | Control RFWKPSEL with ClockMux | clubby789 | 2025-07-20 | 3 | -5/+9 |
| |/ | |||||
| * | Merge pull request #4414 from quarters78/main | Dario Nieuwenhuis | 2025-07-17 | 1 | -2/+4 |
| |\ | | | | | | | RP2350: Fix PIO clock divider in the blinky Wi-Fi example | ||||
| | * | RP2350: Fix PIO clock divider in the blinky Wi-Fi example | Bailey Quarters | 2025-07-17 | 1 | -2/+4 |
| | | | |||||
| * | | Merge pull request #3653 from fwolter/add-remap | Dario Nieuwenhuis | 2025-07-17 | 4 | -4/+43 |
| |\ \ | |/ |/| | | | STM32F0/F3 Remap DMA channels | ||||
| | * | Update stm32-data-generated dependency | Fabian Wolter | 2025-07-17 | 1 | -2/+2 |
| | | | |||||
| | * | Refactor | Fabian Wolter | 2025-07-17 | 1 | -3/+2 |
| | | | |||||
| | * | Make remap value a number | Fabian Wolter | 2025-07-17 | 1 | -4/+14 |
| | | | |||||
| | * | STM32F0/F3 Remap DMA channels | Fabian Wolter | 2025-07-17 | 3 | -2/+32 |
| |/ | | | | Fixes #3643 | ||||
| * | Merge pull request #4413 from fwolter/fix-eth | Dario Nieuwenhuis | 2025-07-17 | 2 | -4/+10 |
| |\ | | | | | STM32F107: Fix inadvertent re-configuration of the SWJ/JTAG pins when activating the (R)MII interface | ||||
| | * | STM32F107: Fix inadvertent re-configuration of the SWJ/JTAG pins when ↵ | Fabian Wolter | 2025-07-17 | 2 | -4/+10 |
| |/ | | | | activating the (R)MII interface | ||||
| * | Merge pull request #4412 from Wassasin/fix/stm32g4-adc-missing | Dario Nieuwenhuis | 2025-07-17 | 2 | -0/+3 |
| |\ | | | | | | | Removed reference to ADC3 for STM32G4x1 if the peripheral does not exist | ||||
| | * | Removed reference to ADC3 for STM32G4x1 if the peripheral does not exist and ↵ | Wouter Geraedts | 2025-07-17 | 2 | -0/+3 |
| |/ | | | | added stm32g431kb to CI for testing | ||||
| * | Merge pull request #4408 from leftger/feat/usb-stm32wba | Dario Nieuwenhuis | 2025-07-17 | 2 | -4/+43 |
| |\ | | | | | | | Add STM32WBA USB_OTG_HS support | ||||
| | * | Cargo fmt recent changes | Gerzain Mata | 2025-07-16 | 1 | -1/+1 |
| | | | |||||
| | * | Fixed register names from recent stm32-data changes | Gerzain Mata | 2025-07-16 | 1 | -1/+1 |
| | | | |||||
| | * | Merge branch 'main' into feat/adc4-stm32wba | Gerzain Mata | 2025-07-16 | 104 | -201/+413 |
| | |\ | |/ |/| | |||||
| * | | Merge pull request #4405 from rursprung/add-derive-Debug-for-rp-I2c | Dario Nieuwenhuis | 2025-07-16 | 1 | -0/+1 |
| |\ \ | | | | | | | | | | Add `derive(Debug)` for `embassy_rp::i2c::I2c` | ||||
| | * | | add `derive(Debug)` for `embassy_rp::i2c::I2c` | Ralph Ursprung | 2025-07-16 | 1 | -0/+1 |
| | | | | |||||
| * | | | Merge pull request #4407 from embassy-rs/fix-g0b0 | Dario Nieuwenhuis | 2025-07-16 | 4 | -4/+5 |
| |\ \ \ | | | | | | | | | | | | | stm32: fix stm32g0b0 build. | ||||
| | * | | | stm32: fix stm32g0b0 build. | Dario Nieuwenhuis | 2025-07-16 | 4 | -4/+5 |
| |/ / / | | | | | | | | | | It has USB but not HSI48 which would break things. Only g0x1 has HSI48. | ||||
| * | | | Merge pull request #4357 from purepani/push-kytkkzsvpwrz | Dario Nieuwenhuis | 2025-07-16 | 6 | -32/+192 |
| |\ \ \ | | | | | | | | | | | | | Adds ADC4 for STM32WBA series | ||||
| * \ \ \ | Merge pull request #4406 from chemicstry/stm32_bufuart_hd | Dario Nieuwenhuis | 2025-07-16 | 2 | -1/+3 |
| |\ \ \ \ | |_|/ / |/| | | | | | | | Fix stm32 buffered half-duplex uart receive | ||||
| | * | | | Fix stm32 buffered half-duplex uart receive | chemicstry | 2025-07-16 | 2 | -1/+3 |
| |/ / / | |||||
| * | | | chore: Release cyw43-pio version 0.5.1 | Ulf Lilleengen | 2025-07-16 | 4 | -3/+5 |
| | | | | |||||
| * | | | chore: Release embassy-nrf version 0.5.0 | Ulf Lilleengen | 2025-07-16 | 2 | -1/+3 |
| | | | | |||||
