Skip to content

Commit 2131d29

Browse files
committed
Add more board pictures
1 parent 06ca19e commit 2131d29

File tree

4 files changed

+14
-1
lines changed

4 files changed

+14
-1
lines changed

README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,14 @@ CH32V series are industrial-grade general-purpose microcontrollers designed base
66

77
This repository is a PlatformIO platform. Just like [platform-ststm32](https://github.com/platformio/platform-ststm32/) etc., it enables the PlatformIO core to work with W.CH CH32V chips. This means in all the IDEs that PlatformIO supports ([VSCode, CLion, etc.](https://docs.platformio.org/en/latest/integration/ide/index.html)), developing and debugging firmwares for CH32V chips is easily possible.
88

9+
Head over to https://github.com/Community-PIO-CH32V/ch32-pio-projects to see more example projects and detailed starting instructions.
10+
911
# Media
1012
![vscode debugging](docs/debugging_ch32v003.png)
1113

1214
![platform](docs/platform.png)
1315

16+
1417
# Support
1518
- chips
1619
- [x] CH32V003 (QingKe V2A)
@@ -20,6 +23,10 @@ This repository is a PlatformIO platform. Just like [platform-ststm32](https://g
2023
- [x] CH32V303 (QingKe V4F)
2124
- [x] CH32V305 (QingKe V4F)
2225
- [x] CH32V307 (QingKe V4F)
26+
- development boards
27+
- [x] CH32V003F4P6-EVT-R0 (official by W.CH)
28+
- [x] CH32V203C8T6-EVT-R0 (official by W.CH)
29+
- [x] CH32V307 EVT (by SCDZ, close to official W.CH board)
2330
- frameworks
2431
- [x] None OS ("Simple Peripheral Library" / native SDK)
2532
- [x] FreeRTOS
@@ -44,4 +51,10 @@ board = ...
4451

4552
# Configuration
4653

47-
The configuration in regards to the builder scripts etc. are still in progress.
54+
The configuration in regards to the builder scripts etc. are still in progress. See the above mentioned projects repository for now.
55+
56+
# Media Supported Development Boards
57+
58+
![ch32v307 evt board](docs/ch307_evt.jpg)
59+
![ch32v003 evt board](docs/ch32v003_evt.jpg)
60+
![ch32v203 evt board](docs/ch32v203_evt.jpg)

docs/ch307_evt.jpg

1.44 MB
Loading

docs/ch32v003_evt.jpg

1.65 MB
Loading

docs/ch32v203_evt.jpg

1.58 MB
Loading

0 commit comments

Comments
 (0)