Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
arduino-pico
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
arduino-pico
Commits
915e0935
Unverified
Commit
915e0935
authored
Jan 05, 2024
by
noqman
Committed by
GitHub
Jan 05, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change Maker UNO RP2040 to Maker Uno RP2040 and board name in README.md (#1924)
parent
32e74d02
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
7 additions
and
6 deletions
+7
-6
README.md
README.md
+1
-0
boards.txt
boards.txt
+3
-3
package/package_pico_index.template.json
package/package_pico_index.template.json
+1
-1
tools/json/cytron_maker_uno_rp2040.json
tools/json/cytron_maker_uno_rp2040.json
+1
-1
tools/makeboards.py
tools/makeboards.py
+1
-1
No files found.
README.md
View file @
915e0935
...
...
@@ -30,6 +30,7 @@ Read the [Contributing Guide](https://github.com/earlephilhower/arduino-pico/blo
*
BridgeTek IDM2040-7A
*
Cytron Maker Pi RP2040
*
Cytron Maker Nano RP2040
*
Cytron Maker Uno RP2040
*
DatanoiseTV PicoADK+
*
Degz Suibo RP2040
*
DeRuiLab FlyBoard2040 Core
...
...
boards.txt
View file @
915e0935
...
...
@@ -5741,9 +5741,9 @@ cytron_maker_pi_rp2040.menu.uploadmethod.picodebug.upload.tool=picodebug
cytron_maker_pi_rp2040.menu.uploadmethod.picodebug.upload.tool.default=picodebug
# -----------------------------------
# Cytron Maker U
NO
RP2040
# Cytron Maker U
no
RP2040
# -----------------------------------
cytron_maker_uno_rp2040.name=Cytron Maker U
NO
RP2040
cytron_maker_uno_rp2040.name=Cytron Maker U
no
RP2040
cytron_maker_uno_rp2040.vid.0=0x2e8a
cytron_maker_uno_rp2040.pid.0=0x1071
cytron_maker_uno_rp2040.vid.1=0x2e8a
...
...
@@ -5777,7 +5777,7 @@ cytron_maker_uno_rp2040.build.core=rp2040
cytron_maker_uno_rp2040.build.ldscript=memmap_default.ld
cytron_maker_uno_rp2040.build.boot2=boot2_w25q080_2_padded_checksum
cytron_maker_uno_rp2040.build.usb_manufacturer="Cytron"
cytron_maker_uno_rp2040.build.usb_product="Maker U
NO
RP2040"
cytron_maker_uno_rp2040.build.usb_product="Maker U
no
RP2040"
cytron_maker_uno_rp2040.menu.flash.2097152_0=2MB (no FS)
cytron_maker_uno_rp2040.menu.flash.2097152_0.upload.maximum_size=2093056
cytron_maker_uno_rp2040.menu.flash.2097152_0.build.flash_total=2097152
package/package_pico_index.template.json
View file @
915e0935
...
...
@@ -87,7 +87,7 @@
"name"
:
"Cytron Maker Pi RP2040"
},
{
"name"
:
"Cytron Maker U
NO
RP2040"
"name"
:
"Cytron Maker U
no
RP2040"
},
{
"name"
:
"DatanoiseTV PicoADK"
...
...
tools/json/cytron_maker_uno_rp2040.json
View file @
915e0935
...
...
@@ -32,7 +32,7 @@
"frameworks"
:
[
"arduino"
],
"name"
:
"Maker U
NO
RP2040"
,
"name"
:
"Maker U
no
RP2040"
,
"upload"
:
{
"maximum_ram_size"
:
270336
,
"maximum_size"
:
2097152
,
...
...
tools/makeboards.py
View file @
915e0935
...
...
@@ -372,7 +372,7 @@ MakeBoard("bridgetek_idm2040-7a", "BridgeTek", "IDM2040-7A", "0x2e8a", "0x1041",
# Cytron
MakeBoard
(
"cytron_maker_nano_rp2040"
,
"Cytron"
,
"Maker Nano RP2040"
,
"0x2e8a"
,
"0x100f"
,
250
,
"CYTRON_MAKER_NANO_RP2040"
,
2
,
"boot2_w25q080_2_padded_checksum"
)
MakeBoard
(
"cytron_maker_pi_rp2040"
,
"Cytron"
,
"Maker Pi RP2040"
,
"0x2e8a"
,
"0x1000"
,
250
,
"CYTRON_MAKER_PI_RP2040"
,
2
,
"boot2_w25q080_2_padded_checksum"
)
MakeBoard
(
"cytron_maker_uno_rp2040"
,
"Cytron"
,
"Maker U
NO
RP2040"
,
"0x2e8a"
,
"0x1071"
,
250
,
"CYTRON_MAKER_UNO_RP2040"
,
2
,
"boot2_w25q080_2_padded_checksum"
)
MakeBoard
(
"cytron_maker_uno_rp2040"
,
"Cytron"
,
"Maker U
no
RP2040"
,
"0x2e8a"
,
"0x1071"
,
250
,
"CYTRON_MAKER_UNO_RP2040"
,
2
,
"boot2_w25q080_2_padded_checksum"
)
# DatanoiseTV
MakeBoard
(
"datanoisetv_picoadk"
,
"DatanoiseTV"
,
"PicoADK"
,
"0x2e8a"
,
"0x000a"
,
250
,
"DATANOISETV_PICOADK"
,
2
,
"boot2_w25q080_2_padded_checksum"
)
...
...
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