Skip to content

Commit 127871b

Browse files
committed
boards:add AIthinker A9G module
Signed-off-by: Ajay Bhargav <[email protected]>
1 parent c603fc3 commit 127871b

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

boards/a9g.json

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
{
2+
"build": {
3+
"core": "logicrom",
4+
"cpu": "mips",
5+
"f_cpu": "178000000L",
6+
"mcu": "RDA8955",
7+
"variant": "a9",
8+
"logicromtype": "release",
9+
"extra_flags": "-DSOC_RDA8955=1 -DPLATFORM_A9G=1",
10+
"hwids": [
11+
[
12+
"0x1782",
13+
"0x4D11"
14+
]
15+
]
16+
},
17+
"connectivity": [
18+
"gsm",
19+
"gps"
20+
],
21+
"frameworks": [
22+
"arduino",
23+
"logicromsdk"
24+
],
25+
"name": "AiThinker A9G GSM Module",
26+
"upload": {
27+
"maximum_ram_size": 1040384,
28+
"maximum_size": 589824,
29+
"require_upload_port": false,
30+
"speed": 460800
31+
},
32+
"url": "http://www.ai-thinker.com/pro_view-10.html",
33+
"vendor": "Ai-Thinker Co., Ltd."
34+
}

0 commit comments

Comments
 (0)