altos: Add EXTI_PIN_NOCONFIGURE to exti interface, use for MS5607
authorKeith Packard <keithp@keithp.com>
Mon, 20 May 2013 03:04:29 +0000 (20:04 -0700)
committerKeith Packard <keithp@keithp.com>
Mon, 20 May 2013 03:04:29 +0000 (20:04 -0700)
commit35a05041d3ca3e69a146bd3bf8038c0f1cbc1b42
tree8877862f68b7139b605711cabbcf37151325e583
parent098fd43a740ee2a782f82b6b71965b60cdba2d62
altos: Add EXTI_PIN_NOCONFIGURE to exti interface, use for MS5607

This asks the EXTI code to not mess with the pin configuration so that
the MS5607 driver can get interrupts on the MISO pin while still using
it for SPI.

Signed-off-by: Keith Packard <keithp@keithp.com>
src/attiny/ao_exti.h
src/drivers/ao_ms5607.c
src/lpc/ao_exti.h
src/lpc/ao_exti_lpc.c
src/stm/ao_exti.h
src/stm/ao_exti_stm.c