diff options
author | bnewbold <bnewbold@robocracy.org> | 2015-06-13 19:14:07 -0700 |
---|---|---|
committer | bnewbold <bnewbold@robocracy.org> | 2015-06-13 20:28:01 -0700 |
commit | eaabec0a91967b40b9fbcabfd3399f1e33fb7c4c (patch) | |
tree | 7e8a861e4b959176f801865e0fad8d848ca06944 | |
parent | eac2fbb9738ac649febc97ecb8f718b6b735457e (diff) | |
download | librambutan-eaabec0a91967b40b9fbcabfd3399f1e33fb7c4c.tar.gz librambutan-eaabec0a91967b40b9fbcabfd3399f1e33fb7c4c.zip |
stm32f2-f4: refactor wirish doxygen paths and comments
-rw-r--r-- | wirish/stm32f2-f4/boards_setup.cpp | 8 | ||||
-rw-r--r-- | wirish/stm32f2-f4/util_hooks.c | 2 | ||||
-rw-r--r-- | wirish/stm32f2-f4/wirish_debug.cpp | 2 | ||||
-rw-r--r-- | wirish/stm32f2-f4/wirish_digital.cpp | 2 |
4 files changed, 7 insertions, 7 deletions
diff --git a/wirish/stm32f2-f4/boards_setup.cpp b/wirish/stm32f2-f4/boards_setup.cpp index 1591e17..fdd6f27 100644 --- a/wirish/stm32f2-f4/boards_setup.cpp +++ b/wirish/stm32f2-f4/boards_setup.cpp @@ -25,12 +25,12 @@ *****************************************************************************/ /** - * @file wirish/stm32f2/boards_setup.cpp + * @file wirish/stm32f2-f4/boards_setup.cpp * @author Marti Bolivar <mbolivar@leaflabs.com> - * @brief STM32F2 chip setup. + * @brief STM32F2-F4 chip setup. * - * This file controls how init() behaves on the STM32F2. Be very - * careful when changing anything here. Many of these values depend + * This file controls how init() behaves on the STM32F2 through STM32F4. + * Be very careful when changing anything here. Many of these values depend * upon each other. */ diff --git a/wirish/stm32f2-f4/util_hooks.c b/wirish/stm32f2-f4/util_hooks.c index a18dfe8..1b37339 100644 --- a/wirish/stm32f2-f4/util_hooks.c +++ b/wirish/stm32f2-f4/util_hooks.c @@ -25,7 +25,7 @@ *****************************************************************************/ /* - * STM32F2 implementations for libmaple util.c hooks + * STM32F2-F4 implementations for libmaple util.c hooks * FIXME these are just minimal stubs */ diff --git a/wirish/stm32f2-f4/wirish_debug.cpp b/wirish/stm32f2-f4/wirish_debug.cpp index af6c78b..0a06ebf 100644 --- a/wirish/stm32f2-f4/wirish_debug.cpp +++ b/wirish/stm32f2-f4/wirish_debug.cpp @@ -25,7 +25,7 @@ *****************************************************************************/ /** - * @file wirish/stm32f2/wirish_debug.cpp + * @file wirish/stm32f2-f4/wirish_debug.cpp * @brief High level debug port configuration */ diff --git a/wirish/stm32f2-f4/wirish_digital.cpp b/wirish/stm32f2-f4/wirish_digital.cpp index 4d46f1c..2fe9490 100644 --- a/wirish/stm32f2-f4/wirish_digital.cpp +++ b/wirish/stm32f2-f4/wirish_digital.cpp @@ -25,7 +25,7 @@ *****************************************************************************/ /* - * STM32F2 implementations for basic GPIO functionality. + * STM32F2-F4 implementations for basic GPIO functionality. */ #include <wirish/io.h> |