Skip to content

Commit 9d059be

Browse files
author
Andrei Gramakov
committed
usb: added a tinyusb component; ci; soc.
ci: ignore s2-only projects from the cmake-make test soc: refactored the usb part
1 parent f023999 commit 9d059be

File tree

24 files changed

+2779
-3753
lines changed

24 files changed

+2779
-3753
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,3 +79,6 @@
7979
path = components/esp_wifi/lib
8080
url = ../../espressif/esp32-wifi-lib.git
8181

82+
[submodule "components/tinyusb/tinyusb"]
83+
path = components/tinyusb/tinyusb
84+
url = ../../espressif/tinyusb.git

components/soc/soc/esp32s2/include/soc/usb_periph.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
#include "soc/gpio_sig_map.h"
2121
#include "soc/usb_reg.h"
2222
#include "soc/usb_types.h"
23+
#include "soc/usb_struct.h"
2324

2425
/**
2526
* @brief A pin decriptor for init

0 commit comments

Comments
 (0)