From 1e04e8ea1c3480906822f30549afd1a8e9e5cb45 Mon Sep 17 00:00:00 2001 From: Scott Shawcroft Date: Thu, 6 Jul 2017 13:41:13 -0700 Subject: atmel-samd: Reboot to bootloader when a 1200 baud serial connection is closed. This is how Arduino triggers the bootloader. --- atmel-samd/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'atmel-samd/Makefile') diff --git a/atmel-samd/Makefile b/atmel-samd/Makefile index d3da8241d..485f19141 100644 --- a/atmel-samd/Makefile +++ b/atmel-samd/Makefile @@ -188,6 +188,7 @@ SRC_C = \ flash_api.c \ main.c \ mphalport.c \ + reset.c \ samd21_pins.c \ shared_dma.c \ rgb_led_status.c \ -- cgit v1.2.3