-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.json
More file actions
40 lines (40 loc) · 888 Bytes
/
index.json
File metadata and controls
40 lines (40 loc) · 888 Bytes
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
{
"type":"MCU",
"name":"RP2040",
"title": "Raspberry Pi RP2040 MCU",
"description":"Raspberry Pi Cortex-M0 dual core MCU",
"Core": {
"num": 2,
"type":"Cortex-M0",
"Freq":133,
"DMIPS": 600,
"CoreMark": 660
},
"manufacturer": {
"vendor":"Raspberry Pi",
"homepage":"https://www.raspberrypi.com"
},
"repository": {
"type": "git",
"url": "https://github.com/SoCXin/RP2040.git"
},
"version":"1.0.0",
"series":["RP2040"],
"package":["QFN56"],
"peripheral": ["USB","ADC","UART","SPI","I2C"],
"EMC": {
"EFT": 4000,
"ESD": 4000
},
"ESD": {
"HBM": 2000,
"CDM": 500
},
"temp": [-40,85],
"volt": [1.8,3.6],
"keywords": [
"Cortex-M0",
"Raspberry Pi",
"USB","ADC","UART","SPI","I2C"
]
}