Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
micropython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
micropython
Commits
71722c84
Commit
71722c84
authored
Jul 24, 2021
by
Mike Causer
Committed by
Damien George
Aug 01, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rp2/boards: Add Pimoroni Tiny 2040.
parent
042a4beb
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
0 deletions
+18
-0
ports/rp2/boards/PIMORONI_TINY2040/mpconfigboard.cmake
ports/rp2/boards/PIMORONI_TINY2040/mpconfigboard.cmake
+1
-0
ports/rp2/boards/PIMORONI_TINY2040/mpconfigboard.h
ports/rp2/boards/PIMORONI_TINY2040/mpconfigboard.h
+17
-0
No files found.
ports/rp2/boards/PIMORONI_TINY2040/mpconfigboard.cmake
0 → 100644
View file @
71722c84
# cmake file for Pimoroni Tiny 2040
ports/rp2/boards/PIMORONI_TINY2040/mpconfigboard.h
0 → 100644
View file @
71722c84
// 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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment