Skip to content

Commit

Permalink
usb: added a tinyusb component; ci; soc.
Browse files Browse the repository at this point in the history
ci: ignore s2-only projects from the cmake-make test
soc: refactored the usb part
  • Loading branch information
Andrei Gramakov committed Mar 9, 2020
1 parent f023999 commit 9d059be
Show file tree
Hide file tree
Showing 24 changed files with 2,779 additions and 3,753 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -79,3 +79,6 @@
path = components/esp_wifi/lib
url = ../../espressif/esp32-wifi-lib.git

[submodule "components/tinyusb/tinyusb"]
path = components/tinyusb/tinyusb
url = ../../espressif/tinyusb.git
1 change: 1 addition & 0 deletions components/soc/soc/esp32s2/include/soc/usb_periph.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
#include "soc/gpio_sig_map.h"
#include "soc/usb_reg.h"
#include "soc/usb_types.h"
#include "soc/usb_struct.h"

/**
* @brief A pin decriptor for init
Expand Down
Loading

0 comments on commit 9d059be

Please sign in to comment.