Skip to content

Commit 8236cdb

Browse files
teburdnashif
authored andcommitted
doc: release_notes: Note all my changes
Changes made to i2c, dma, and tracing for improved debugability and hardware support. Adding driver level stats, dma api improvements, and syscall tracing. Signed-off-by: Tom Burdick <[email protected]>
1 parent 7d108d5 commit 8236cdb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

doc/releases/release-notes-3.0.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,9 @@ Drivers and Sensors
268268

269269
* DMA
270270

271+
* Added support for suspending and resuming transfers
272+
* Added support for SoCs with DMA between application and embedded
273+
processors, allows for transfer directions to be identified as such.
271274

272275
* EEPROM
273276

@@ -309,6 +312,7 @@ Drivers and Sensors
309312
* I2C
310313

311314
* Added driver for GigaDevice GD32 SoCs
315+
* Added stats functionality to all drivers
312316

313317
* I2S
314318

@@ -515,6 +519,8 @@ Libraries / Subsystems
515519

516520
* Tracing
517521

522+
* Support all syscalls being traced using the python syscall generator to
523+
introduce a tracing hook call.
518524

519525
* Debug
520526

0 commit comments

Comments
 (0)