altos/stmf0: Add adc and beep support for TeleMini v3.0
authorKeith Packard <keithp@keithp.com>
Mon, 20 Feb 2017 01:42:05 +0000 (17:42 -0800)
committerKeith Packard <keithp@keithp.com>
Mon, 20 Feb 2017 19:16:52 +0000 (11:16 -0800)
commitb94fe9915b33283df6b86bcdc96ceada1fc71ce6
tree14e9812a0b36e8950df1479237c40f2c69716d70
parent1dc31a46f1d1adfdeab444664e581a780d995bf7
altos/stmf0: Add adc and beep support for TeleMini v3.0

Note that the ADC code is running very slowly as required by the high
impedance dividers on the TeleMini v3.0 pyro circuits.

Signed-off-by: Keith Packard <keithp@keithp.com>
src/stmf0/altos-raw.ld [new file with mode: 0644]
src/stmf0/ao_adc_stm.c [new file with mode: 0644]
src/stmf0/ao_beep_stm.c [new file with mode: 0644]
src/stmf0/ao_spi_stm_slave.c [new file with mode: 0644]