diff options
| author | Ha Thach <[email protected]> | 2021-04-02 16:32:48 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-04-02 16:32:48 +0700 |
| commit | ab4d30fd6bca02c73eb9b4ff82db0b2b0f403344 (patch) | |
| tree | 1f6b6eade8de62fb1301eb15e8a0175c9f41b8c7 /docs/changelog.md | |
| parent | eb92986b88602de046655a1fdb2f8538dce1c098 (diff) | |
update readme and contributors for renesas rx63n and silabs efm32gg12 port (#767)
* update readme and contributors for renesas rx63n and silabs efm32gg12 port
also add some doc for changelog
* typo
* update more boards
* more typo
* typo 3
Diffstat (limited to 'docs/changelog.md')
| -rw-r--r-- | docs/changelog.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/changelog.md b/docs/changelog.md index 0e5f12e83..96c7f6890 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,17 @@ # TinyUSB Changelog +## WIP + +- Add new port Silabs EFM32GG12, board EFM32GG12 Thunderboard Kit (SLTB009A) +- Add new port Renesas RX63N, board GR-CITRUS +- MIDI + - Fix MIDI buffer overflow issue + - Rename tud_midi_read() to tud_midi_stream_read() + - Rename tud_midi_write() to tud_midi_stream_write() + - Rename tud_midi_receive() to tud_midi_packet_read() + - Rename tud_midi_send() to tud_midi_packet_write() +- New board stm32f072-eval + ## 0.9.0 - 2021.03.12 ### Device Stack |
