diff options
| author | Scott Shawcroft <scott.shawcroft@gmail.com> | 2017-07-06 13:41:13 -0700 |
|---|---|---|
| committer | Scott Shawcroft <scott@chickadee.tech> | 2017-07-12 11:58:22 -0700 |
| commit | 1e04e8ea1c3480906822f30549afd1a8e9e5cb45 (patch) | |
| tree | 526eb138acbe5d3dcdb63eba82d7530d8c8f77ed /atmel-samd/Makefile | |
| parent | 09b80b10d18c5851e5749afbba103f42a0b2ad6c (diff) | |
atmel-samd: Reboot to bootloader when a 1200 baud serial connection is
closed. This is how Arduino triggers the bootloader.
Diffstat (limited to 'atmel-samd/Makefile')
| -rw-r--r-- | atmel-samd/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 \ |
