Dario Nieuwenhuis
b9d90d7cbb
Merge pull request #4416 from WyliodrinEmbeddedIoT/lpc-test
...
feat: added log-to-defmt feature to embassy-nxp
2025-07-21 12:17:51 +00:00
Dario Nieuwenhuis
03a16011f6
Merge pull request #4432 from timokroeger/boot-version-bump
...
chore: Prepare release for `embassy-boot-*` crates
embassy-boot-nrf-v0.6.0
embassy-boot-v0.5.0
embassy-boot-stm32-v0.4.0
embassy-boot-rp-v0.6.0
2025-07-21 12:17:31 +00:00
Dario Nieuwenhuis
4db3910011
Disable flaky test rpi-pico/cyw43-perf
2025-07-21 14:17:12 +02:00
Timo Kröger
9b3c97bcf7
chore: Bump embassy-boot
version also for embassy-usb-dfu
2025-07-21 13:40:37 +02:00
Timo Kröger
fad100cfa0
chore: Update examples to new nrf-boot-*
version
2025-07-21 13:40:36 +02:00
Timo Kröger
4c098faef5
chore: Prepare release for embassy-boot-*
crates
...
Prepare the bootloader crates for a release with `embassy-sync@0.7.0`
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.
2025-07-21 13:40:36 +02:00
Dario Nieuwenhuis
de4537d000
stm32: Fix build for WBA lowpower.
2025-07-21 13:20:35 +02:00
Roi Bachynskyi
2a69657927
feat: fmt.rs was added
2025-07-21 12:49:17 +03:00
Roi Bachynskyi
0fc1ab290f
Revert "feat: added log-to-defmt feature"
...
This reverts commit 6d79c4c81187d5f2704e2d2f72a3deba05ca449a.
2025-07-21 10:47:21 +03:00
Dario Nieuwenhuis
2cae242f51
Merge pull request #4417 from nponsard/feat/hfxo-workaround
...
feat(embassy-nrf): add uicr hfxo workaround
2025-07-21 00:55:25 +02:00
Dario Nieuwenhuis
aedf78cf29
Merge pull request #4418 from leftger/fix/rtc-stm32wba
...
Added RTC low-power support for STM32WBA
2025-07-21 00:54:46 +02:00
Dario Nieuwenhuis
a7c0985818
Merge pull request #4424 from leftger/fix/stm32wba-vddio
...
embassy-stm32: account for WBA devices and VDDIO2
2025-07-21 00:54:25 +02:00
Dario Nieuwenhuis
c1ba1f1f26
Merge pull request #4422 from clubby789/rfwkpsel-enum
...
stm32wb: Add rfwkpsel to ClockMux
2025-07-21 00:53:54 +02:00
clubby789
e1407f80c0
Control RFWKPSEL with ClockMux
2025-07-20 22:05:28 +01:00
Gerzain Mata
8c696a579f
embassy-stm32: account for WBA devices and VDDIO2
...
- Different power domain
- Same split domain as STM32U5
- Added low_power fixes for STM32WBA too
2025-07-19 22:15:47 -07:00
Gerzain Mata
d9cd93ca22
Added RTC low-power support for STM32WBA65
...
Also added low-power feature for STM32WBA65RI build
2025-07-18 14:25:15 -07:00
Nils Ponsard
3e2b23d2f4
feat(embassy-nrf): add uicr hfxo workaround
...
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 <nils.ponsard@inria.fr>
2025-07-18 18:02:11 +02:00
Roy
6d79c4c811
feat: added log-to-defmt feature
...
Signed-off-by: Roy <roybachynskyi@gmail.com>
2025-07-18 15:22:36 +03:00
Dario Nieuwenhuis
3e1b0e4aec
Merge pull request #4414 from quarters78/main
...
RP2350: Fix PIO clock divider in the blinky Wi-Fi example
2025-07-17 22:13:48 +00:00
Bailey Quarters
7be5ce2a31
RP2350: Fix PIO clock divider in the blinky Wi-Fi example
2025-07-17 23:16:05 +02:00
Dario Nieuwenhuis
e3aff148f4
Merge pull request #3653 from fwolter/add-remap
...
STM32F0/F3 Remap DMA channels
2025-07-17 19:32:30 +00:00
Fabian Wolter
a3c367d54e
Update stm32-data-generated dependency
2025-07-17 21:18:23 +02:00
Fabian Wolter
5ef796ded0
Refactor
2025-07-17 21:17:27 +02:00
Fabian Wolter
d9f0d80f73
Make remap value a number
2025-07-17 21:17:27 +02:00
Fabian Wolter
c279063c42
STM32F0/F3 Remap DMA channels
...
Fixes #3643
2025-07-17 21:17:27 +02:00
Dario Nieuwenhuis
be312850c8
Merge pull request #4413 from fwolter/fix-eth
...
STM32F107: Fix inadvertent re-configuration of the SWJ/JTAG pins when activating the (R)MII interface
2025-07-17 19:42:46 +02:00
Fabian Wolter
233bd18fae
STM32F107: Fix inadvertent re-configuration of the SWJ/JTAG pins when activating the (R)MII interface
2025-07-17 18:00:27 +02:00
Dario Nieuwenhuis
a18e79eddb
Merge pull request #4412 from Wassasin/fix/stm32g4-adc-missing
...
Removed reference to ADC3 for STM32G4x1 if the peripheral does not exist
2025-07-17 12:02:14 +00:00
Wouter Geraedts
17fbfc6ffc
Removed reference to ADC3 for STM32G4x1 if the peripheral does not exist and added stm32g431kb to CI for testing
2025-07-17 13:55:09 +02:00
Dario Nieuwenhuis
0290c8565e
Merge pull request #4408 from leftger/feat/usb-stm32wba
...
Add STM32WBA USB_OTG_HS support
2025-07-17 00:51:20 +00:00
Gerzain Mata
f46bfd4c6f
Cargo fmt recent changes
2025-07-16 17:47:48 -07:00
Gerzain Mata
d3308f7e5a
Fixed register names from recent stm32-data changes
2025-07-16 17:32:34 -07:00
Gerzain Mata
6d0927b174
Merge branch 'main' into feat/adc4-stm32wba
2025-07-16 17:14:12 -07:00
Dario Nieuwenhuis
3b718b1e4d
Merge pull request #4405 from rursprung/add-derive-Debug-for-rp-I2c
...
Add `derive(Debug)` for `embassy_rp::i2c::I2c`
2025-07-16 22:27:55 +00:00
Dario Nieuwenhuis
209b64a80b
Merge pull request #4407 from embassy-rs/fix-g0b0
...
stm32: fix stm32g0b0 build.
2025-07-16 20:30:19 +00:00
Dario Nieuwenhuis
c78dfa7e31
stm32: fix stm32g0b0 build.
...
It has USB but not HSI48 which would break things. Only g0x1 has HSI48.
2025-07-16 22:08:50 +02:00
Dario Nieuwenhuis
6fb85826e8
Merge pull request #4357 from purepani/push-kytkkzsvpwrz
...
Adds ADC4 for STM32WBA series
2025-07-16 18:21:46 +00:00
Dario Nieuwenhuis
5c1d1d3766
Merge pull request #4406 from chemicstry/stm32_bufuart_hd
...
Fix stm32 buffered half-duplex uart receive
2025-07-16 18:13:11 +00:00
chemicstry
62b9b03325
Fix stm32 buffered half-duplex uart receive
2025-07-16 20:48:44 +03:00
Ralph Ursprung
0180c80676
add derive(Debug)
for embassy_rp::i2c::I2c
2025-07-16 16:59:55 +02:00
Ulf Lilleengen
1dd8c2a745
chore: Release cyw43-pio version 0.5.1
2025-07-16 15:51:55 +02:00
Ulf Lilleengen
6810889ff1
chore: Release embassy-nrf version 0.5.0
embassy-nrf-v0.5.0
2025-07-16 15:49:34 +02:00
Ulf Lilleengen
3a7a2720b1
chore: Release embassy-rp version 0.6.0
embassy-rp-v0.6.0
2025-07-16 15:48:56 +02:00
Ulf Lilleengen
8c087e3641
chore: release embassy-nrf 0.5.0 and embassy-rp 0.6.0
2025-07-16 15:47:37 +02:00
Ulf Lilleengen
6f2f469c56
chore: Release embassy-usb-driver version 0.2.0
2025-07-16 15:43:05 +02:00
Ulf Lilleengen
c484e7d0e5
chore: Release embassy-usb version 0.5.0
2025-07-16 15:35:47 +02:00
Dario Nieuwenhuis
7abbdb6970
Merge pull request #4396 from PegasisForever/fix-cdc-acm-buffer
...
Fix CDC ACM BufferedReceiver buffer calculation
2025-07-16 13:15:52 +00:00
Jianqing Liu
24349a9012
Fix CDC ACM BufferedReceiver buffer calculation
...
Co-authored-by: Ralph Ursprung <39383228+rursprung@users.noreply.github.com>
2025-07-16 15:06:19 +02:00
Ulf Lilleengen
386c586afa
chore: Release embassy-embedded-hal version 0.3.1
2025-07-16 14:53:02 +02:00
Ulf Lilleengen
38807ff5fd
chore: Release embassy-net-driver-channel version 0.3.1
2025-07-16 09:27:32 +02:00