Skip to content

Commit

Permalink
Merge pull request #37 from mndza/base32-sn
Browse files Browse the repository at this point in the history
firmware: Use Base32 for the serial number in SAMD11/SAMD21 boards
  • Loading branch information
martinling authored Mar 25, 2024
2 parents 9740392 + 8b8a5c7 commit d497b06
Show file tree
Hide file tree
Showing 8 changed files with 31 additions and 609 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
199 changes: 0 additions & 199 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 d497b06

Please sign in to comment.