robert-hh
b9b4f1b40b
samd/boards: Provide default IDs for UART, I2C and SPI.
...
In combination with the defautl Pins the default device can now be
instantiated e.g. as: uart = UART(). Similar for I2C and SPI.
Signed-off-by: robert-hh <robert@hammelrath.com >
2025-03-03 10:59:26 +11:00
robert-hh
b41360d119
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 >
2024-03-28 15:37:01 +11:00
robert-hh
a5d5ecbf84
samd/boards: Move mcu-specific settings into a mpconfig_samdXX.h file.
...
Located at the boards directory. That way, the mpconfigboard.h files are
almost empty, just setting the board name and the MCU name.
2022-10-06 22:30:37 +11:00
robert-hh
85afed569d
samd: Remove the existing provisional support for REPL on UART.
...
It was only partially working and will be rpelaced later by a full
machine.UART class implementation.
2022-10-06 22:29:06 +11:00
Peter van der Burg
fb79e58636
samd/boards/ADAFRUIT_TRINKET_M0: Update for flash and pins.
...
- mpconfigboard.h: flash and USART config
- mpconfigboard.mk: enable LFS1
- pins.c: define pins and LEDs
- pins.h: define structs and consts
2021-11-19 11:47:19 +11:00
Damien George
5f9bd11527
samd: Add new port to Microchip SAMDxx microcontrollers.
...
Initially supporting SAMD21 and SAMD51.
2019-07-01 17:19:18 +10:00