samd/boards: Enable MICROPY_HW_DFLL_USB_SYNC on appropriate boards.

For the boards ADAFRUIT_TRINKET_M0 and MINISAM_M4.

Signed-off-by: robert-hh <robert@hammelrath.com>
This commit is contained in:
robert-hh 2024-03-19 07:54:43 +01:00 committed by Damien George
parent 328b6df058
commit b41360d119
2 changed files with 4 additions and 0 deletions

View File

@ -1,2 +1,4 @@
#define MICROPY_HW_BOARD_NAME "Trinket M0"
#define MICROPY_HW_MCU_NAME "SAMD21E18A"
#define MICROPY_HW_DFLL_USB_SYNC (1)

View File

@ -1,4 +1,6 @@
#define MICROPY_HW_BOARD_NAME "Mini SAM M4"
#define MICROPY_HW_MCU_NAME "SAMD51G19A"
#define MICROPY_HW_DFLL_USB_SYNC (1)
#define MICROPY_HW_QSPIFLASH GD25Q16C