From f42b41e1e98c16ffcd55bc158df3f6f67d833a98 Mon Sep 17 00:00:00 2001 From: Scott Shawcroft Date: Mon, 31 Oct 2016 11:31:33 -0700 Subject: atmel-samd: Increase autoreset delay to reduce duplicate resets. --- atmel-samd/boards/arduino_zero/mpconfigboard.h | 2 +- atmel-samd/boards/feather_m0_adalogger/mpconfigboard.h | 2 +- atmel-samd/boards/feather_m0_basic/mpconfigboard.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/atmel-samd/boards/arduino_zero/mpconfigboard.h b/atmel-samd/boards/arduino_zero/mpconfigboard.h index 5b1c23d65..fc778a782 100644 --- a/atmel-samd/boards/arduino_zero/mpconfigboard.h +++ b/atmel-samd/boards/arduino_zero/mpconfigboard.h @@ -9,4 +9,4 @@ #define MICROPY_HW_NEOPIXEL PIN_PB22 -#define AUTORESET_DELAY_MS 10 +#define AUTORESET_DELAY_MS 500 diff --git a/atmel-samd/boards/feather_m0_adalogger/mpconfigboard.h b/atmel-samd/boards/feather_m0_adalogger/mpconfigboard.h index f30c02be8..9c656863b 100644 --- a/atmel-samd/boards/feather_m0_adalogger/mpconfigboard.h +++ b/atmel-samd/boards/feather_m0_adalogger/mpconfigboard.h @@ -6,4 +6,4 @@ #define MICROPY_HW_BOARD_NAME "Adafruit Feather M0 Adalogger" #define MICROPY_HW_MCU_NAME "samd21g18" -#define AUTORESET_DELAY_MS 10 +#define AUTORESET_DELAY_MS 500 diff --git a/atmel-samd/boards/feather_m0_basic/mpconfigboard.h b/atmel-samd/boards/feather_m0_basic/mpconfigboard.h index 4f884e364..fa3ffc01a 100644 --- a/atmel-samd/boards/feather_m0_basic/mpconfigboard.h +++ b/atmel-samd/boards/feather_m0_basic/mpconfigboard.h @@ -6,4 +6,4 @@ #define MICROPY_HW_BOARD_NAME "Adafruit Feather M0 Basic" #define MICROPY_HW_MCU_NAME "samd21g18" -#define AUTORESET_DELAY_MS 10 +#define AUTORESET_DELAY_MS 500 -- cgit v1.2.3