We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c603fc3 commit 127871bCopy full SHA for 127871b
boards/a9g.json
@@ -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