Skip to content

Commit 78aa0dd

Browse files
committed
Upgrade to latest TinyUSB version
1 parent 575ee7b commit 78aa0dd

180 files changed

Lines changed: 8232 additions & 46986 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.
416 Bytes
Binary file not shown.
416 Bytes
Binary file not shown.
92 Bytes
Binary file not shown.
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
#!/bin/sh
2+
TINYUSB_DIR=../../../tinyusb
3+
rm -rf lib/tinyusb/*
4+
mkdir lib/tinyusb/osal
5+
mkdir lib/tinyusb/class
6+
mkdir lib/tinyusb/portable
7+
mkdir lib/tinyusb/portable/synopsys
8+
mkdir lib/tinyusb/portable/st
9+
cp -R $TINYUSB_DIR/src/class/cdc lib/tinyusb/class
10+
cp -R $TINYUSB_DIR/src/common lib/tinyusb
11+
cp -R $TINYUSB_DIR/src/device lib/tinyusb
12+
cp $TINYUSB_DIR/src/osal/osal.h lib/tinyusb/osal
13+
cp $TINYUSB_DIR/src/osal/osal_none.h lib/tinyusb/osal
14+
cp -R $TINYUSB_DIR/src/portable/synopsys/dwc2 lib/tinyusb/portable/synopsys
15+
cp -R $TINYUSB_DIR/src/portable/st/stm32_fsdev lib/tinyusb/portable/st
16+
cp $TINYUSB_DIR/src/*.c lib/tinyusb
17+
cp $TINYUSB_DIR/src/*.h lib/tinyusb

0 commit comments

Comments
 (0)