altos/micropeak-v2.0: Finish hardware bring-up
authorKeith Packard <keithp@keithp.com>
Tue, 23 Jun 2020 23:22:21 +0000 (16:22 -0700)
committerKeith Packard <keithp@keithp.com>
Sat, 8 Aug 2020 03:30:11 +0000 (20:30 -0700)
commit2cd7ecf437bec322e6a201992d0404f31207bd68
tree3ec90612e3f7055d10db237a3d85c0337bfc5192
parent845b51d09a6a6f257aebb6db202b12ee1fa9ed7e
altos/micropeak-v2.0: Finish hardware bring-up

All of the hardware is working:

 * serial
 * SPI
 * ms56067
 * ADC
 * flash
 * clocking
 * timer

Now we just need an application

Signed-off-by: Keith Packard <keithp@keithp.com>
src/micropeak-v2.0/Makefile
src/micropeak-v2.0/ao_micro.c
src/micropeak-v2.0/ao_pins.h
src/test/ao_micropeak_test.c