summaryrefslogtreecommitdiff
path: root/hid/arduino/lib/drivers-stm32/README.md
diff options
context:
space:
mode:
authorMaxim Devaev <[email protected]>2023-07-31 02:17:23 +0300
committerMaxim Devaev <[email protected]>2023-07-31 02:17:23 +0300
commit1a8f98a64f9480c1062225e0fc994ceac4ba346d (patch)
tree934ac95c6c0774d6ac512860905d4d2454b0b2aa /hid/arduino/lib/drivers-stm32/README.md
parentcf44668af998b114fbddc8fa41b47193b606c064 (diff)
moved arduino hid to hid/arduino
Diffstat (limited to 'hid/arduino/lib/drivers-stm32/README.md')
-rw-r--r--hid/arduino/lib/drivers-stm32/README.md22
1 files changed, 22 insertions, 0 deletions
diff --git a/hid/arduino/lib/drivers-stm32/README.md b/hid/arduino/lib/drivers-stm32/README.md
new file mode 100644
index 00000000..93de3312
--- /dev/null
+++ b/hid/arduino/lib/drivers-stm32/README.md
@@ -0,0 +1,22 @@
+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
+- [x] USB keyboard - add scroll status
+- [x] USB keyboard - key sending
+- [x] USB keyboard - test key mapping
+- [x] Persistent storage
+- [ ] SPI communication
+- [ ] PS2 keyboard
+- [x] USB absolute mouse
+- [x] USB absolute mouse - add whele
+- [x] USB relative mouse
+- [x] USB relative mouse - add whele
+- [ ] USB mouses - up down button
+- [ ] WIN98 USB mouse
+- [x] undefine SERIAL_USB
+- [ ] boot keyboard