aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* embassy-executor: explicitly return impl Future in task inner taskBrezak2025-07-234-9/+31
|
* embassy-executor: explicitly return impl Future in task inner taskBrezak2025-07-232-26/+66
|
* embassy-executor: unsafe tasks as unsafeBrezak2025-07-234-1/+41
|
* Merge pull request #4438 from HaoboGu/mainDario Nieuwenhuis2025-07-227-5/+13
|\ | | | | | | Chore: prepare release for `embassy-usb-synopsys-otg` and `embassy-usb-logger`
| * chore: bump embassy-usb-logger versionHaobo Gu2025-07-224-3/+7
| | | | | | | | Signed-off-by: Haobo Gu <[email protected]>
| * chore: bump embassy-usb-synopsys-otg versionHaobo Gu2025-07-223-2/+6
|/ | | | Signed-off-by: Haobo Gu <[email protected]>
* Merge pull request #4425 from clubby789/adc-v3-oversamplingDario Nieuwenhuis2025-07-211-0/+19
|\ | | | | | | stm32: Enable regular oversampling for ADC v3
| * Enable oversampling for ADC v3clubby7892025-07-211-0/+19
|/
* Merge pull request #4416 from WyliodrinEmbeddedIoT/lpc-testDario Nieuwenhuis2025-07-216-2/+290
|\ | | | | | | feat: added log-to-defmt feature to embassy-nxp
| * feat: fmt.rs was addedRoi Bachynskyi2025-07-216-2/+290
| |
| * Revert "feat: added log-to-defmt feature"Roi Bachynskyi2025-07-215-30/+2
| | | | | | | | This reverts commit 6d79c4c81187d5f2704e2d2f72a3deba05ca449a.
| * feat: added log-to-defmt featureRoy2025-07-185-2/+30
| | | | | | | | Signed-off-by: Roy <[email protected]>
* | Merge pull request #4432 from timokroeger/boot-version-bumpDario Nieuwenhuis2025-07-2115-19/+19
|\ \ | | | | | | | | | chore: Prepare release for `embassy-boot-*` crates
| * | chore: Bump `embassy-boot` version also for `embassy-usb-dfu`Timo Kröger2025-07-211-1/+1
| | |
| * | chore: Update examples to new `nrf-boot-*` versionTimo Kröger2025-07-2110-11/+11
| | |
| * | chore: Prepare release for `embassy-boot-*` cratesTimo Kröger2025-07-214-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-perfDario Nieuwenhuis2025-07-211-0/+1
|/ /
* | stm32: Fix build for WBA lowpower.Dario Nieuwenhuis2025-07-211-0/+3
| |
* | Merge pull request #4417 from nponsard/feat/hfxo-workaroundDario Nieuwenhuis2025-07-211-7/+36
|\ \ | | | | | | feat(embassy-nrf): add uicr hfxo workaround
| * | feat(embassy-nrf): add uicr hfxo workaroundNils Ponsard2025-07-181-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-stm32wbaDario Nieuwenhuis2025-07-214-6/+12
|\ \ | | | | | | Added RTC low-power support for STM32WBA
| * | Added RTC low-power support for STM32WBA65Gerzain Mata2025-07-184-6/+12
| |/ | | | | | | Also added low-power feature for STM32WBA65RI build
* | Merge pull request #4424 from leftger/fix/stm32wba-vddioDario Nieuwenhuis2025-07-212-6/+13
|\ \ | | | | | | embassy-stm32: account for WBA devices and VDDIO2
| * | embassy-stm32: account for WBA devices and VDDIO2Gerzain Mata2025-07-192-6/+13
| |/ | | | | | | | | | | - Different power domain - Same split domain as STM32U5 - Added low_power fixes for STM32WBA too
* | Merge pull request #4422 from clubby789/rfwkpsel-enumDario Nieuwenhuis2025-07-213-5/+9
|\ \ | |/ |/| stm32wb: Add rfwkpsel to ClockMux
| * Control RFWKPSEL with ClockMuxclubby7892025-07-203-5/+9
|/
* Merge pull request #4414 from quarters78/mainDario Nieuwenhuis2025-07-171-2/+4
|\ | | | | | | RP2350: Fix PIO clock divider in the blinky Wi-Fi example
| * RP2350: Fix PIO clock divider in the blinky Wi-Fi exampleBailey Quarters2025-07-171-2/+4
| |
* | Merge pull request #3653 from fwolter/add-remapDario Nieuwenhuis2025-07-174-4/+43
|\ \ | |/ |/| | | STM32F0/F3 Remap DMA channels
| * Update stm32-data-generated dependencyFabian Wolter2025-07-171-2/+2
| |
| * RefactorFabian Wolter2025-07-171-3/+2
| |
| * Make remap value a numberFabian Wolter2025-07-171-4/+14
| |
| * STM32F0/F3 Remap DMA channelsFabian Wolter2025-07-173-2/+32
|/ | | | Fixes #3643
* Merge pull request #4413 from fwolter/fix-ethDario Nieuwenhuis2025-07-172-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 Wolter2025-07-172-4/+10
|/ | | | activating the (R)MII interface
* Merge pull request #4412 from Wassasin/fix/stm32g4-adc-missingDario Nieuwenhuis2025-07-172-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 Geraedts2025-07-172-0/+3
|/ | | | added stm32g431kb to CI for testing
* Merge pull request #4408 from leftger/feat/usb-stm32wbaDario Nieuwenhuis2025-07-172-4/+43
|\ | | | | | | Add STM32WBA USB_OTG_HS support
| * Cargo fmt recent changesGerzain Mata2025-07-161-1/+1
| |
| * Fixed register names from recent stm32-data changesGerzain Mata2025-07-161-1/+1
| |
| * Merge branch 'main' into feat/adc4-stm32wbaGerzain Mata2025-07-16104-201/+413
| |\ | |/ |/|
* | Merge pull request #4405 from rursprung/add-derive-Debug-for-rp-I2cDario Nieuwenhuis2025-07-161-0/+1
|\ \ | | | | | | | | | Add `derive(Debug)` for `embassy_rp::i2c::I2c`
| * | add `derive(Debug)` for `embassy_rp::i2c::I2c`Ralph Ursprung2025-07-161-0/+1
| | |
* | | Merge pull request #4407 from embassy-rs/fix-g0b0Dario Nieuwenhuis2025-07-164-4/+5
|\ \ \ | | | | | | | | | | | | stm32: fix stm32g0b0 build.
| * | | stm32: fix stm32g0b0 build.Dario Nieuwenhuis2025-07-164-4/+5
|/ / / | | | | | | | | | It has USB but not HSI48 which would break things. Only g0x1 has HSI48.
* | | Merge pull request #4357 from purepani/push-kytkkzsvpwrzDario Nieuwenhuis2025-07-166-32/+192
|\ \ \ | | | | | | | | | | | | Adds ADC4 for STM32WBA series
* \ \ \ Merge pull request #4406 from chemicstry/stm32_bufuart_hdDario Nieuwenhuis2025-07-162-1/+3
|\ \ \ \ | |_|/ / |/| | | | | | | Fix stm32 buffered half-duplex uart receive
| * | | Fix stm32 buffered half-duplex uart receivechemicstry2025-07-162-1/+3
|/ / /
* | | chore: Release cyw43-pio version 0.5.1Ulf Lilleengen2025-07-164-3/+5
| | |
* | | chore: Release embassy-nrf version 0.5.0Ulf Lilleengen2025-07-162-1/+3
| | |