Add bootloader for Fluff M0

This is a minimal board documented at
https://hackaday.io/project/171381
This commit is contained in:
Radomir Dopieralski 2020-05-22 18:46:09 +02:00
parent 6785401969
commit 6651f9558c
2 changed files with 17 additions and 0 deletions

2
boards/fluff_m0/board.mk Normal file
View file

@ -0,0 +1,2 @@
CHIP_FAMILY = samd21
CHIP_VARIANT = SAMD21E18A

View file

@ -0,0 +1,15 @@
#ifndef BOARD_CONFIG_H
#define BOARD_CONFIG_H
#define CRYSTALLESS 1
#define VENDOR_NAME "Radomir Dopieralski"
#define PRODUCT_NAME "Fluff M0"
#define VOLUME_LABEL "FLUFFBOOT"
#define INDEX_URL "https://hackaday.io/project/171381"
#define BOARD_ID "SAMD21E18A-Fluff-v0"
#define USB_VID 0x239A
#define USB_PID 0x00AF
#endif