Drop support for abandoned Briki boards

This commit is contained in:
Ivan Kravets
2024-02-16 18:02:36 +02:00
parent 8fe5e12b1f
commit a7e7d01f3a
6 changed files with 2 additions and 149 deletions
-41
View File
@@ -1,41 +0,0 @@
{
"build": {
"arduino":{
"ldscript": "esp32_out.ld"
},
"core": "mbcwb",
"extra_flags": "-DBRIKI_MBC_WB_ESP -DBRIKI_ABC -w",
"f_cpu": "240000000L",
"f_flash": "80000000L",
"flash_mode": "dio",
"mcu": "esp32",
"variant": "briki_mbcwb_esp32",
"partitions": "8MB_ffat.csv"
},
"connectivity": [
"wifi",
"bluetooth",
"ethernet",
"can"
],
"debug": {
"openocd_board": "esp-wroom-32.cfg"
},
"frameworks": [
"arduino"
],
"name": "Briki ABC (MBC-WB) - ESP32",
"upload": {
"flash_size": "8MB",
"maximum_ram_size": 327680,
"maximum_size": 3407872,
"protocol": "mbctool",
"protocols": [
"mbctool"
],
"require_upload_port": true,
"speed": 1500000
},
"url": "https://briki.org",
"vendor": "meteca"
}
-41
View File
@@ -1,41 +0,0 @@
{
"build": {
"arduino":{
"ldscript": "esp32_out.ld"
},
"core": "mbcwb",
"extra_flags": "-DBRIKI_MBC_WB_ESP -DBRIKI_MBC_WB -w",
"f_cpu": "240000000L",
"f_flash": "80000000L",
"flash_mode": "dio",
"mcu": "esp32",
"variant": "briki_mbcwb_esp32",
"partitions": "8MB_ffat.csv"
},
"connectivity": [
"wifi",
"bluetooth",
"ethernet",
"can"
],
"debug": {
"openocd_board": "esp-wroom-32.cfg"
},
"frameworks": [
"arduino"
],
"name": "Briki MBC-WB - ESP32",
"upload": {
"flash_size": "8MB",
"maximum_ram_size": 327680,
"maximum_size": 3407872,
"protocol": "mbctool",
"protocols": [
"mbctool"
],
"require_upload_port": true,
"speed": 1500000
},
"url": "https://briki.org",
"vendor": "meteca"
}