Skip to content

Commit cc78fa1

Browse files
committed
boards: Update package name
Signed-off-by: Ajay Bhargav <[email protected]>
1 parent 8479acd commit cc78fa1

File tree

7 files changed

+14
-14
lines changed

7 files changed

+14
-14
lines changed

boards/quectelbc20.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"f_cpu": "78000000L",
66
"mcu": "MT2625",
77
"variant": "bc20",
8-
"siwilib": "release",
8+
"logicromtype": "release",
99
"extra_flags": "-DPLATFORM_BC20=1",
1010
"hwids": [
1111
[
@@ -24,7 +24,7 @@
2424
],
2525
"frameworks": [
2626
"arduino",
27-
"siwisdk"
27+
"logicromsdk"
2828
],
2929
"name": "Quectel BC20",
3030
"upload": {

boards/quectelm56.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"mcu": "MT6261",
77
"variant": "s20u",
88
"newlib": "nano",
9-
"siwilib": "release",
9+
"logicromtype": "release",
1010
"extra_flags": "-DPLATFORM_M56=1",
1111
"hwids": [
1212
[
@@ -22,7 +22,7 @@
2222
],
2323
"frameworks": [
2424
"arduino",
25-
"siwisdk"
25+
"logicromsdk"
2626
],
2727
"name": "Quectel M56",
2828
"upload": {

boards/quectelm66.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"mcu": "MT6261",
77
"variant": "m66",
88
"newlib": "nano",
9-
"siwilib": "release",
9+
"logicromtype": "release",
1010
"extra_flags": "-DPLATFORM_M66=1"
1111
},
1212
"connectivity": [
@@ -15,7 +15,7 @@
1515
],
1616
"frameworks": [
1717
"arduino",
18-
"siwisdk"
18+
"logicromsdk"
1919
],
2020
"name": "Quectel M66",
2121
"upload": {

boards/quectelmc20.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"mcu": "MT2503",
77
"variant": "mc60",
88
"newlib": "nano",
9-
"siwilib": "release",
9+
"logicromtype": "release",
1010
"extra_flags": "-DPLATFORM_MC60=1"
1111
},
1212
"connectivity": [
@@ -16,7 +16,7 @@
1616
],
1717
"frameworks": [
1818
"arduino",
19-
"siwisdk"
19+
"logicromsdk"
2020
],
2121
"name": "Quectel MC20",
2222
"upload": {

boards/quectelmc60.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"mcu": "MT2503",
77
"variant": "mc60",
88
"newlib": "nano",
9-
"siwilib": "release",
9+
"logicromtype": "release",
1010
"extra_flags": "-DPLATFORM_MC60=1"
1111
},
1212
"connectivity": [
@@ -16,7 +16,7 @@
1616
],
1717
"frameworks": [
1818
"arduino",
19-
"siwisdk"
19+
"logicromsdk"
2020
],
2121
"name": "Quectel MC60",
2222
"upload": {

boards/s20gsm.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"mcu": "MT2503",
77
"variant": "s20u",
88
"newlib": "nano",
9-
"siwilib": "release",
9+
"logicromtype": "release",
1010
"extra_flags": "-DPLATFORM_S20U=1",
1111
"hwids": [
1212
[
@@ -22,7 +22,7 @@
2222
],
2323
"frameworks": [
2424
"arduino",
25-
"siwisdk"
25+
"logicromsdk"
2626
],
2727
"name": "S20 GSM Module",
2828
"upload": {

boards/sim868.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"mcu": "MT2503",
77
"variant": "sim868",
88
"newlib": "nano",
9-
"siwilib": "release",
9+
"logicromtype": "release",
1010
"extra_flags": "-DPLATFORM_SIM868=1",
1111
"hwids": [
1212
[
@@ -22,7 +22,7 @@
2222
],
2323
"frameworks": [
2424
"arduino",
25-
"siwisdk"
25+
"logicromsdk"
2626
],
2727
"name": "SIMCOM SIM868 GSM Module",
2828
"upload": {

0 commit comments

Comments
 (0)