Skip to content

Commit 7beb928

Browse files
committed
Merge branch 'CCRX_Ext' of https://github.com/Wini-Buh/tinyusb into CCRX_Ext
2 parents e1f0c48 + c6cde72 commit 7beb928

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ TinyUSB is completely thread-safe by pushing all Interrupt Service Request (ISR)
9191

9292
- **No OS**
9393
- **FreeRTOS**
94-
- `RT-Thread <https://github.com/RT-Thread/rt-thread>`_
94+
- `RT-Thread <https://github.com/RT-Thread/rt-thread>`_: `repo <https://github.com/RT-Thread-packages/tinyusb>`_
9595
- **Mynewt** Due to the newt package build system, Mynewt examples are better to be on its `own repo <https://github.com/hathach/mynewt-tinyusb-example>`_
9696

9797
Local Docs

src/portable/ohci/ohci.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ typedef struct TU_ATTR_ALIGNED(256)
159159
struct {
160160
ohci_ed_t ed;
161161
ohci_gtd_t gtd;
162-
}control[CFG_TUH_DEVICE_MAX+1];
162+
}control[CFG_TUH_DEVICE_MAX+CFG_TUH_HUB+1];
163163

164164
// ochi_itd_t itd[OHCI_MAX_ITD]; // itd requires alignment of 32
165165
ohci_ed_t ed_pool[HCD_MAX_ENDPOINT];

0 commit comments

Comments
 (0)