a9304af8fa
Fixes are: - Pin definitions for ADAFRUIT_FEATHER_Mx_EXPRESS and ADAFRUIT_ITSYBITSY_M4_EXPRESS. - For ADAFRUIT_ITSYBITSY_M0_EXPRESS, change the MISO/MOSI name. - For MINISAM_M4, add the default SPI pins. - For boards with 32k crystal, add the XOSC32K setting.
5 lines
128 B
C
5 lines
128 B
C
#define MICROPY_HW_BOARD_NAME "SAMD21-XPLAINED-PRO"
|
|
#define MICROPY_HW_MCU_NAME "SAMD21J18A"
|
|
|
|
#define MICROPY_HW_XOSC32K (1)
|