rp2/boards: Add Pimoroni Tiny 2040.

This commit is contained in:
Mike Causer 2021-07-24 02:15:58 +10:00 committed by Damien George
parent 042a4bebc3
commit 71722c84ca
2 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1 @@
# cmake file for Pimoroni Tiny 2040

View File

@ -0,0 +1,17 @@
// https://shop.pimoroni.com/products/tiny-2040
#define MICROPY_HW_BOARD_NAME "Pimoroni Tiny 2040"
#define MICROPY_HW_FLASH_STORAGE_BYTES (7 * 1024 * 1024)
#define MICROPY_HW_USB_VID (0x16D0)
#define MICROPY_HW_USB_PID (0x08C7)
#define MICROPY_HW_I2C0_SCL (4)
#define MICROPY_HW_I2C0_SDA (5)
// RGB LED, active low
// Red LED 18
// Green LED 19
// Blue LED 20
// Boot button GPIO23