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
c422ca3d
Commit
c422ca3d
authored
Oct 27, 2021
by
Frédéric Pierson
Committed by
Damien George
Nov 25, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rp2/boards: Add PYBSTICK26 RP2040 board definition.
parent
81f706ae
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
26 additions
and
0 deletions
+26
-0
ports/rp2/boards/GARATRONIC_PYBSTICK26_RP2040/board.json
ports/rp2/boards/GARATRONIC_PYBSTICK26_RP2040/board.json
+22
-0
ports/rp2/boards/GARATRONIC_PYBSTICK26_RP2040/mpconfigboard.cmake
...2/boards/GARATRONIC_PYBSTICK26_RP2040/mpconfigboard.cmake
+1
-0
ports/rp2/boards/GARATRONIC_PYBSTICK26_RP2040/mpconfigboard.h
...s/rp2/boards/GARATRONIC_PYBSTICK26_RP2040/mpconfigboard.h
+3
-0
No files found.
ports/rp2/boards/GARATRONIC_PYBSTICK26_RP2040/board.json
0 → 100644
View file @
c422ca3d
{
"deploy"
:
[
"../deploy.md"
],
"docs"
:
""
,
"features"
:
[
"USB Stick form factor"
,
"Breadboard Friendly"
,
"Reset/User button"
,
"Red/green/orange/blue leds"
,
"1MB SPI Flash"
,
"USB-A"
],
"images"
:
[
"pybstick-rp2040-26-broches-micropython-c.jpg"
],
"mcu"
:
"rp2040"
,
"product"
:
"PYBSTICK26 RP2040"
,
"thumbnail"
:
""
,
"url"
:
"https://shop.mchobby.be/product.php?id_product=2331"
,
"vendor"
:
"McHobby"
}
ports/rp2/boards/GARATRONIC_PYBSTICK26_RP2040/mpconfigboard.cmake
0 → 100644
View file @
c422ca3d
# cmake file
ports/rp2/boards/GARATRONIC_PYBSTICK26_RP2040/mpconfigboard.h
0 → 100644
View file @
c422ca3d
// Board and hardware specific configuration
#define MICROPY_HW_BOARD_NAME "GARATRONIC_PYBSTICK26_RP2040"
#define MICROPY_HW_FLASH_STORAGE_BYTES (384 * 1024)
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