add pin mapping and sweet16 test

This commit is contained in:
Jack Humbert 2018-12-13 14:33:54 -05:00
parent 255173f379
commit f8c07e05c2
5 changed files with 45 additions and 5 deletions

View file

@ -1,5 +1,5 @@
ifneq ($(findstring STM32, $(MCU)),)
ifneq ($(findstring STM32F303, $(MCU)),)
## chip/board settings
# - the next two should match the directories in
# <chibios>/os/hal/ports/$(MCU_FAMILY)/$(MCU_SERIES)