diff options
| author | Marti Bolivar <mbolivar@leaflabs.com> | 2012-07-24 19:09:05 -0400 | 
|---|---|---|
| committer | Marti Bolivar <mbolivar@leaflabs.com> | 2012-07-24 19:12:29 -0400 | 
| commit | 1e1e10693c32869d36098274c3da7a531209d883 (patch) | |
| tree | 72547fa8d7921abd0f7fb69792ff18c1ae3a8b54 /wirish/boards/olimex_stm32_h103/include | |
| parent | 0fb19ff82b34dd455c1b607b84bd0dd0c5cd0bbe (diff) | |
| download | librambutan-1e1e10693c32869d36098274c3da7a531209d883.tar.gz librambutan-1e1e10693c32869d36098274c3da7a531209d883.zip | |
Add pin alias enums to other boards.
Repeat Anton's VLDiscovery trick on the rest of the boards. Leave out
st_stm3220g_eval since that's just a teaser to get people to play with
F2.
Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com>
Diffstat (limited to 'wirish/boards/olimex_stm32_h103/include')
| -rw-r--r-- | wirish/boards/olimex_stm32_h103/include/board/board.h | 7 | 
1 files changed, 7 insertions, 0 deletions
| diff --git a/wirish/boards/olimex_stm32_h103/include/board/board.h b/wirish/boards/olimex_stm32_h103/include/board/board.h index b312e26..a9f0e7b 100644 --- a/wirish/boards/olimex_stm32_h103/include/board/board.h +++ b/wirish/boards/olimex_stm32_h103/include/board/board.h @@ -89,4 +89,11 @@  #define BOARD_USB_DISC_DEV      GPIOC  #define BOARD_USB_DISC_BIT      11 +enum { +    PA11, PA8, PA12, PA9, PA10, PC10, PC11, PC12, PD2, PB5, PB6, PA6, PB7, PB8, +    PB9, PA5, PC0, PC1, PB0, PA7, PC13, PB1, PC2, PA0, PA2, PA1, PC3, PA3, PA4, +    PC4, PC5, PB10, PB11, PB13, PB12, PB14, PB15, PC6, PC7, PC8, PC9, PA13, +    PA14, PA15, PB3, PB4 +}; +  #endif | 
