altos: Add DMA, SPI and MS5607 drivers
authorKeith Packard <keithp@keithp.com>
Sat, 7 Apr 2012 01:07:07 +0000 (18:07 -0700)
committerKeith Packard <keithp@keithp.com>
Sat, 7 Apr 2012 01:07:07 +0000 (18:07 -0700)
commit9b12bc445fe482306e4587ad60c6d2daf65a60f3
tree5648964eb433e7111c751a232619251f90d77820
parent2a04ac8dff1bfc3efba8c7e4dc9c1a827496dbdf
altos: Add DMA, SPI and MS5607 drivers

Signed-off-by: Keith Packard <keithp@keithp.com>
13 files changed:
src/core/ao.h
src/drivers/ao_ms5607.c [new file with mode: 0644]
src/drivers/ao_ms5607.h [new file with mode: 0644]
src/megametrum-v0.1/Makefile
src/megametrum-v0.1/ao_megametrum.c
src/megametrum-v0.1/ao_pins.h
src/stm-demo/Makefile
src/stm-demo/ao_demo.c
src/stm-demo/ao_pins.h
src/stm/ao_arch_funcs.h
src/stm/ao_dma_stm.c [new file with mode: 0644]
src/stm/ao_spi_stm.c [new file with mode: 0644]
src/stm/stm32l.h