Add USB HID support, including Consumer Control

This commit is contained in:
Dan Halbert 2018-04-02 21:37:44 -04:00
parent 435e894fa0
commit beb6ad2e40
2 changed files with 3 additions and 1 deletions

View File

@ -72,6 +72,7 @@ BASE_CFLAGS = \
-Wnested-externs \
-Wunreachable-code \
-Wcast-align \
-Wno-error=lto-type-mismatch \
-D__$(CHIP_VARIANT)__ \
-ffunction-sections \
-fdata-sections \
@ -81,6 +82,7 @@ BASE_CFLAGS = \
-DCIRCUITPY_SAFE_RESTART_WORD=0xDEADBEEF \
--param max-inline-insns-single=500
# NDEBUG disables assert() statements. This reduces code size pretty dramatically, per tannewt.
ifeq ($(CHIP_FAMILY), samd21)

@ -1 +1 @@
Subproject commit 2edd94c50b67ac2acc665a5b06e34c2625a8f622
Subproject commit 1ad93335ef3b41c473612eb49b6cf81f69555797