Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/flipperdevices/libusb_stm32.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Filimonchuk <dmitrystu@gmail.com>2020-11-28 17:16:08 +0300
committerDmitry Filimonchuk <dmitrystu@gmail.com>2020-11-29 13:40:18 +0300
commit503cedd8d2dec6cd3686bf23fb2bdcee04c9f9a0 (patch)
tree5ff8616a2ba72b4d2b502479229716705494f593
parent45de73d3dff50448f591ffb856c98a1bba256329 (diff)
tested with GD32F103C8T6
-rw-r--r--hardware.md1
-rw-r--r--readme.md2
2 files changed, 2 insertions, 1 deletions
diff --git a/hardware.md b/hardware.md
index 881ed72..ae53ccf 100644
--- a/hardware.md
+++ b/hardware.md
@@ -3,6 +3,7 @@
| Target | Board | Notes |
|----------------|----------------------------|---------------------------------------------|
| stm32f103x6 | bluepill | |
+| stm32f103x6 | bluepill with GD32F103C8T6 | |
| stm32f303xe | NUCLEO-F303RE + NUCLEO2USB | |
| stm32f105xb | NUCLEO-F105RB + NUCLEO2USB | based on NUCLEO-F103RE, direct replacement |
| stm32l052x8 | DIY board | |
diff --git a/readme.md b/readme.md
index 9a21c09..41d817e 100644
--- a/readme.md
+++ b/readme.md
@@ -93,7 +93,7 @@ All requirements can be downloaded into a directory specified in environment var
3. Tested with STM32L052K8, STM32L100RC, STM32L476RG, STM32F072C8, STM32F103C8, STM32F103CB,
STM32F303CC, STM32F303RE, STM32F429ZI, STM32F105RBT6, STM32F107VCT6, STM32L433CCT6, STM32F070CBT6,
-STM32G431RB, STM32F411CEUx, STM32F405RG, STM32F446RE, STM32F373CC, STM32L053R8.
+STM32G431RB, STM32F411CEUx, STM32F405RG, STM32F446RE, STM32F373CC, STM32L053R8, GD32F103C8T6.
See [hardware.md](hardware.md) for details.
### Implemented definitions for classes ###