-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.json
36 lines (36 loc) · 893 Bytes
/
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
{
"type":"SoC",
"name":"ESP32-S3",
"title": "Espressif ESP32-S3 SoC",
"description":"Espressif Wi-Fi/BLE SoC",
"Core": {
"CoreNum": 2,
"Core":"Xtensa LX7",
"Fmax":240,
"DMIPS": 600,
"CoreMark": 1181
},
"manufacturer": {
"vendor":"Espressif",
"homepage":"https://www.espressif.com/"
},
"repository": {
"type": "git",
"url": "https://github.com/SoCXin/ESP32S3.git"
},
"version":"1.0.0",
"series":["ESP32-S3"],
"package":["QFN56"],
"peripheral": ["Wi-Fi","BLE","DVP","USB","ADC","CAN","SDIO","UART","SPI","IIC"],
"ESD": {
"HBM": 2000,
"CDM": 500
},
"keywords": [
"Xtensa LX7",
"Espressif",
"MIPS",
"Wi-Fi","BLE","DVP","SDIO","100MAC","ADC","I2S","CAN","I2C","RTC","SPI","UART",
"3.6V","1.8V"
]
}