Unverified Commit ebbedb3e authored by Earle F. Philhower, III's avatar Earle F. Philhower, III Committed by GitHub

Add Olimex RP2040-Pico30 (#2112)

Same pinout as the plain Pico, just different flash and # of GPIOs

Fixes #2054
parent 72148ffe
This diff is collapsed.
...@@ -158,6 +158,12 @@ ...@@ -158,6 +158,12 @@
{ {
"name": "nullbits Bit-C PRO" "name": "nullbits Bit-C PRO"
}, },
{
"name": "Olimex RP2040-Pico30 2MB"
},
{
"name": "Olimex RP2040-Pico30 16MB"
},
{ {
"name": "Pimoroni PGA2040" "name": "Pimoroni PGA2040"
}, },
......
...@@ -420,6 +420,10 @@ MakeBoard("nekosystems_bl2040_mini", "Neko Systems", "BL2040 Mini", "0x2e8a", "0 ...@@ -420,6 +420,10 @@ MakeBoard("nekosystems_bl2040_mini", "Neko Systems", "BL2040 Mini", "0x2e8a", "0
# nullbits # nullbits
MakeBoard("nullbits_bit_c_pro", "nullbits", "Bit-C PRO", "0x2e8a", "0x6e61", 500, "NULLBITS_BIT_C_PRO", 4, "boot2_w25x10cl_4_padded_checksum") MakeBoard("nullbits_bit_c_pro", "nullbits", "Bit-C PRO", "0x2e8a", "0x6e61", 500, "NULLBITS_BIT_C_PRO", 4, "boot2_w25x10cl_4_padded_checksum")
# Olimex
MakeBoard("olimex_rp2040pico30_2mb", "Olimex", "RP2040-Pico30 2MB", "0x15ba", "0x0026", 250, "OLIMEX_RP2040_PICO30_2MB", 2, "boot2_w25q080_2_padded_checksum")
MakeBoard("olimex_rp2040pico30_16mb", "Olimex", "RP2040-Pico30 16MB", "0x15ba", "0x0026", 250, "OLIMEX_RP2040_PICO30_16MB", 16, "boot2_w25q080_2_padded_checksum")
# Pimoroni # Pimoroni
MakeBoard("pimoroni_pga2040", "Pimoroni", "PGA2040", "0x2e8a", "0x1008", 250, "PIMORONI_PGA2040", 8, "boot2_w25q64jv_4_padded_checksum") MakeBoard("pimoroni_pga2040", "Pimoroni", "PGA2040", "0x2e8a", "0x1008", 250, "PIMORONI_PGA2040", 8, "boot2_w25q64jv_4_padded_checksum")
MakeBoard("pimoroni_plasma2040", "Pimoroni", "Plasma2040", "0x2e8a", "0x100a", 500, "PIMORONI_PLASMA2040", 2, "boot2_w25q080_2_padded_checksum") MakeBoard("pimoroni_plasma2040", "Pimoroni", "Plasma2040", "0x2e8a", "0x100a", 500, "PIMORONI_PLASMA2040", 2, "boot2_w25q080_2_padded_checksum")
......
#pragma once
#include "../rpipico/pins_arduino.h"
#pragma once
#include "../rpipico/pins_arduino.h"
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment