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
423476dc
Unverified
Commit
423476dc
authored
Sep 22, 2021
by
Ha Thach
Committed by
GitHub
Sep 22, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change qtpy boot2 to w25q080_2_padded (#321)
parent
bfa3819b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
boards.txt
boards.txt
+3
-3
tools/makeboards.py
tools/makeboards.py
+1
-1
No files found.
boards.txt
View file @
423476dc
...
...
@@ -1238,7 +1238,7 @@ adafruit_qtpy.build.core=rp2040
adafruit_qtpy.build.mcu=rp2040
adafruit_qtpy.build.ldscript=memmap_default.ld
adafruit_qtpy.build.ram_length=256k
adafruit_qtpy.build.boot2=boot2_
generic_03h_4
_padded_checksum
adafruit_qtpy.build.boot2=boot2_
w25q080_2
_padded_checksum
adafruit_qtpy.build.vid=0x239a
adafruit_qtpy.build.pid=0x80f7
adafruit_qtpy.build.usb_manufacturer="Adafruit"
...
...
@@ -1385,7 +1385,7 @@ adafruit_qtpypicoprobe.build.core=rp2040
adafruit_qtpypicoprobe.build.mcu=rp2040
adafruit_qtpypicoprobe.build.ldscript=memmap_default.ld
adafruit_qtpypicoprobe.build.ram_length=256k
adafruit_qtpypicoprobe.build.boot2=boot2_
generic_03h_4
_padded_checksum
adafruit_qtpypicoprobe.build.boot2=boot2_
w25q080_2
_padded_checksum
adafruit_qtpypicoprobe.build.vid=0x239a
adafruit_qtpypicoprobe.build.pid=0x80f7
adafruit_qtpypicoprobe.build.usb_manufacturer="Adafruit"
...
...
@@ -1532,7 +1532,7 @@ adafruit_qtpypicodebug.build.core=rp2040
adafruit_qtpypicodebug.build.mcu=rp2040
adafruit_qtpypicodebug.build.ldscript=memmap_default.ld
adafruit_qtpypicodebug.build.ram_length=240k
adafruit_qtpypicodebug.build.boot2=boot2_
generic_03h_4
_padded_checksum
adafruit_qtpypicodebug.build.boot2=boot2_
w25q080_2
_padded_checksum
adafruit_qtpypicodebug.build.vid=0x239a
adafruit_qtpypicodebug.build.pid=0x80f7
adafruit_qtpypicodebug.build.usb_manufacturer="Adafruit"
...
...
tools/makeboards.py
View file @
423476dc
...
...
@@ -136,7 +136,7 @@ BuildGlobalMenuList()
MakeBoard
(
"rpipico"
,
"Raspberry Pi"
,
"Pico"
,
"0x2e8a"
,
"0x000a"
,
"RASPBERRY_PI_PICO"
,
2
,
"boot2_w25q080_2_padded_checksum"
)
MakeBoard
(
"adafruit_feather"
,
"Adafruit"
,
"Feather RP2040"
,
"0x239a"
,
"0x80f1"
,
"ADAFRUIT_FEATHER_RP2040"
,
8
,
"boot2_w25x10cl_4_padded_checksum"
)
MakeBoard
(
"adafruit_itsybitsy"
,
"Adafruit"
,
"ItsyBitsy RP2040"
,
"0x239a"
,
"0x80fd"
,
"ADAFRUIT_ITSYBITSY_RP2040"
,
8
,
"boot2_w25q080_2_padded_checksum"
)
MakeBoard
(
"adafruit_qtpy"
,
"Adafruit"
,
"QT Py RP2040"
,
"0x239a"
,
"0x80f7"
,
"ADAFRUIT_QTPY_RP2040"
,
8
,
"boot2_
generic_03h_4
_padded_checksum"
)
MakeBoard
(
"adafruit_qtpy"
,
"Adafruit"
,
"QT Py RP2040"
,
"0x239a"
,
"0x80f7"
,
"ADAFRUIT_QTPY_RP2040"
,
8
,
"boot2_
w25q080_2
_padded_checksum"
)
MakeBoard
(
"adafruit_stemmafriend"
,
"Adafruit"
,
"STEMMA Friend RP2040"
,
"0x239a"
,
"0x80e3"
,
"ADAFRUIT_STEMMAFRIEND_RP2040"
,
8
,
"boot2_w25q080_2_padded_checksum"
)
MakeBoard
(
"adafruit_trinkeyrp2040qt"
,
"Adafruit"
,
"Trinkey RP2040 QT"
,
"0x239a"
,
"0x8109"
,
"ADAFRUIT_TRINKEYQT_RP2040"
,
8
,
"boot2_w25q080_2_padded_checksum"
)
MakeBoard
(
"adafruit_macropad2040"
,
"Adafruit"
,
"MacroPad RP2040"
,
"0x239a"
,
"0x8107"
,
"ADAFRUIT_MACROPAD_RP2040"
,
8
,
"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