altos: Add µPusb v3.0 project
authorKeith Packard <keithp@keithp.com>
Wed, 20 Jan 2016 08:00:07 +0000 (00:00 -0800)
committerKeith Packard <keithp@keithp.com>
Mon, 7 May 2018 16:24:31 +0000 (09:24 -0700)
commit5ddd4e10bd8ddb4a00a0ccd8982db3311ec5a9e7
tree976ea0fec4d4308db76c046a5598c3225dd30df4
parent257350e1a3e4ba2048e80d30a4a0454eb65d4a26
altos: Add µPusb v3.0 project

This replaces the ft230 with a stm32f04, saving a bit of BOM
and giving us control over the firmware.

Signed-off-by: Keith Packard <keithp@keithp.com>
src/mpusb-v3.0/.gitignore [new file with mode: 0644]
src/mpusb-v3.0/Makefile [new file with mode: 0644]
src/mpusb-v3.0/ao_mpusb.c [new file with mode: 0644]
src/mpusb-v3.0/ao_pins.h [new file with mode: 0644]
src/mpusb-v3.0/flash-loader/.gitignore [new file with mode: 0644]
src/mpusb-v3.0/flash-loader/Makefile [new file with mode: 0644]
src/mpusb-v3.0/flash-loader/ao_pins.h [new file with mode: 0644]