Skip to content

Commit

Permalink
firmware: deduplicate USB descriptors for all SAMD11 boards
Browse files Browse the repository at this point in the history
  • Loading branch information
mndza committed Mar 12, 2024
1 parent 4a14ca6 commit 8b8a5c7
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 628 deletions.
1 change: 1 addition & 0 deletions firmware/src/boards/cynthion_d11/board.mk
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
# Build specifics for SAMD11 Xplained hardware.
#

SOURCES += $(wildcard src/mcu/samd11/*.c)
2 changes: 2 additions & 0 deletions firmware/src/boards/cynthion_d21/board.mk
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
# Build specifics for LUNA hardware.
#

SOURCES += $(wildcard src/mcu/samd11/*.c)

#INC += \
# $(TOP)/hw/mcu/microchip/samd/asf4/samd51/hpl/tc/ \
#
Expand Down
210 changes: 0 additions & 210 deletions firmware/src/boards/cynthion_d21/usb_descriptors.c

This file was deleted.

1 change: 1 addition & 0 deletions firmware/src/boards/qtpy/board.mk
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
SOURCES += $(wildcard src/mcu/samd11/*.c)

# This is an external board, so its identity is determined by its revision number.
# MAJOR = external board
Expand Down
Loading

0 comments on commit 8b8a5c7

Please sign in to comment.