diff options
| author | HybridChild <[email protected]> | 2025-11-12 20:13:48 +0100 |
|---|---|---|
| committer | HybridChild <[email protected]> | 2025-11-12 20:13:48 +0100 |
| commit | 1c94d27a147035dfe40d33bae85be0308394dc53 (patch) | |
| tree | 0bb5c58fb1e7dedd0fa05274fad77ce1db464ed7 | |
| parent | 74b5f14ede9a6b4349932bff41dac077afc47fa2 (diff) | |
stm32: Add entry about i2c v2 transaction implementation
| -rw-r--r-- | embassy-stm32/CHANGELOG.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/embassy-stm32/CHANGELOG.md b/embassy-stm32/CHANGELOG.md index 3431848d3..666ee1714 100644 --- a/embassy-stm32/CHANGELOG.md +++ b/embassy-stm32/CHANGELOG.md | |||
| @@ -43,7 +43,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |||
| 43 | - fix: sdmmc: don't wait for DBCKEND flag on sdmmc_v2 devices as it never fires (Fixes #4723) | 43 | - fix: sdmmc: don't wait for DBCKEND flag on sdmmc_v2 devices as it never fires (Fixes #4723) |
| 44 | - fix: usart: fix race condition in ringbuffered usart | 44 | - fix: usart: fix race condition in ringbuffered usart |
| 45 | - feat: Add backup_sram::init() for H5 devices to access BKPSRAM | 45 | - feat: Add backup_sram::init() for H5 devices to access BKPSRAM |
| 46 | - feat: Add I2C MultiMaster (Slave) support for I2C v1 | 46 | - feat: stm32/i2c v1: Add I2C MultiMaster (Slave) support |
| 47 | - feat: stm32/i2c v2: Add transaction() and blocking_transaction() methods with contract-compliant operation merging | ||
| 47 | - feat: stm32/fdcan: add ability to control automatic recovery from bus off ([#4821](https://github.com/embassy-rs/embassy/pull/4821)) | 48 | - feat: stm32/fdcan: add ability to control automatic recovery from bus off ([#4821](https://github.com/embassy-rs/embassy/pull/4821)) |
| 48 | - low-power: update rtc api to allow reconfig | 49 | - low-power: update rtc api to allow reconfig |
| 49 | - adc: consolidate ringbuffer | 50 | - adc: consolidate ringbuffer |
