diff options
author | David Kiliani <mail@davidkiliani.de> | 2011-09-17 20:23:41 +0200 |
---|---|---|
committer | Marti Bolivar <mbolivar@leaflabs.com> | 2011-09-27 16:44:53 -0400 |
commit | 5dc36cafc4b4d7f6aec0b7ad059f5a01069b766b (patch) | |
tree | ec7db0f9c53fa58f9a040163c5659c27572e0789 /wirish/boards.h | |
parent | 93dd241dd317b1d4f0b63bdb313fb82dd7419b02 (diff) | |
download | librambutan-5dc36cafc4b4d7f6aec0b7ad059f5a01069b766b.tar.gz librambutan-5dc36cafc4b4d7f6aec0b7ad059f5a01069b766b.zip |
Add support for the Olimex STM32 H103 board.
Pin layout and header files for the STM32 H103 prototype board from
Olimex featuring an STM32F103RBT6 chip. This commit contains all
necessary changes to compile with BOARD=olimex_stm32_h103.
Signed-off-by: David Kiliani <mail@davidkiliani.de>
Diffstat (limited to 'wirish/boards.h')
-rw-r--r-- | wirish/boards.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/wirish/boards.h b/wirish/boards.h index 2515c00..e9f7c28 100644 --- a/wirish/boards.h +++ b/wirish/boards.h @@ -134,6 +134,8 @@ bool boardUsesPin(uint8 pin); * (...RBT6) on it. Maple Rev6 (as of March 2011) DOES NOT EXIST. */ #include "maple_RET6.h" +#elif defined(BOARD_olimex_stm32_h103) +#include "olimex_stm32_h103.h" #else /* * TODO turn this into a warning so people can: |