diff options
author | tomaszduda23 <[email protected]> | 2022-09-12 15:59:44 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2022-09-12 16:59:44 +0300 |
commit | 38f2da2e2e931c22d5ce1361d5e39bb5739022d5 (patch) | |
tree | 77e96b4ed15edc6f2fe5bf41175ac3f9d27df690 /hid/lib | |
parent | 4201206bd2f02f05ede81410987e6cb2d87424e5 (diff) |
doc update (#110)
Diffstat (limited to 'hid/lib')
-rw-r--r-- | hid/lib/drivers-stm32/README.md | 4 | ||||
-rw-r--r-- | hid/lib/drivers-stm32/bluepill_sch.png | bin | 0 -> 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 Binary files differnew file mode 100644 index 00000000..956448dd --- /dev/null +++ b/hid/lib/drivers-stm32/bluepill_sch.png |