Szymon Łopaciuk 05dc2bf824 initial commit
Signed-off-by: Szymon Łopaciuk <szymon@lopaciuk.eu>
2021-01-31 00:23:37 +00:00
2021-01-31 00:23:37 +00:00
2021-01-31 00:23:37 +00:00
2021-01-31 00:23:37 +00:00
2021-01-31 00:23:37 +00:00
2021-01-31 00:23:37 +00:00
2021-01-31 00:23:37 +00:00
2021-01-31 00:23:37 +00:00
2021-01-31 00:23:37 +00:00

stm32-adb2usb [WIP]

A simple implementation of an ADB to USB converter for the STM32F103 'Blue Pill'. This is work in progress and is not yet functional. Testing done on an STM32F103 (or rather actually a Chinese clone), but in the end should be compatible with other STM32 microcontrollers/boards.

Useful resources

I aim to make the code as easy to follow as it is possible in this case, especially the part relating to the ADB protocol. However, there are some resources that are very useful in understanding how the protocol works, and which I used:

S
Description
Apple Desktop Bus converter, adb to usb with stm32 or adb to Bluetooth with esp32
Readme GPL-3.0 441 KiB
Languages
C++ 99.3%
C 0.7%