diff options
| author | Ha Thach <[email protected]> | 2026-06-30 22:27:27 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-06-30 22:27:27 +0700 |
| commit | dae3f9a366bfcddbf9dcf1b48d7500286a849539 (patch) | |
| tree | a2dfc80a1f63f2a4ae3bb3942809bca58b35ae7d /docs/changelog/0.12.0.md | |
| parent | 188b99892972aafa75495ccd4be61e6c97f47a69 (diff) | |
docs: convert changelog release notes from RST to Markdown (#3746)0.21.0
* docs: convert changelog release notes from RST to Markdown
Diffstat (limited to 'docs/changelog/0.12.0.md')
| -rw-r--r-- | docs/changelog/0.12.0.md | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/docs/changelog/0.12.0.md b/docs/changelog/0.12.0.md new file mode 100644 index 000000000..c563fd88e --- /dev/null +++ b/docs/changelog/0.12.0.md @@ -0,0 +1,31 @@ +# 0.12.0 + +*October 19, 2021* + +- add `CFG_TUSB_OS_INC_PATH` for os include path + +## Device Controller Driver (DCD) + +- Getting device stack to pass USB Compliance Verification test (chapter9, HID, MSC). Ports are tested: + nRF, SAMD 21/51, rp2040, stm32f4, Renesas RX, iMXRT, ESP32-S2/3, Kinetic KL25/32, DA146xx +- Added `dcd_edpt_close_all()` for switching configuration +- [Transdimension] Support `dcd_edpt_xfer_fifo()` with auto wrap over if fifo buffer is 4K aligned and size is multiple of 4K. +- [DA146xx] Improve vbus, reset, suspend, resume detection, and remote wakeup. + +## Device Stack + +- Add new network driver Network Control Model (CDC-NCM), update `net_lwip_webserver` to work with NCM (need re-configure example) +- Add new USB Video Class UVC 1.5 driver and video_capture example (work in progress) +- Fix potential buffer overflow for HID, bluetooth drivers + +## Host Controller Driver (HCD) + +No notable changes + +## Host Stack + +No notable changes + +## Contributors + +Thanks to everyone who contributed to this release: @Daft-Freak, @dshadoff, @hansfbaier, @hathach, @HiFiPhile, @kamtom480, @kasjer, @kkitayam, @majbthrd, @szymonh, @unlimitedcodeworks. |
