From eaabec0a91967b40b9fbcabfd3399f1e33fb7c4c Mon Sep 17 00:00:00 2001 From: bnewbold Date: Sat, 13 Jun 2015 19:14:07 -0700 Subject: stm32f2-f4: refactor wirish doxygen paths and comments --- wirish/stm32f2-f4/boards_setup.cpp | 8 ++++---- wirish/stm32f2-f4/util_hooks.c | 2 +- wirish/stm32f2-f4/wirish_debug.cpp | 2 +- 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 - * @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 -- cgit v1.2.3