Skip to content

Commit 53583b2

Browse files
authored
Add BigTreeTech SKR-Pico (#2988)
1 parent 327f10c commit 53583b2

File tree

6 files changed

+365
-1
lines changed

6 files changed

+365
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ Read the [Contributing Guide](https://github.com/earlephilhower/arduino-pico/blo
3737
* Architeuthis Flux Jumperless V5
3838
* Arduino Nano RP2040 Connect
3939
* ArtronShop RP2 Nano
40+
* BIGTREETECH SKR-Pico
4041
* Breadstick Raspberry
4142
* BridgeTek IDM2040-7A
4243
* BridgeTek IDM2040-43A

boards.txt

Lines changed: 214 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10693,6 +10693,220 @@ artronshop_rp2_nano.menu.uploadmethod.picoprobe_cmsis_dap.upload.maximum_data_si
1069310693
artronshop_rp2_nano.menu.uploadmethod.picoprobe_cmsis_dap.upload.tool=picoprobe_cmsis_dap
1069410694
artronshop_rp2_nano.menu.uploadmethod.picoprobe_cmsis_dap.upload.tool.default=picoprobe_cmsis_dap
1069510695

10696+
# -----------------------------------
10697+
# BIGTREETECH SKR-Pico
10698+
# -----------------------------------
10699+
bigtreetech_SKR_Pico.name=BIGTREETECH SKR-Pico
10700+
bigtreetech_SKR_Pico.vid.0=0x2e8b
10701+
bigtreetech_SKR_Pico.pid.0=0xf00a
10702+
bigtreetech_SKR_Pico.vid.1=0x2e8b
10703+
bigtreetech_SKR_Pico.pid.1=0xf10a
10704+
bigtreetech_SKR_Pico.upload_port.0.vid=0x2e8b
10705+
bigtreetech_SKR_Pico.upload_port.0.pid=0xf00a
10706+
bigtreetech_SKR_Pico.upload_port.1.vid=0x2e8b
10707+
bigtreetech_SKR_Pico.upload_port.1.pid=0xf10a
10708+
bigtreetech_SKR_Pico.build.usbvid=-DUSBD_VID=0x2e8b
10709+
bigtreetech_SKR_Pico.build.usbpid=-DUSBD_PID=0xf00a
10710+
bigtreetech_SKR_Pico.build.usbpwr=-DUSBD_MAX_POWER_MA=250
10711+
bigtreetech_SKR_Pico.build.board=BIGTREETECH_SKR_PICO
10712+
bigtreetech_SKR_Pico.build.mcu=cortex-m0plus
10713+
bigtreetech_SKR_Pico.build.chip=rp2040
10714+
bigtreetech_SKR_Pico.build.toolchain=arm-none-eabi
10715+
bigtreetech_SKR_Pico.build.toolchainpkg=pqt-gcc
10716+
bigtreetech_SKR_Pico.build.toolchainopts=-march=armv6-m -mcpu=cortex-m0plus -mthumb
10717+
bigtreetech_SKR_Pico.build.uf2family=--family rp2040
10718+
bigtreetech_SKR_Pico.build.variant=bigtreetech_SKR_Pico
10719+
bigtreetech_SKR_Pico.upload.maximum_size=2097152
10720+
bigtreetech_SKR_Pico.upload.wait_for_upload_port=true
10721+
bigtreetech_SKR_Pico.upload.erase_cmd=
10722+
bigtreetech_SKR_Pico.serial.disableDTR=false
10723+
bigtreetech_SKR_Pico.serial.disableRTS=false
10724+
bigtreetech_SKR_Pico.build.f_cpu=125000000
10725+
bigtreetech_SKR_Pico.build.led=
10726+
bigtreetech_SKR_Pico.build.core=rp2040
10727+
bigtreetech_SKR_Pico.build.ldscript=memmap_default.ld
10728+
bigtreetech_SKR_Pico.build.boot2=boot2_w25q080_2_padded_checksum
10729+
bigtreetech_SKR_Pico.build.usb_manufacturer="BIGTREETECH"
10730+
bigtreetech_SKR_Pico.build.usb_product="SKR-Pico"
10731+
bigtreetech_SKR_Pico.menu.flash.2097152_0=2MB (no FS)
10732+
bigtreetech_SKR_Pico.menu.flash.2097152_0.upload.maximum_size=2093056
10733+
bigtreetech_SKR_Pico.menu.flash.2097152_0.build.flash_total=2097152
10734+
bigtreetech_SKR_Pico.menu.flash.2097152_0.build.flash_length=2093056
10735+
bigtreetech_SKR_Pico.menu.flash.2097152_0.build.eeprom_start=270528512
10736+
bigtreetech_SKR_Pico.menu.flash.2097152_0.build.fs_start=270528512
10737+
bigtreetech_SKR_Pico.menu.flash.2097152_0.build.fs_end=270528512
10738+
bigtreetech_SKR_Pico.menu.flash.2097152_65536=2MB (Sketch: 1984KB, FS: 64KB)
10739+
bigtreetech_SKR_Pico.menu.flash.2097152_65536.upload.maximum_size=2027520
10740+
bigtreetech_SKR_Pico.menu.flash.2097152_65536.build.flash_total=2097152
10741+
bigtreetech_SKR_Pico.menu.flash.2097152_65536.build.flash_length=2027520
10742+
bigtreetech_SKR_Pico.menu.flash.2097152_65536.build.eeprom_start=270528512
10743+
bigtreetech_SKR_Pico.menu.flash.2097152_65536.build.fs_start=270462976
10744+
bigtreetech_SKR_Pico.menu.flash.2097152_65536.build.fs_end=270528512
10745+
bigtreetech_SKR_Pico.menu.flash.2097152_131072=2MB (Sketch: 1920KB, FS: 128KB)
10746+
bigtreetech_SKR_Pico.menu.flash.2097152_131072.upload.maximum_size=1961984
10747+
bigtreetech_SKR_Pico.menu.flash.2097152_131072.build.flash_total=2097152
10748+
bigtreetech_SKR_Pico.menu.flash.2097152_131072.build.flash_length=1961984
10749+
bigtreetech_SKR_Pico.menu.flash.2097152_131072.build.eeprom_start=270528512
10750+
bigtreetech_SKR_Pico.menu.flash.2097152_131072.build.fs_start=270397440
10751+
bigtreetech_SKR_Pico.menu.flash.2097152_131072.build.fs_end=270528512
10752+
bigtreetech_SKR_Pico.menu.flash.2097152_262144=2MB (Sketch: 1792KB, FS: 256KB)
10753+
bigtreetech_SKR_Pico.menu.flash.2097152_262144.upload.maximum_size=1830912
10754+
bigtreetech_SKR_Pico.menu.flash.2097152_262144.build.flash_total=2097152
10755+
bigtreetech_SKR_Pico.menu.flash.2097152_262144.build.flash_length=1830912
10756+
bigtreetech_SKR_Pico.menu.flash.2097152_262144.build.eeprom_start=270528512
10757+
bigtreetech_SKR_Pico.menu.flash.2097152_262144.build.fs_start=270266368
10758+
bigtreetech_SKR_Pico.menu.flash.2097152_262144.build.fs_end=270528512
10759+
bigtreetech_SKR_Pico.menu.flash.2097152_524288=2MB (Sketch: 1536KB, FS: 512KB)
10760+
bigtreetech_SKR_Pico.menu.flash.2097152_524288.upload.maximum_size=1568768
10761+
bigtreetech_SKR_Pico.menu.flash.2097152_524288.build.flash_total=2097152
10762+
bigtreetech_SKR_Pico.menu.flash.2097152_524288.build.flash_length=1568768
10763+
bigtreetech_SKR_Pico.menu.flash.2097152_524288.build.eeprom_start=270528512
10764+
bigtreetech_SKR_Pico.menu.flash.2097152_524288.build.fs_start=270004224
10765+
bigtreetech_SKR_Pico.menu.flash.2097152_524288.build.fs_end=270528512
10766+
bigtreetech_SKR_Pico.menu.flash.2097152_1048576=2MB (Sketch: 1MB, FS: 1MB)
10767+
bigtreetech_SKR_Pico.menu.flash.2097152_1048576.upload.maximum_size=1044480
10768+
bigtreetech_SKR_Pico.menu.flash.2097152_1048576.build.flash_total=2097152
10769+
bigtreetech_SKR_Pico.menu.flash.2097152_1048576.build.flash_length=1044480
10770+
bigtreetech_SKR_Pico.menu.flash.2097152_1048576.build.eeprom_start=270528512
10771+
bigtreetech_SKR_Pico.menu.flash.2097152_1048576.build.fs_start=269479936
10772+
bigtreetech_SKR_Pico.menu.flash.2097152_1048576.build.fs_end=270528512
10773+
bigtreetech_SKR_Pico.menu.freq.200=200 MHz
10774+
bigtreetech_SKR_Pico.menu.freq.200.build.f_cpu=200000000L
10775+
bigtreetech_SKR_Pico.menu.freq.50=50 MHz
10776+
bigtreetech_SKR_Pico.menu.freq.50.build.f_cpu=50000000L
10777+
bigtreetech_SKR_Pico.menu.freq.100=100 MHz
10778+
bigtreetech_SKR_Pico.menu.freq.100.build.f_cpu=100000000L
10779+
bigtreetech_SKR_Pico.menu.freq.120=120 MHz
10780+
bigtreetech_SKR_Pico.menu.freq.120.build.f_cpu=120000000L
10781+
bigtreetech_SKR_Pico.menu.freq.125=125 MHz
10782+
bigtreetech_SKR_Pico.menu.freq.125.build.f_cpu=125000000L
10783+
bigtreetech_SKR_Pico.menu.freq.128=128 MHz
10784+
bigtreetech_SKR_Pico.menu.freq.128.build.f_cpu=128000000L
10785+
bigtreetech_SKR_Pico.menu.freq.133=133 MHz
10786+
bigtreetech_SKR_Pico.menu.freq.133.build.f_cpu=133000000L
10787+
bigtreetech_SKR_Pico.menu.freq.150=150 MHz
10788+
bigtreetech_SKR_Pico.menu.freq.150.build.f_cpu=150000000L
10789+
bigtreetech_SKR_Pico.menu.freq.176=176 MHz
10790+
bigtreetech_SKR_Pico.menu.freq.176.build.f_cpu=176000000L
10791+
bigtreetech_SKR_Pico.menu.freq.225=225 MHz (Overclock)
10792+
bigtreetech_SKR_Pico.menu.freq.225.build.f_cpu=225000000L
10793+
bigtreetech_SKR_Pico.menu.freq.240=240 MHz (Overclock)
10794+
bigtreetech_SKR_Pico.menu.freq.240.build.f_cpu=240000000L
10795+
bigtreetech_SKR_Pico.menu.freq.250=250 MHz (Overclock)
10796+
bigtreetech_SKR_Pico.menu.freq.250.build.f_cpu=250000000L
10797+
bigtreetech_SKR_Pico.menu.freq.276=276 MHz (Overclock)
10798+
bigtreetech_SKR_Pico.menu.freq.276.build.f_cpu=276000000L
10799+
bigtreetech_SKR_Pico.menu.freq.300=300 MHz (Overclock)
10800+
bigtreetech_SKR_Pico.menu.freq.300.build.f_cpu=300000000L
10801+
bigtreetech_SKR_Pico.menu.opt.Small=Small (-Os) (standard)
10802+
bigtreetech_SKR_Pico.menu.opt.Small.build.flags.optimize=-Os
10803+
bigtreetech_SKR_Pico.menu.opt.Optimize=Optimize (-O)
10804+
bigtreetech_SKR_Pico.menu.opt.Optimize.build.flags.optimize=-O
10805+
bigtreetech_SKR_Pico.menu.opt.Optimize2=Optimize More (-O2)
10806+
bigtreetech_SKR_Pico.menu.opt.Optimize2.build.flags.optimize=-O2
10807+
bigtreetech_SKR_Pico.menu.opt.Optimize3=Optimize Even More (-O3)
10808+
bigtreetech_SKR_Pico.menu.opt.Optimize3.build.flags.optimize=-O3
10809+
bigtreetech_SKR_Pico.menu.opt.Fast=Fast (-Ofast) (maybe slower)
10810+
bigtreetech_SKR_Pico.menu.opt.Fast.build.flags.optimize=-Ofast
10811+
bigtreetech_SKR_Pico.menu.opt.Debug=Debug (-Og)
10812+
bigtreetech_SKR_Pico.menu.opt.Debug.build.flags.optimize=-Og
10813+
bigtreetech_SKR_Pico.menu.opt.Disabled=Disabled (-O0)
10814+
bigtreetech_SKR_Pico.menu.opt.Disabled.build.flags.optimize=-O0
10815+
bigtreetech_SKR_Pico.menu.profile.Disabled=Disabled
10816+
bigtreetech_SKR_Pico.menu.profile.Disabled.build.flags.profile=
10817+
bigtreetech_SKR_Pico.menu.profile.Enabled=Enabled
10818+
bigtreetech_SKR_Pico.menu.profile.Enabled.build.flags.profile=-pg -D__PROFILE
10819+
bigtreetech_SKR_Pico.menu.rtti.Disabled=Disabled
10820+
bigtreetech_SKR_Pico.menu.rtti.Disabled.build.flags.rtti=-fno-rtti
10821+
bigtreetech_SKR_Pico.menu.rtti.Enabled=Enabled
10822+
bigtreetech_SKR_Pico.menu.rtti.Enabled.build.flags.rtti=
10823+
bigtreetech_SKR_Pico.menu.stackprotect.Disabled=Disabled
10824+
bigtreetech_SKR_Pico.menu.stackprotect.Disabled.build.flags.stackprotect=
10825+
bigtreetech_SKR_Pico.menu.stackprotect.Enabled=Enabled
10826+
bigtreetech_SKR_Pico.menu.stackprotect.Enabled.build.flags.stackprotect=-fstack-protector-all
10827+
bigtreetech_SKR_Pico.menu.exceptions.Disabled=Disabled
10828+
bigtreetech_SKR_Pico.menu.exceptions.Disabled.build.flags.exceptions=-fno-exceptions
10829+
bigtreetech_SKR_Pico.menu.exceptions.Disabled.build.flags.libstdcpp=-lstdc++
10830+
bigtreetech_SKR_Pico.menu.exceptions.Enabled=Enabled
10831+
bigtreetech_SKR_Pico.menu.exceptions.Enabled.build.flags.exceptions=-fexceptions
10832+
bigtreetech_SKR_Pico.menu.exceptions.Enabled.build.flags.libstdcpp=-lstdc++-exc
10833+
bigtreetech_SKR_Pico.menu.dbgport.Disabled=Disabled
10834+
bigtreetech_SKR_Pico.menu.dbgport.Disabled.build.debug_port=
10835+
bigtreetech_SKR_Pico.menu.dbgport.Serial=Serial
10836+
bigtreetech_SKR_Pico.menu.dbgport.Serial.build.debug_port=-DDEBUG_RP2040_PORT=Serial
10837+
bigtreetech_SKR_Pico.menu.dbgport.Serial1=Serial1
10838+
bigtreetech_SKR_Pico.menu.dbgport.Serial1.build.debug_port=-DDEBUG_RP2040_PORT=Serial1
10839+
bigtreetech_SKR_Pico.menu.dbgport.Serial2=Serial2
10840+
bigtreetech_SKR_Pico.menu.dbgport.Serial2.build.debug_port=-DDEBUG_RP2040_PORT=Serial2
10841+
bigtreetech_SKR_Pico.menu.dbgport.SerialSemi=SerialSemi
10842+
bigtreetech_SKR_Pico.menu.dbgport.SerialSemi.build.debug_port=-DDEBUG_RP2040_PORT=SerialSemi
10843+
bigtreetech_SKR_Pico.menu.dbglvl.None=None
10844+
bigtreetech_SKR_Pico.menu.dbglvl.None.build.debug_level=
10845+
bigtreetech_SKR_Pico.menu.dbglvl.Core=Core
10846+
bigtreetech_SKR_Pico.menu.dbglvl.Core.build.debug_level=-DDEBUG_RP2040_CORE
10847+
bigtreetech_SKR_Pico.menu.dbglvl.SPI=SPI
10848+
bigtreetech_SKR_Pico.menu.dbglvl.SPI.build.debug_level=-DDEBUG_RP2040_SPI
10849+
bigtreetech_SKR_Pico.menu.dbglvl.Wire=Wire
10850+
bigtreetech_SKR_Pico.menu.dbglvl.Wire.build.debug_level=-DDEBUG_RP2040_WIRE
10851+
bigtreetech_SKR_Pico.menu.dbglvl.Bluetooth=Bluetooth
10852+
bigtreetech_SKR_Pico.menu.dbglvl.Bluetooth.build.debug_level=-DDEBUG_RP2040_BLUETOOTH
10853+
bigtreetech_SKR_Pico.menu.dbglvl.All=All
10854+
bigtreetech_SKR_Pico.menu.dbglvl.All.build.debug_level=-DDEBUG_RP2040_WIRE -DDEBUG_RP2040_SPI -DDEBUG_RP2040_CORE -DDEBUG_RP2040_BLUETOOTH
10855+
bigtreetech_SKR_Pico.menu.dbglvl.NDEBUG=NDEBUG
10856+
bigtreetech_SKR_Pico.menu.dbglvl.NDEBUG.build.debug_level=-DNDEBUG
10857+
bigtreetech_SKR_Pico.menu.usbstack.picosdk=Pico SDK
10858+
bigtreetech_SKR_Pico.menu.usbstack.picosdk.build.usbstack_flags=
10859+
bigtreetech_SKR_Pico.menu.usbstack.tinyusb=Adafruit TinyUSB
10860+
bigtreetech_SKR_Pico.menu.usbstack.tinyusb.build.usbstack_flags=-DUSE_TINYUSB "-I{runtime.platform.path}/libraries/Adafruit_TinyUSB_Arduino/src/arduino"
10861+
bigtreetech_SKR_Pico.menu.usbstack.tinyusb_host=Adafruit TinyUSB Host (native)
10862+
bigtreetech_SKR_Pico.menu.usbstack.tinyusb_host.build.usbstack_flags=-DUSE_TINYUSB -DUSE_TINYUSB_HOST "-I{runtime.platform.path}/libraries/Adafruit_TinyUSB_Arduino/src/arduino"
10863+
bigtreetech_SKR_Pico.menu.usbstack.nousb=No USB
10864+
bigtreetech_SKR_Pico.menu.usbstack.nousb.build.usbstack_flags="-DNO_USB -DDISABLE_USB_SERIAL -I{runtime.platform.path}/tools/libpico"
10865+
bigtreetech_SKR_Pico.menu.ipbtstack.ipv4only=IPv4 Only
10866+
bigtreetech_SKR_Pico.menu.ipbtstack.ipv4only.build.libpicow=libipv4.a
10867+
bigtreetech_SKR_Pico.menu.ipbtstack.ipv4only.build.libpicowdefs=-DLWIP_IPV6=0 -DLWIP_IPV4=1
10868+
bigtreetech_SKR_Pico.menu.ipbtstack.ipv4ipv6=IPv4 + IPv6
10869+
bigtreetech_SKR_Pico.menu.ipbtstack.ipv4ipv6.build.libpicow=libipv4-ipv6.a
10870+
bigtreetech_SKR_Pico.menu.ipbtstack.ipv4ipv6.build.libpicowdefs=-DLWIP_IPV6=1 -DLWIP_IPV4=1
10871+
bigtreetech_SKR_Pico.menu.ipbtstack.ipv4btcble=IPv4 + Bluetooth
10872+
bigtreetech_SKR_Pico.menu.ipbtstack.ipv4btcble.build.libpicow=libipv4-bt.a
10873+
bigtreetech_SKR_Pico.menu.ipbtstack.ipv4btcble.build.libpicowdefs=-DLWIP_IPV6=0 -DLWIP_IPV4=1 -DENABLE_CLASSIC=1 -DENABLE_BLE=1
10874+
bigtreetech_SKR_Pico.menu.ipbtstack.ipv4ipv6btcble=IPv4 + IPv6 + Bluetooth
10875+
bigtreetech_SKR_Pico.menu.ipbtstack.ipv4ipv6btcble.build.libpicow=libipv4-ipv6-bt.a
10876+
bigtreetech_SKR_Pico.menu.ipbtstack.ipv4ipv6btcble.build.libpicowdefs=-DLWIP_IPV6=1 -DLWIP_IPV4=1 -DENABLE_CLASSIC=1 -DENABLE_BLE=1
10877+
bigtreetech_SKR_Pico.menu.ipbtstack.ipv4onlybig=IPv4 Only - 32K
10878+
bigtreetech_SKR_Pico.menu.ipbtstack.ipv4onlybig.build.libpicow=libipv4-big.a
10879+
bigtreetech_SKR_Pico.menu.ipbtstack.ipv4onlybig.build.libpicowdefs=-DLWIP_IPV6=0 -DLWIP_IPV4=1 -D__LWIP_MEMMULT=2
10880+
bigtreetech_SKR_Pico.menu.ipbtstack.ipv4ipv6big=IPv4 + IPv6 - 32K
10881+
bigtreetech_SKR_Pico.menu.ipbtstack.ipv4ipv6big.build.libpicow=libipv4-ipv6-big.a
10882+
bigtreetech_SKR_Pico.menu.ipbtstack.ipv4ipv6big.build.libpicowdefs=-DLWIP_IPV6=1 -DLWIP_IPV4=1 -D__LWIP_MEMMULT=2
10883+
bigtreetech_SKR_Pico.menu.ipbtstack.ipv4btcblebig=IPv4 + Bluetooth - 32K
10884+
bigtreetech_SKR_Pico.menu.ipbtstack.ipv4btcblebig.build.libpicow=libipv4-bt-big.a
10885+
bigtreetech_SKR_Pico.menu.ipbtstack.ipv4btcblebig.build.libpicowdefs=-DLWIP_IPV6=0 -DLWIP_IPV4=1 -DENABLE_CLASSIC=1 -DENABLE_BLE=1 -D__LWIP_MEMMULT=2
10886+
bigtreetech_SKR_Pico.menu.ipbtstack.ipv4ipv6btcblebig=IPv4 + IPv6 + Bluetooth - 32K
10887+
bigtreetech_SKR_Pico.menu.ipbtstack.ipv4ipv6btcblebig.build.libpicow=libipv4-ipv6-bt-big.a
10888+
bigtreetech_SKR_Pico.menu.ipbtstack.ipv4ipv6btcblebig.build.libpicowdefs=-DLWIP_IPV6=1 -DLWIP_IPV4=1 -DENABLE_CLASSIC=1 -DENABLE_BLE=1 -D__LWIP_MEMMULT=2
10889+
bigtreetech_SKR_Pico.menu.uploadmethod.default=Default (UF2)
10890+
bigtreetech_SKR_Pico.menu.uploadmethod.default.build.ram_length=256k
10891+
bigtreetech_SKR_Pico.menu.uploadmethod.default.build.debugscript=picoprobe_cmsis_dap.tcl
10892+
bigtreetech_SKR_Pico.menu.uploadmethod.default.upload.maximum_data_size=262144
10893+
bigtreetech_SKR_Pico.menu.uploadmethod.default.upload.tool=uf2conv
10894+
bigtreetech_SKR_Pico.menu.uploadmethod.default.upload.tool.default=uf2conv
10895+
bigtreetech_SKR_Pico.menu.uploadmethod.default.upload.tool.network=uf2conv-network
10896+
bigtreetech_SKR_Pico.menu.uploadmethod.picotool=Picotool
10897+
bigtreetech_SKR_Pico.menu.uploadmethod.picotool.build.ram_length=256k
10898+
bigtreetech_SKR_Pico.menu.uploadmethod.picotool.build.debugscript=picoprobe.tcl
10899+
bigtreetech_SKR_Pico.menu.uploadmethod.picotool.build.picodebugflags=-DENABLE_PICOTOOL_USB
10900+
bigtreetech_SKR_Pico.menu.uploadmethod.picotool.upload.maximum_data_size=262144
10901+
bigtreetech_SKR_Pico.menu.uploadmethod.picotool.upload.tool=picotool
10902+
bigtreetech_SKR_Pico.menu.uploadmethod.picotool.upload.tool.default=picotool
10903+
bigtreetech_SKR_Pico.menu.uploadmethod.picoprobe_cmsis_dap=Picoprobe/Debugprobe (CMSIS-DAP)
10904+
bigtreetech_SKR_Pico.menu.uploadmethod.picoprobe_cmsis_dap.build.ram_length=256k
10905+
bigtreetech_SKR_Pico.menu.uploadmethod.picoprobe_cmsis_dap.build.debugscript=picoprobe_cmsis_dap.tcl
10906+
bigtreetech_SKR_Pico.menu.uploadmethod.picoprobe_cmsis_dap.upload.maximum_data_size=262144
10907+
bigtreetech_SKR_Pico.menu.uploadmethod.picoprobe_cmsis_dap.upload.tool=picoprobe_cmsis_dap
10908+
bigtreetech_SKR_Pico.menu.uploadmethod.picoprobe_cmsis_dap.upload.tool.default=picoprobe_cmsis_dap
10909+
1069610910
# -----------------------------------
1069710911
# Breadstick Raspberry
1069810912
# -----------------------------------

package/package_pico_index.template.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,9 @@
119119
{
120120
"name": "ArtronShop RP2 Nano"
121121
},
122+
{
123+
"name": "BIGTREETECH SKR-Pico"
124+
},
122125
{
123126
"name": "Breadstick Raspberry"
124127
},

tools/json/bigtreetech_SKR_Pico.json

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
{
2+
"build": {
3+
"arduino": {
4+
"earlephilhower": {
5+
"boot2_source": "boot2_w25q080_2_padded_checksum.S",
6+
"usb_vid": "0x2E8B",
7+
"usb_pid": "0xF00A"
8+
}
9+
},
10+
"core": "earlephilhower",
11+
"cpu": "cortex-m0plus",
12+
"extra_flags": "-DARDUINO_BIGTREETECH_SKR_PICO -DARDUINO_ARCH_RP2040 -DUSBD_MAX_POWER_MA=250 ",
13+
"f_cpu": "133000000L",
14+
"hwids": [
15+
[
16+
"0x2E8A",
17+
"0x00C0"
18+
],
19+
[
20+
"0x2E8B",
21+
"0xF00A"
22+
]
23+
],
24+
"mcu": "rp2040",
25+
"variant": "bigtreetech_SKR_Pico"
26+
},
27+
"debug": {
28+
"jlink_device": "RP2040_M0_0",
29+
"openocd_target": "rp2040.cfg",
30+
"svd_path": "rp2040.svd"
31+
},
32+
"frameworks": [
33+
"arduino",
34+
"picosdk"
35+
],
36+
"name": "SKR-Pico",
37+
"upload": {
38+
"maximum_ram_size": 262144,
39+
"maximum_size": 2097152,
40+
"require_upload_port": true,
41+
"native_usb": true,
42+
"use_1200bps_touch": true,
43+
"wait_for_upload_port": false,
44+
"protocol": "picotool",
45+
"protocols": [
46+
"blackmagic",
47+
"cmsis-dap",
48+
"jlink",
49+
"raspberrypi-swd",
50+
"picotool",
51+
"picoprobe"
52+
]
53+
},
54+
"url": "https://github.com/bigtreetech/SKR-Pico",
55+
"vendor": "BIGTREETECH"
56+
}

tools/makeboards.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -544,13 +544,16 @@ def MakeBoardJSON(name, chip, vendor_name, product_name, vid, pid, pwr, boarddef
544544
# ArtronShop
545545
MakeBoard("artronshop_rp2_nano", "rp2040", "ArtronShop", "RP2 Nano", "0x2e8a", "0x000a", 250, "ARTRONSHOP_RP2_NANO", 2, 0, "boot2_w25q080_2_padded_checksum")
546546

547+
# BIGTREETECH
548+
MakeBoard("bigtreetech_SKR_Pico", "rp2040", "BIGTREETECH", "SKR-Pico", "0x2e8b", "0xf00a", 250, "BIGTREETECH_SKR_PICO", 2, 0, "boot2_w25q080_2_padded_checksum", board_url="https://github.com/bigtreetech/SKR-Pico")
549+
547550
# Breadstick
548551
MakeBoard("breadstick_raspberry", "rp2040", "Breadstick", "Raspberry", "0x2e8a", "0x105e" , 500, "Breadstick_Raspberry", 16, 0, "boot2_w25q080_2_padded_checksum", board_url="https://shop.breadstick.ca/products/raspberry-breadstick-rp2040")
549552

550553
# BridgeTek
551554
MakeBoard("bridgetek_idm2040_7a", "rp2040", "BridgeTek", "IDM2040-7A", "0x2e8a", "0x1041", 250, "BRIDGETEK_IDM2040_7A", 8, 0, "boot2_w25q080_2_padded_checksum", ["FT8XX_TYPE=BT817", "DISPLAY_RES=WVGA", "PLATFORM_RP2040"])
552555
MakeBoard("bridgetek_idm2040_43a", "rp2040", "BridgeTek", "IDM2040-43A", "0x2e8b", "0xf00a", 250, "BRIDGETEK_IDM2040_43A", 8, 0, "boot2_w25q080_2_padded_checksum", ["FT8XX_TYPE=BT883", "DISPLAY_RES=WQVGA", "PLATFORM_RP2040"])
553-
556+
554557
# Cytron
555558
MakeBoard("cytron_iriv_io_controller", "rp2350", "Cytron", "IRIV IO Controller", "0x2e8a", "0x1093", 250, "CYTRON_IRIV_IO_CONTROLLER", 2, 0, "none")
556559
MakeBoard("cytron_maker_nano_rp2040", "rp2040", "Cytron", "Maker Nano RP2040", "0x2e8a", "0x100f", 250, "CYTRON_MAKER_NANO_RP2040", 2, 0, "boot2_w25q080_2_padded_checksum")

0 commit comments

Comments
 (0)