summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorHa Thach <[email protected]>2021-05-02 15:29:38 +0700
committerGitHub <[email protected]>2021-05-02 15:29:38 +0700
commit42a1d2f3b9d40b57a7ef8364c138d8274f1a0a8d (patch)
treea7ad018e09c53335a69dbffa7666a13837a84102 /docs
parent30b7988efa7b2468a51e8f5619f1108cef3a1421 (diff)
parent1e1bcda00338194275eee4aae5280b7b5203f8d0 (diff)
Merge pull request #804 from hathach/audio_make_dma_ready
Implement functions to allow for DMA usage in audio driver.
Diffstat (limited to 'docs')
-rw-r--r--docs/changelog.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/changelog.md b/docs/changelog.md
index 96c7f6890..436259cee 100644
--- a/docs/changelog.md
+++ b/docs/changelog.md
@@ -11,6 +11,9 @@
- Rename tud_midi_receive() to tud_midi_packet_read()
- Rename tud_midi_send() to tud_midi_packet_write()
- New board stm32f072-eval
+- Breaking changes
+ - tud_cdc_peek(), tud_vendor_peek() dropped position parameter. If needed, tu_fifo_get_read_info() can be used to peek
+ at random offset.
## 0.9.0 - 2021.03.12