Add SYSCFG definitions for STM32L152; Add board support STM32L-Discovery

This commit is contained in:
Gregory Nutt
2013-05-19 11:04:19 -06:00
parent e5b21a96d4
commit 5d80dfd129
31 changed files with 4394 additions and 22 deletions
+5 -2
View File
@@ -4735,5 +4735,8 @@
Add GPIO support for the STM32L215X (2013-5-18).
* arch/arm/src/stm32/chip/stm32l15xxx_memorymap.h: STM32L215X memory map
(2013-5-18).
* arch/arm/src/stm32/chip/stm32_pwr.h and stm32fl15xxx_rcc.h: More updates
for the STM32L152 (2013-5-19).
* arch/arm/src/stm32/chip/stm32_pwr.h, stm32fl15xxx_rcc.h, and stm32l15xxx_syscfg.h:
More updates for the STM32L152 (2013-5-19).
* configs/stm32ldiscovey: Configuration for the STM32L-Discovery board.
Still does not build on initial check-in (2013-5-19)