summaryrefslogtreecommitdiff
path: root/hid/lib
diff options
context:
space:
mode:
authortomaszduda23 <[email protected]>2022-09-12 15:59:44 +0200
committerGitHub <[email protected]>2022-09-12 16:59:44 +0300
commit38f2da2e2e931c22d5ce1361d5e39bb5739022d5 (patch)
tree77e96b4ed15edc6f2fe5bf41175ac3f9d27df690 /hid/lib
parent4201206bd2f02f05ede81410987e6cb2d87424e5 (diff)
doc update (#110)
Diffstat (limited to 'hid/lib')
-rw-r--r--hid/lib/drivers-stm32/README.md4
-rw-r--r--hid/lib/drivers-stm32/bluepill_sch.pngbin0 -> 179860 bytes
2 files changed, 4 insertions, 0 deletions
diff --git a/hid/lib/drivers-stm32/README.md b/hid/lib/drivers-stm32/README.md
index 03fc4eec..93de3312 100644
--- a/hid/lib/drivers-stm32/README.md
+++ b/hid/lib/drivers-stm32/README.md
@@ -1,5 +1,8 @@
This is WIP. Use AVR version as reference.
+It was tested with bluepill. Most boards are clones.
+If you have problem with USB please check https://stm32duinoforum.com/forum/wiki_subdomain/index_title_Blue_Pill.html for pull up resistor. If it still does not work check another board or cable.
+
TODO:
- [x] Serial communication
- [x] USB keyboard
@@ -16,3 +19,4 @@ TODO:
- [ ] USB mouses - up down button
- [ ] WIN98 USB mouse
- [x] undefine SERIAL_USB
+- [ ] boot keyboard
diff --git a/hid/lib/drivers-stm32/bluepill_sch.png b/hid/lib/drivers-stm32/bluepill_sch.png
new file mode 100644
index 00000000..956448dd
--- /dev/null
+++ b/hid/lib/drivers-stm32/bluepill_sch.png
Binary files differ