Fix snekboard names

Manufacturer -- keithp.com
Product -- snekboard

Signed-off-by: Keith Packard <keithp@keithp.com>
This commit is contained in:
Keith Packard 2019-07-28 14:26:55 -07:00
parent 7736e71e91
commit 326df70ac2
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#define MICROPY_HW_BOARD_NAME "Keith.com SnekBoard"
#define MICROPY_HW_BOARD_NAME "keithp.com snekboard"
#define MICROPY_HW_MCU_NAME "samd21g18"
#define MICROPY_HW_LED_STATUS (&pin_PA02)

View File

@ -1,7 +1,7 @@
LD_FILE = boards/samd21x18-bootloader-external-flash.ld
USB_VID = 0x239A
USB_PID = 0x8023
USB_PRODUCT = "SnekBoard"
USB_PRODUCT = "snekboard"
USB_MANUFACTURER = "keithp.com"
CHIP_VARIANT = SAMD21G18A