File tree Expand file tree Collapse file tree 14 files changed +1014
-310
lines changed
atmel-samd/boards/sparkfun_samd51_micromod
nrf/boards/sparkfun_nrf52840_micromod
raspberrypi/boards/sparkfun_micromod_rp2040
stm/boards/sparkfun_stm32f405_micromod Expand file tree Collapse file tree 14 files changed +1014
-310
lines changed Original file line number Diff line number Diff line change @@ -369,6 +369,7 @@ jobs:
369
369
- " sparkfun_samd21_mini"
370
370
- " sparkfun_samd51_micromod"
371
371
- " sparkfun_samd51_thing_plus"
372
+ - " sparkfun_stm32f405_micromod"
372
373
- " sparkfun_thing_plus_rp2040"
373
374
- " spresense"
374
375
- " stackrduino_m0_pro"
Original file line number Diff line number Diff line change 1
- #define MICROPY_HW_BOARD_NAME "SparkFun MicroMod SAMD51"
1
+ #define MICROPY_HW_BOARD_NAME "SparkFun MicroMod SAMD51 Processor "
2
2
#define MICROPY_HW_MCU_NAME "samd51j20"
3
3
4
4
#define CIRCUITPY_MCU_FAMILY samd51
5
5
6
+ // Status LED
7
+ #define MICROPY_HW_LED_STATUS (&pin_PA23)
8
+
6
9
// On-board flash
7
10
#define SPI_FLASH_MOSI_PIN &pin_PA09
8
11
#define SPI_FLASH_MISO_PIN &pin_PA10
Original file line number Diff line number Diff line change 1
1
LD_FILE = boards/samd51x20-bootloader-external-flash.ld
2
2
USB_VID = 0x1b4f
3
3
USB_PID = 0x0020 # Used by uf2 bootloader
4
- USB_PRODUCT = "SparkFun MicroMod SAMD51"
4
+ USB_PRODUCT = "SparkFun MicroMod SAMD51 Processor "
5
5
USB_MANUFACTURER = "SparkFun Electronics"
6
6
7
7
CHIP_VARIANT = SAMD51J20A
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 27
27
28
28
#include "nrfx/hal/nrf_gpio.h"
29
29
30
- #define MICROPY_HW_BOARD_NAME "SparkFun MicroMod nRF52840"
30
+ #define MICROPY_HW_BOARD_NAME "SparkFun MicroMod nRF52840 Processor "
31
31
#define MICROPY_HW_MCU_NAME "nRF52840"
32
32
33
33
#define DEFAULT_I2C_BUS_SCL (&pin_P0_11)
Original file line number Diff line number Diff line change 1
1
USB_VID = 0x1B4F
2
2
USB_PID = 0x0021
3
- USB_PRODUCT = "SFE_nRF52840_MicroMod "
3
+ USB_PRODUCT = "SparkFun MicroMod nRF52840 Processor "
4
4
USB_MANUFACTURER = "SparkFun Electronics"
5
5
6
6
MCU_CHIP = nrf52840
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 1
- #define MICROPY_HW_BOARD_NAME "SparkFun MicroMod ATP - RP2040"
1
+ #define MICROPY_HW_BOARD_NAME "SparkFun MicroMod RP2040 Processor "
2
2
#define MICROPY_HW_MCU_NAME "rp2040"
3
3
4
+ // Status LED
5
+ #define MICROPY_HW_LED_STATUS (&pin_GPIO25)
6
+
4
7
#define DEFAULT_I2C_BUS_SCL (&pin_GPIO5)
5
8
#define DEFAULT_I2C_BUS_SDA (&pin_GPIO4)
6
9
7
- #define DEFAULT_SPI_BUS_SCK (&pin_GPIO14 )
8
- #define DEFAULT_SPI_BUS_MOSI (&pin_GPIO15 )
9
- #define DEFAULT_SPI_BUS_MISO (&pin_GPIO12 )
10
+ #define DEFAULT_SPI_BUS_SCK (&pin_GPIO22 )
11
+ #define DEFAULT_SPI_BUS_MOSI (&pin_GPIO23 )
12
+ #define DEFAULT_SPI_BUS_MISO (&pin_GPIO20 )
10
13
11
14
#define DEFAULT_UART_BUS_RX (&pin_GPIO1)
12
15
#define DEFAULT_UART_BUS_TX (&pin_GPIO0)
Original file line number Diff line number Diff line change 1
1
USB_VID = 0x1B4F
2
2
USB_PID = 0x0024
3
- USB_PRODUCT = "MicroMod RP2040"
4
- USB_MANUFACTURER = "SparkFun"
3
+ USB_PRODUCT = "SparkFun MicroMod RP2040 Processor "
4
+ USB_MANUFACTURER = "SparkFun Electronics "
5
5
6
6
CHIP_VARIANT = RP2040
7
7
CHIP_FAMILY = rp2
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments