Degz Mizu changed to Viyalab Mizu RP2040 (#1062)

This commit was merged in pull request #1062.
This commit is contained in:
Mücahid Kamber
2022-12-23 10:43:20 -08:00
committed by GitHub
parent 4af69f34a2
commit e105c539ad
6 changed files with 611 additions and 611 deletions
+1 -1
View File
@@ -25,7 +25,6 @@ See https://arduino-pico.readthedocs.io/en/latest/ along with the examples for m
* Cytron Maker Pi RP2040
* Cytron Maker Nano RP2040
* DatanoiseTV PicoADK+
* Degz Mizu
* DeRuiLab FlyBoard2040 Core
* DFRobot Beetle RP2040
* ElectronicCats Hunter Cat NFC
@@ -47,6 +46,7 @@ See https://arduino-pico.readthedocs.io/en/latest/ along with the examples for m
* SparkFun ProMicro RP2040
* SparkFun Thing Plus RP2040
* uPesy RP2040 DevKit
* Viyalab Mizu RP2040
* Waveshare RP2040 Zero
* Waveshare RP2040 One
* Waveshare RP2040 Plus
+600 -600
View File
File diff suppressed because it is too large Load Diff
+3 -3
View File
@@ -62,9 +62,6 @@
{
"name": "DatanoiseTV PicoADK"
},
{
"name": "Degz Mizu"
},
{
"name": "DeRuiLab FlyBoard2040Core"
},
@@ -131,6 +128,9 @@
{
"name": "Seeed XIAO RP2040"
},
{
"name": "Viyalab Mizu RP2040"
},
{
"name": "Waveshare RP2040 Zero"
},
@@ -9,7 +9,7 @@
},
"core": "earlephilhower",
"cpu": "cortex-m0plus",
"extra_flags": "-D ARDUINO_DEGZ_MIZU -DARDUINO_ARCH_RP2040 -DUSBD_MAX_POWER_MA=250",
"extra_flags": "-D ARDUINO_VIYALAB_MIZU_RP2040 -DARDUINO_ARCH_RP2040 -DUSBD_MAX_POWER_MA=250",
"f_cpu": "133000000L",
"hwids": [
[
@@ -22,7 +22,7 @@
]
],
"mcu": "rp2040",
"variant": "degz_mizu"
"variant": "viyalab_mizu"
},
"debug": {
"jlink_device": "RP2040_M0_0",
@@ -32,7 +32,7 @@
"frameworks": [
"arduino"
],
"name": "Mizu",
"name": "Mizu RP2040",
"upload": {
"maximum_ram_size": 270336,
"maximum_size": 8388608,
@@ -50,5 +50,5 @@
]
},
"url": "https://www.raspberrypi.org/products/raspberry-pi-pico/",
"vendor": "Degz"
"vendor": "Viyalab"
}
+3 -3
View File
@@ -347,9 +347,6 @@ MakeBoard("cytron_maker_pi_rp2040", "Cytron", "Maker Pi RP2040", "0x2e8a", "0x10
# DatanoiseTV
MakeBoard("datanoisetv_picoadk", "DatanoiseTV", "PicoADK", "0x2e8a", "0x000a", 250, "DATANOISETV_PICOADK", 2, "boot2_w25q080_2_padded_checksum")
# Degz
MakeBoard("degz_mizu", "Degz", "Mizu", "0x2e8a", "0x000a", 250, "DEGZ_MIZU", 8, "boot2_generic_03h_4_padded_checksum")
# DeRuiLab
MakeBoard("flyboard2040_core", "DeRuiLab", "FlyBoard2040Core", "0x2e8a", "0x008a", 500, "FLYBOARD2040_CORE", 4, "boot2_w25q080_2_padded_checksum")
@@ -396,6 +393,9 @@ MakeBoard("upesy_rp2040_devkit", "uPesy", "RP2040 DevKit", "0x2e8a", "0x1007", 2
# Seeed
MakeBoard("seeed_xiao_rp2040", "Seeed", "XIAO RP2040", "0x2e8a", "0x000a", 250, "SEEED_XIAO_RP2040", 2, "boot2_w25q080_2_padded_checksum")
# Viyalab
MakeBoard("viyalab_mizu", "Viyalab", "Mizu RP2040", "0x2e8a", "0x000a", 250, "VIYALAB_MIZU_RP2040", 8, "boot2_generic_03h_4_padded_checksum")
# Waveshare
MakeBoard("waveshare_rp2040_zero", "Waveshare", "RP2040 Zero", "0x2e8a", "0x0003", 500, "WAVESHARE_RP2040_ZERO", 2, "boot2_w25q16jvxq_4_padded_checksum")
MakeBoard("waveshare_rp2040_one", "Waveshare", "RP2040 One", "0x2e8a", "0x103a", 500, "WAVESHARE_RP2040_ONE", 4, "boot2_w25q16jvxq_4_padded_checksum")