Skip to content

Commit 8d7ff2a

Browse files
committed
Change core name to siwigsm
* Add platform flag Signed-off-by: Ajay Bhargav <[email protected]>
1 parent 67e200a commit 8d7ff2a

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

boards/s20gsm.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
{
22
"build": {
3-
"core": "s20",
3+
"core": "siwigsm",
44
"cpu": "arm9ejs",
55
"f_cpu": "260000000L",
66
"mcu": "MT2503",
77
"variant": "s20u",
88
"newlib": "nano",
99
"siwilib": "release",
10+
"extra_flags": "-DPLATFORM_S20U=1",
1011
"hwids": [
1112
[
1213
"0x0E8D",
@@ -15,9 +16,9 @@
1516
]
1617
},
1718
"connectivity": [
18-
"GSM",
19-
"Bluetooth",
20-
"GPS"
19+
"gsm",
20+
"bluetooth",
21+
"gps"
2122
],
2223
"frameworks": [
2324
"arduino",

0 commit comments

Comments
 (0)