aboutsummaryrefslogtreecommitdiff
path: root/include/libopencm3/stm32/l1/memorymap.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libopencm3/stm32/l1/memorymap.h')
-rw-r--r--include/libopencm3/stm32/l1/memorymap.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/libopencm3/stm32/l1/memorymap.h b/include/libopencm3/stm32/l1/memorymap.h
index 950dd18..d89dbd6 100644
--- a/include/libopencm3/stm32/l1/memorymap.h
+++ b/include/libopencm3/stm32/l1/memorymap.h
@@ -105,4 +105,9 @@
#define DESIG_FLASH_SIZE_BASE (INFO_BASE + 0x8004C)
#define DESIG_UNIQUE_ID_BASE (INFO_BASE + 0x80050)
+/* Make the map names match those for other families to allow commonality */
+#define SPI1_I2S_BASE SPI1_BASE
+#define SPI2_I2S_BASE SPI2_BASE
+#define SPI3_I2S_BASE SPI3_BASE
+
#endif