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>
Sat, 13 Oct 2018 15:23:25 +0000 (08:23 -0700)
commit805d218ff50e6c38345c0d4e46f568009132633e
tree3de38568fb36c2f6f19251fcfbf53919c96472e3
parent4a246b4cb5ee8e8894ea3492187a08e1e4f719bb
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]