diff options
Diffstat (limited to 'hid/lib/drivers-stm32/README.md')
-rw-r--r-- | hid/lib/drivers-stm32/README.md | 4 |
1 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 |