Skip to content

Commit 35b188d

Browse files
authored
Merge pull request #6182 from tannewt/board_def_cleanup
Board definition clean up
2 parents 86418f2 + 4363361 commit 35b188d

File tree

72 files changed

+18
-350
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

72 files changed

+18
-350
lines changed

ports/atmel-samd/boards/aloriumtech_evo_m51/mpconfigboard.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
#define MICROPY_HW_NEOPIXEL (&pin_PB03)
1010

1111
// BC needed?
12-
// #define AUTORESET_DELAY_MS 500
1312

1413
// If you change this, then make sure to update the linker scripts as well to
1514
// make sure you don't overwrite code

ports/atmel-samd/boards/circuitbrains_deluxe_m4/mpconfigboard.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55

66
#define MICROPY_HW_LED_STATUS (&pin_PB13)
77

8-
#define AUTORESET_DELAY_MS 500
9-
108
#define BOARD_HAS_CRYSTAL 1
119

1210
#define DEFAULT_I2C_BUS_SCL (&pin_PB03)

ports/atmel-samd/boards/pycubed/mpconfigboard.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
#define MICROPY_HW_LED_STATUS (&pin_PA16)
77
#define MICROPY_HW_NEOPIXEL (&pin_PA21)
88

9-
#define AUTORESET_DELAY_MS 500
10-
119
#define CIRCUITPY_INTERNAL_NVM_SIZE 8192
1210

1311
#define BOARD_FLASH_SIZE (FLASH_SIZE - 0x4000 - CIRCUITPY_INTERNAL_NVM_SIZE)

ports/atmel-samd/boards/pycubed_mram/mpconfigboard.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@
99
#define EXTERNAL_FLASH_QSPI_SINGLE
1010
#define EXTERNAL_FLASH_NO_JEDEC
1111

12-
#define AUTORESET_DELAY_MS 500
13-
1412
#define CIRCUITPY_INTERNAL_NVM_SIZE 8192
1513

1614
#define BOARD_FLASH_SIZE (FLASH_SIZE - 0x4000 - CIRCUITPY_INTERNAL_NVM_SIZE)

ports/atmel-samd/boards/pycubed_mram_v05/mpconfigboard.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@
99
#define EXTERNAL_FLASH_QSPI_SINGLE
1010
#define EXTERNAL_FLASH_NO_JEDEC
1111

12-
#define AUTORESET_DELAY_MS 500
13-
1412
#define CIRCUITPY_INTERNAL_NVM_SIZE 8192
1513

1614
#define BOARD_FLASH_SIZE (FLASH_SIZE - 0x4000 - CIRCUITPY_INTERNAL_NVM_SIZE)

ports/atmel-samd/boards/pycubed_v05/mpconfigboard.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55

66
#define MICROPY_HW_NEOPIXEL (&pin_PA21)
77

8-
#define AUTORESET_DELAY_MS 500
9-
108
#define CIRCUITPY_INTERNAL_NVM_SIZE 8192
119

1210
#define BOARD_FLASH_SIZE (FLASH_SIZE - 0x4000 - CIRCUITPY_INTERNAL_NVM_SIZE)

ports/atmel-samd/boards/winterbloom_sol/mpconfigboard.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
#define MICROPY_HW_LED_STATUS (&pin_PA23)
77
#define MICROPY_HW_NEOPIXEL (&pin_PB03)
88

9-
#define AUTORESET_DELAY_MS 500
10-
119
#define BOARD_HAS_CRYSTAL 1
1210

1311
#define DEFAULT_SPI_BUS_SCK (&pin_PA17)

ports/espressif/boards/adafruit_esp32s2_camera/mpconfigboard.h

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,6 @@
3232
#define MICROPY_HW_NEOPIXEL (&pin_GPIO21)
3333
#define MICROPY_HW_NEOPIXEL_COUNT (6)
3434

35-
#define CIRCUITPY_BOOT_BUTTON (&pin_GPIO0)
36-
37-
#define BOARD_USER_SAFE_MODE_ACTION translate("pressing boot button at start up.\n")
38-
39-
#define AUTORESET_DELAY_MS 500
40-
4135
#define DEFAULT_I2C_BUS_SDA (&pin_GPIO33)
4236
#define DEFAULT_I2C_BUS_SCL (&pin_GPIO34)
4337

ports/espressif/boards/adafruit_feather_esp32s2/mpconfigboard.h

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,6 @@
3232
#define MICROPY_HW_NEOPIXEL (&pin_GPIO33)
3333
#define CIRCUITPY_STATUS_LED_POWER (&pin_GPIO21)
3434

35-
#define CIRCUITPY_BOOT_BUTTON (&pin_GPIO0)
36-
37-
#define BOARD_USER_SAFE_MODE_ACTION translate("pressing boot button at start up.\n")
38-
39-
#define AUTORESET_DELAY_MS 500
40-
4135
#define DEFAULT_I2C_BUS_SCL (&pin_GPIO4)
4236
#define DEFAULT_I2C_BUS_SDA (&pin_GPIO3)
4337

ports/espressif/boards/adafruit_feather_esp32s2_tft/mpconfigboard.h

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,6 @@
3232
#define MICROPY_HW_NEOPIXEL (&pin_GPIO33)
3333
#define CIRCUITPY_STATUS_LED_POWER (&pin_GPIO34)
3434

35-
#define CIRCUITPY_BOOT_BUTTON (&pin_GPIO0)
36-
37-
#define BOARD_USER_SAFE_MODE_ACTION translate("pressing boot button at start up.\n")
38-
39-
#define AUTORESET_DELAY_MS 500
40-
4135
#define DEFAULT_I2C_BUS_SCL (&pin_GPIO41)
4236
#define DEFAULT_I2C_BUS_SDA (&pin_GPIO42)
4337

0 commit comments

Comments
 (0)