Skip to content

Commit 49b97f9

Browse files
authored
Merge pull request #567 from adafruit/update-tinyusb-dde5f1d
update tinyusb core to commit dde5f1dc
2 parents 1e53905 + 6d895f3 commit 49b97f9

126 files changed

Lines changed: 54208 additions & 45559 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.codespell/ignore-words.txt

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
1-
synopsys
2-
sie
3-
inout
1+
attch
42
busses
3+
dout
4+
endianess
5+
fro
6+
hsi
7+
inout
8+
mot
9+
pring
10+
pris
11+
ptd
12+
ser
13+
sie
14+
synopsys
15+
te
516
thre
6-
17+
tre
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
feather_esp32_v2
2+
feather_esp32s2
3+
feather_esp32s3
4+
esp32p4
25
pico_rp2040_tinyusb_host
36
CH32V20x_EVT

src/arduino/ports/nrf/tusb_config_nrf.h

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,13 @@
2929
extern "C" {
3030
#endif
3131

32+
// backward compatible with old nrf52 core
33+
#ifndef pdTICKS_TO_MS
34+
#define pdTICKS_TO_MS(xTimeInTicks) \
35+
((TickType_t)(((uint64_t)(xTimeInTicks) * (uint64_t)1000U) / \
36+
(uint64_t)configTICK_RATE_HZ))
37+
#endif
38+
3239
//--------------------------------------------------------------------
3340
// COMMON CONFIGURATION
3441
//--------------------------------------------------------------------

0 commit comments

Comments
 (0)