Skip to content

Commit beb6ad2

Browse files
committed
Add USB HID support, including Consumer Control
1 parent 435e894 commit beb6ad2

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

ports/atmel-samd/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ BASE_CFLAGS = \
7272
-Wnested-externs \
7373
-Wunreachable-code \
7474
-Wcast-align \
75+
-Wno-error=lto-type-mismatch \
7576
-D__$(CHIP_VARIANT)__ \
7677
-ffunction-sections \
7778
-fdata-sections \
@@ -81,6 +82,7 @@ BASE_CFLAGS = \
8182
-DCIRCUITPY_SAFE_RESTART_WORD=0xDEADBEEF \
8283
--param max-inline-insns-single=500
8384

85+
8486
# NDEBUG disables assert() statements. This reduces code size pretty dramatically, per tannewt.
8587

8688
ifeq ($(CHIP_FAMILY), samd21)

tools/usb_descriptor

0 commit comments

Comments
 (0)