altos/stm32f4: Add start of stm32f413 USB support
authorKeith Packard <keithp@keithp.com>
Tue, 2 Oct 2018 19:46:19 +0000 (12:46 -0700)
committerKeith Packard <keithp@keithp.com>
Wed, 3 Oct 2018 21:51:57 +0000 (14:51 -0700)
commit32750cb95dd8890ca77666b4b2d2209f1077c5dd
treeb5aadbb04815cf1115adc602aab4010d019be966
parenta9259d7a13d0a0f419a9d6cb32567a795e5910ef
altos/stm32f4: Add start of stm32f413 USB support

This code doesn't work yet.

Signed-off-by: Keith Packard <keithp@keithp.com>
src/stm32f4/ao_usb_gen.c [new file with mode: 0644]
src/stm32f4/ao_usb_gen.h [new file with mode: 0644]
src/stm32f4/ao_usb_stm32f4.c [new file with mode: 0644]