summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/info/changelog/0.11.0.rst2
-rw-r--r--docs/info/changelog/0.14.0.rst6
-rw-r--r--docs/info/changelog/0.15.0.rst4
-rw-r--r--docs/info/changelog/0.8.0.rst4
-rw-r--r--docs/info/changelog/0.9.0.rst2
5 files changed, 9 insertions, 9 deletions
diff --git a/docs/info/changelog/0.11.0.rst b/docs/info/changelog/0.11.0.rst
index b6330de6e..c27b027dd 100644
--- a/docs/info/changelog/0.11.0.rst
+++ b/docs/info/changelog/0.11.0.rst
@@ -36,7 +36,7 @@ RP2040
^^^^^^
- Add RP2040 suspend & resume support
-- Implement double buffer for both host and device (#891). However device EPOUT is still single buffered due to techinical issue with short packet
+- Implement double buffer for both host and device (#891). However device EPOUT is still single buffered due to technical issue with short packet
Device Stack
------------
diff --git a/docs/info/changelog/0.14.0.rst b/docs/info/changelog/0.14.0.rst
index dca587cf9..421e6d8d5 100644
--- a/docs/info/changelog/0.14.0.rst
+++ b/docs/info/changelog/0.14.0.rst
@@ -30,7 +30,7 @@ dwc2
- [EHCI] Fix an issue with EHCI driver
- [msp430] Fix for possible bug in msp430-elf-gcc 9.3.0
- [nrf5x] Fix DMA access race condition using atomic function
-- [pic32] Fix PIC32 santiy
+- [pic32] Fix PIC32 sanity
rp2040
^^^^^^
@@ -53,12 +53,12 @@ Device Stack
- [DFU] Fix coexistence with other interfaces BTH, RNDIS
- [MSC] Fix inquiry response additional length field
-- [Venndor] Improve write performance
+- [Vendor] Improve write performance
Host Stack
----------
-- Add new API ``tuh_configure(rhport, cfg_id, cfg_param)`` for dynamnic port specific behavior configuration
+- Add new API ``tuh_configure(rhport, cfg_id, cfg_param)`` for dynamic port specific behavior configuration
- [HID] Open OUT endpoint if available
- [Hub] hub clear port and device interrupts
diff --git a/docs/info/changelog/0.15.0.rst b/docs/info/changelog/0.15.0.rst
index 07b7a0d7b..f1d55f349 100644
--- a/docs/info/changelog/0.15.0.rst
+++ b/docs/info/changelog/0.15.0.rst
@@ -2,7 +2,7 @@
======
- Add codespell to detect typo
-- Add support for fuzzing and bagde for oss-fuzz
+- Add support for fuzzing and badge for oss-fuzz
osal
^^^^
@@ -72,7 +72,7 @@ Host Stack
----------
- Retry a few times with transfers in enumeration since device can be unstable when starting up
-- [MSC] Rework host masstorage API. Add new ``host/msc_file_explorer`` example
+- [MSC] Rework host mass storage API. Add new ``host/msc_file_explorer`` example
CDC
^^^
diff --git a/docs/info/changelog/0.8.0.rst b/docs/info/changelog/0.8.0.rst
index aaca9dcc4..38f51ba6b 100644
--- a/docs/info/changelog/0.8.0.rst
+++ b/docs/info/changelog/0.8.0.rst
@@ -18,7 +18,7 @@ ESP32-S2
SAMD21
^^^^^^
-- Fix (walkaround) samd21 setup_packet overflow by USB DMA
+- Fix (workaround) samd21 setup_packet overflow by USB DMA
STM32 Synopsys
^^^^^^^^^^^^^^
@@ -28,7 +28,7 @@ STM32 Synopsys
Sony CXD56
^^^^^^^^^^
-- Update Update Spresense SDK to 2.0.2
+- Update Spresense SDK to 2.0.2
- Fix dcd issues with setup packets
- Correct EP number for cdc_msc example
diff --git a/docs/info/changelog/0.9.0.rst b/docs/info/changelog/0.9.0.rst
index 92254a7f6..a48642144 100644
--- a/docs/info/changelog/0.9.0.rst
+++ b/docs/info/changelog/0.9.0.rst
@@ -13,7 +13,7 @@ RP2040
- Fix osal_pico queue overflow in initialization
- Fix Isochronous endpoint buffer size in transfer
- Optimize hardware endpoint struct to reduce RAM usage
-- Fix enum walkaround forever check for SE0 when pull up is disabled
+- Fix enum workaround forever check for SE0 when pull up is disabled
Sony CXD56
^^^^^^^^^^