-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.json
47 lines (47 loc) · 1.07 KB
/
index.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"type":"SoC",
"name":"BL808",
"title": "bouffalolab BL808",
"description":"WiFi/BT/BLE RISC-V BL808 SoC",
"version":"1.0.0",
"Core": {
"num": 1,
"type":"RISC-V",
"Freq":[8,480],
"DMIPS": 400,
"CoreMark": 800
},
"manufacturer": {
"vendor":"bouffalolab",
"homepage": "https://www.bouffalolab.com/"
},
"repository": {
"type": "git",
"url": "https://github.com/SoCXin/BL808.git"
},
"support": {
"type": "mail",
"mail": "[email protected]"
},
"series":["BL808","BL606P"],
"package":["QFN88"],
"peripheral": ["WiFi","BT","BLE","TIM","ADC","USB","UART","SPI","LDO","PWM"],
"price":[25,32],
"EMC": {
"EFT": 2000,
"ESD": 4000
},
"upload": {
"ISP": true,
"IAP": true,
"SWD": true,
"speed": 115200
},
"keywords": [
"RISC-V","C906","E907","E902",
"bouffalolab",
"BL808",
"WiFi","BT","BLE","UART","I2C","SPI",
"1.8V","3.3V"
]
}