Skip to content

Commit b893c7b

Browse files
Add STM32F103ZET6 Mini STM32 V2 board page
1 parent ccc1b34 commit b893c7b

7 files changed

+399
-2
lines changed

_data/boards/STM32F103ZET6-LC-Technology.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -320,8 +320,8 @@
320320
},
321321
"pins": [
322322
{ "number": 1, "name": null, "function": "VCC", "to": "+5V rail" },
323-
{ "number": 2, "name": null, "function": "D-", "to": "PB14" },
324-
{ "number": 3, "name": null, "function": "D+", "to": "PB15 via jumper J1" },
323+
{ "number": 2, "name": null, "function": "D-", "to": "PB11" },
324+
{ "number": 3, "name": null, "function": "D+", "to": "PB12 via jumper J1" },
325325
{ "number": 4, "name": null, "function": "ID", "to": null },
326326
{ "number": 5, "name": null, "function": "GND", "to": "Ground plane" }
327327
]

_data/boards/STM32F103ZET6-Mini-STM32-V2.json

Lines changed: 388 additions & 0 deletions
Large diffs are not rendered by default.

_data/boards/index.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
"STM32F103ZET6-Euse-M3-DEMO",
4646
"STM32F103ZET6-F103ZE-Board",
4747
"STM32F103ZET6-LC-Technology",
48+
"STM32F103ZET6-Mini-STM32-V2",
4849
"STM32F103ZET6-VCC-GND-XLarge",
4950
"STM32F103ZET6-YL-29",
5051
"STM32F105RCT6-Minimal-System-Board",
Loading
Loading
Loading

boards/STM32F103ZET6-Mini-STM32-V2.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
title: "STM32F103ZET6 - Mini STM32 V2"
3+
---
4+
5+
{% assign filename = page.name | remove: '.md' | remove: '.' %}
6+
{% assign board = site.data.boards[filename] %}
7+
8+
{% include board-content.html data=board %}

0 commit comments

Comments
 (0)