diff options
author | Marti Bolivar <mbolivar@leaflabs.com> | 2012-06-07 21:41:50 -0400 |
---|---|---|
committer | Marti Bolivar <mbolivar@leaflabs.com> | 2012-06-07 21:46:25 -0400 |
commit | a52fe9205cbb8f8a2e458e300c2048d889b26b54 (patch) | |
tree | efe388dcf7ddc8d4f063502e291b16b312ca6c10 /libmaple/stm32f1/include/series | |
parent | 2c66df2876479bc2f2a1b4b4b787957ec4973657 (diff) | |
download | librambutan-a52fe9205cbb8f8a2e458e300c2048d889b26b54.tar.gz librambutan-a52fe9205cbb8f8a2e458e300c2048d889b26b54.zip |
Bring back <libmaple/spi.h>.
Add a spi_private.h with a SPI_DEV(), for convenience. Use it in the
F1 and F2 implementations. We could probably unify these with an
STM32_HAVE_SPI(n) macro, but we'll leave that for the future.
Most everything from F1 is portable; F2 has some additional bit
definitions and a spi_get_af() routine, but that's about it.
Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com>
Diffstat (limited to 'libmaple/stm32f1/include/series')
-rw-r--r-- | libmaple/stm32f1/include/series/spi.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libmaple/stm32f1/include/series/spi.h b/libmaple/stm32f1/include/series/spi.h index 8cc4c4d..d288a0c 100644 --- a/libmaple/stm32f1/include/series/spi.h +++ b/libmaple/stm32f1/include/series/spi.h @@ -46,11 +46,8 @@ extern "C" { struct spi_reg_map; -/** SPI1 register map base pointer */ #define SPI1_BASE ((struct spi_reg_map*)0x40013000) -/** SPI2 register map base pointer */ #define SPI2_BASE ((struct spi_reg_map*)0x40003800) -/** SPI3 register map base pointer */ #define SPI3_BASE ((struct spi_reg_map*)0x40003C00) /* |