summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorhathach <[email protected]>2020-11-07 23:43:39 +0700
committerhathach <[email protected]>2020-11-07 23:43:39 +0700
commit23b6b66f4daa128c2bfce3559a71a737868e142a (patch)
treea164399d37ba27ae6bb921fdc7b1ba9d1fddaaa4 /README.md
parenta708ab62540cf952048c97e6952bd95fdc823d90 (diff)
release 0.7.0 with changelog and doc update0.7.0
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index 072dfc841..372b52c18 100644
--- a/README.md
+++ b/README.md
@@ -32,7 +32,7 @@ The stack supports the following MCUs:
- **Espressif:** ESP32-S2
- **Dialog:** DA1469x
-- **MicroChip:** SAMD11, SAMD21, SAMD51, SAME5x, SAMG (device only)
+- **MicroChip:** SAMD11, SAMD21, SAMD51, SAME5x, SAMG55
- **NordicSemi:** nRF52833, nRF52840
- **Nuvoton:** NUC120, NUC121/NUC125, NUC126, NUC505
- **NXP:**
@@ -49,7 +49,10 @@ The stack supports the following MCUs:
Supports multiple device configurations by dynamically changing usb descriptors. Low power functions such like suspend, resume, and remote wakeup. Following device classes are supported:
+- USB Audio Class 2.0 (UAC2) still work in progress
+- Bluetooth Host Controller Interface (BTH HCI)
- Communication Class (CDC)
+- Device Firmware Update (DFU): only Runtinme
- Human Interface Device (HID): Generic (In & Out), Keyboard, Mouse, Gamepad etc ...
- Mass Storage Class (MSC): with multiple LUNs
- Musical Instrument Digital Interface (MIDI)