Skip to content

Commit dc0dc50

Browse files
HTY2003HTY2003
andauthored
Modify EVN Alpha board (#2690)
Co-authored-by: HTY2003 <randumbperson@gmail.com>
1 parent 21a767e commit dc0dc50

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

boards.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13575,7 +13575,7 @@ evn_alpha.build.f_cpu=125000000
1357513575
evn_alpha.build.led=
1357613576
evn_alpha.build.core=rp2040
1357713577
evn_alpha.build.ldscript=memmap_default.ld
13578-
evn_alpha.build.boot2=boot2_generic_03h_2_padded_checksum
13578+
evn_alpha.build.boot2=boot2_generic_03h_4_padded_checksum
1357913579
evn_alpha.build.usb_manufacturer="EVN"
1358013580
evn_alpha.build.usb_product="Alpha"
1358113581
evn_alpha.menu.flash.16777216_0=16MB (no FS)

tools/json/evn_alpha.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"build": {
33
"arduino": {
44
"earlephilhower": {
5-
"boot2_source": "boot2_generic_03h_2_padded_checksum.S",
5+
"boot2_source": "boot2_generic_03h_4_padded_checksum.S",
66
"usb_vid": "0x2E8A",
77
"usb_pid": "0xF00A"
88
}

tools/makeboards.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -567,7 +567,7 @@ def MakeBoardJSON(name, chip, vendor_name, product_name, vid, pid, pwr, boarddef
567567
MakeBoard("electroniccats_huntercat_nfc", "rp2040", "ElectronicCats", "HunterCat NFC RP2040", "0x2E8A", "0x1037", 500, "ELECTRONICCATS_HUNTERCAT_NFC", 2, 0, "boot2_w25q080_2_padded_checksum")
568568

569569
# EVN
570-
MakeBoard("evn_alpha", "rp2040", "EVN", "Alpha", "0x2e8a", "0xf00a", 500, "EVN_ALPHA", 16, 0, "boot2_generic_03h_2_padded_checksum", board_url="https://coresg.tech/evn")
570+
MakeBoard("evn_alpha", "rp2040", "EVN", "Alpha", "0x2e8a", "0xf00a", 500, "EVN_ALPHA", 16, 0, "boot2_generic_03h_4_padded_checksum", board_url="https://coresg.tech/evn")
571571

572572
# ExtremeElectronics
573573
MakeBoard("extelec_rc2040", "rp2040", "ExtremeElectronics", "RC2040", "0x2e8a", "0xee20", 250, "EXTREMEELEXTRONICS_RC2040", 2, 0, "boot2_w25q080_2_padded_checksum")

0 commit comments

Comments
 (0)