new cdc patch

This commit is contained in:
Devaev Maxim
2021-07-16 19:35:54 +03:00
parent d524b2b346
commit a06c2004f3
4 changed files with 143 additions and 55 deletions

View File

@@ -34,7 +34,7 @@ def _patch(path: str, patch_path: str) -> None:
# =====
_patch(_get_pkg_path("framework-arduino-avr"), "patches/arduino-no-main.patch")
_patch(_get_pkg_path("framework-arduino-avr"), "patches/arduino-optional-usb-serial.patch")
_patch(_get_pkg_path("framework-arduino-avr"), "patches/arduino-optional-cdc.patch")
_patch(_get_pkg_path("framework-arduino-avr"), "patches/arduino-get-plugged-endpoint.patch")
_libs = _get_libs()