Ulf Lilleengen
3e8d8fec15
fix: update more minor versions
2025-08-27 08:44:05 +02:00
Ulf Lilleengen
df112a83f0
fix: remaining versions
2025-08-26 22:06:52 +02:00
Ulf Lilleengen
83f2557eac
chore: prepare embassy crate releases
2025-08-26 16:05:09 +02:00
Dario Nieuwenhuis
3a6ea3a31c
Load all crates in the graph, honor the "publish" flag to prevent publishing examples/tests.
2025-08-25 19:44:50 +02:00
Gabriel Smith
5a1be543ac
stm32/adc/v3: allow DMA reads to loop through enabled channels
...
Tested on an STM32H533RE. Documentation of other chips has been
reviewed, but not extensively.
2025-08-22 14:56:19 -04:00
Rob Wells
9c72c684d1
rp: fix blocking I2C example regarding pull-up resistors
...
This amends the blocking I2C example for embassy-rp.
Commit bbc3e49 added a pull-up configuration and a comment that pull-ups
were not enabled by default. This was made out-of-date by badcdcc, which
ensured pull-ups were enabled by default to make the larger I2C
configuration change non-breaking.
This commit removes the (now-unnecessary) pull-up configuration, and
adds a comment to clarify that the default I2C configuration enables
pull-ups.
2025-08-19 19:27:12 +01:00
James Munns
6433d7bf39
Merge pull request #4564 from erwin-ps/feature/rp-i2c-add-pullup-config
...
Add configurable internal pullups for rp i2c
2025-08-19 15:04:26 +00:00
erwin
bbc3e49c58
Add configurable internal pullups for rp i2c
...
- Example updated to demonstrate enabling internal pullups
- Add `sda_pullup` and `scl_pullup` fields to I2C Config
2025-08-18 14:39:18 +02:00
i509VCB
32f142d585
Merge pull request #4435 from bespsm/mspm0-i2c
...
MSPM0: Add I2C Controller (blocking & async) + examples for mspm0l1306, mspm0g3507 (tested MCUs)
2025-08-14 20:36:40 +00:00
Ulf Lilleengen
34aa186734
chore: prepare embassy-boot-stm32 release
2025-08-12 21:31:05 +02:00
Ulf Lilleengen
c7b9060a74
fix: prepare embassy-sync 0.7.1 release
...
* Add newtype for moved type to preserve API compat
2025-08-12 21:05:32 +02:00
Ulf Lilleengen
a09dec872a
Merge pull request #4532 from embassy-rs/update-metapac
...
chore: update metapac and prepare embassy-stm32 0.3.0
2025-08-12 19:27:37 +02:00
Ulf Lilleengen
c4c5167e3d
chore: update metapac and prepare embassy-stm32 0.3.0
2025-08-12 18:17:41 +02:00
nerwalt
985cdba7b3
Enable temp support on the nrf54l15
...
Alphabetize ther peripherals in the pac
2025-08-12 09:56:50 -06:00
Roi Bachynskyi
f3f819fc37
feat: lpc55 blocking usart added
2025-08-12 08:49:49 +03:00
Dario Nieuwenhuis
c67e6adb43
Merge pull request #4517 from phycrax/config-with-speed-freq
...
embassy-stm32: Add frequency and gpio speed to Config for i2c and i2s
2025-08-09 11:50:34 +02:00
Dario Nieuwenhuis
3a6d927ed5
Merge branch 'main' into nrf54l15-wdt
2025-08-08 23:18:00 +02:00
Dario Nieuwenhuis
68b2c1fb4b
Merge pull request #4514 from nerwalt/nrf54l15-rramc-nvmc
...
nrf54l15 Rramc (Nvmc) support
2025-08-08 23:17:19 +02:00
nerwalt
1d08cde6e4
Fixes broken NS build
2025-08-08 11:03:36 -06:00
nerwalt
adc0fc0a97
Adds WDT support for the nrf54l15
2025-08-08 10:23:22 -06:00
nerwalt
a165339276
Adds RRAMC support for the nrf54l15
...
Adds an Nvmc driver alias for compatibility
2025-08-08 09:56:00 -06:00
Süha Ünüvar
66008e4140
revert deleted import
2025-08-08 23:37:47 +08:00
Süha Ünüvar
da0b59ce28
rustfmt
2025-08-08 23:32:42 +08:00
Süha Ünüvar
70bf63723a
i2c examples
2025-08-08 23:06:17 +08:00
Süha Ünüvar
f9da2888c4
i2s
2025-08-08 22:39:09 +08:00
riceman2000
303f160e94
Add examples for wiznet devboard
2025-08-07 23:36:13 -04:00
i509VCB
3a197df07c
Merge pull request #4459 from IrinaCh524/feat/lpc55-time-driver
...
feat: add RTC time driver
2025-08-06 05:43:58 +00:00
Ulf Lilleengen
ee053f0bab
chore: bump versions
2025-08-04 15:01:08 +02:00
Ulf Lilleengen
9ca44b519a
chore: bump nrf and rp hal versions
2025-08-04 14:07:30 +02:00
Siarhei B
e78959ed67
mspm0-I2C: replace examples for mspm0l1306 & mspm0g3507 with AD5171
2025-08-04 13:10:39 +02:00
Irina Chiorean
517714c98e
feat: add RTC time driver
2025-08-04 12:58:41 +03:00
Siarhei B
d6a87b4114
mspm0-I2C: mention blocking API's restrictions
...
- blocking API for transfering max 8 bytes
- async API has no such limitations
2025-08-04 10:19:14 +02:00
Siarhei B
917a509c1a
mspm0-I2C: automate source clock definition
...
- i2c-config: automatically defines clock source based on input I2C rate
- i2c: proper config functions naming
- i2c-examples: adapt to changed API
- i2c: save initialization pf cctr register
2025-08-04 10:19:14 +02:00
Siarhei B
f9753f3d31
mspm0: Add I2C Controller examples for mspm0l1306, mspm0g3507 MCUs
...
- mspm0l1306 examples: add I2C blocking & async examples
- mspm0l1306 examples: add -O2 optimization due to Flash limitations
- mspm0g3507 examples: add I2C blocking & async examples
2025-08-04 10:19:14 +02:00
Dario Nieuwenhuis
78a333d008
Release embassy-embedded-hal v0.4
2025-08-03 00:44:51 +02:00
Ulf Lilleengen
0eceb08b90
fix: do full minor version bump for time queue utils
2025-08-01 21:42:23 +02:00
Ulf Lilleengen
3f1ddaf60e
chore: prepare embassy-executor 0.8 release
2025-07-31 10:33:14 +02:00
Gerzain Mata
1b4ea556c0
STM32WBA usb-dfu example
...
- Added sample application
- Added sample bootloader
Removed trace import
2025-07-29 08:11:49 -07:00
Gerzain Mata
9a1f1cc02c
Separated USB_OTG_HS to STM32WBA6
2025-07-27 17:08:29 -07:00
Gerzain Mata
81bef219e3
Working USB_OTG_HS example for STM32WBA
2025-07-27 16:44:43 -07:00
Gerzain Mata
00f94972d7
Merge branch 'main' into feat/stm32wba-usb-example
2025-07-27 16:40:25 -07:00
Dario Nieuwenhuis
4e4a1c0054
Merge pull request #4463 from leftger/feat/stm32wba-rcc-pll-support
...
Added support for PLL as a clock source on STM32WBA
2025-07-27 21:39:11 +00:00
Gerzain Mata
05f1c75f8b
Fixed timer config on STM32WBA pwm example
2025-07-27 14:24:36 -07:00
Oscar Aurin
21566666b8
examples: fix RP2040 link establishing logic
2025-07-27 23:05:59 +02:00
Gerzain Mata
1d3c48cf45
Working USB_OTG_HS example
2025-07-27 14:02:47 -07:00
Gerzain Mata
0545353ec1
Merge branch 'main' into feat/stm32wba-usb-example
2025-07-27 10:14:03 -07:00
Gerzain Mata
982117f5b0
Cargo fmt
2025-07-27 09:56:02 -07:00
leftger
b9e643d5c2
Merge branch 'main' into feat/stm32wba-rcc-pll-support
2025-07-27 09:38:38 -07:00
Gerzain Mata
1b3674b30a
Added changes based on PR review
2025-07-27 09:35:13 -07:00
Dario Nieuwenhuis
c45b6d4a51
Merge pull request #4184 from Ragarnoy/stm32h755-intercore
...
Add intercore communication example for STM32H755CM4 and CM7
2025-07-26 11:06:30 +00:00