-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.json
31 lines (31 loc) · 997 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
{
"type":"MCU",
"name":"STM32F103",
"title": "ST STM32F103 MCU",
"description":"ST Cortex-M3 MCU",
"Core": {
"type":"Cortex-M3",
"Freq":550,
"DMIPS": 1177,
"CoreMark": 2778
},
"manufacturer": {
"vendor":"ST",
"homepage":"https://www.st.com/content/st_com/zh/products/microcontrollers-microprocessors/stm32-32-bit-arm-cortex-mcus/stm32-high-performance-mcus/stm32h7-series/STM32F103-value-line.htm"
},
"repository": {
"type": "git",
"url": "https://github.com/SoCXin/STM32F103.git"
},
"version":"1.0.0",
"series":["STM32F103Z","STM32F103V","STM32F103R","STM32F103C","STM32F103T"],
"package":["LQFP144","LQFP100","LQFP64","LQFP48","QFN36"],
"peripheral": ["ADC","UART","I2C","SPI","PWM"],
"keywords": [
"dev-platform",
"ARM",
"Cortex-M",
"ADC","DAC","SDIO","CAN","I2C","RTC","SPI",
"3.6V","1.8V"
]
}