diff options
author | bnewbold <bnewbold@robocracy.org> | 2015-02-28 23:40:36 -0800 |
---|---|---|
committer | bnewbold <bnewbold@robocracy.org> | 2015-02-28 23:41:35 -0800 |
commit | dba64f7f00469da2cd5ee82f44c25fb8a069e6aa (patch) | |
tree | 318e7fdc2c84b05ba33f076008eba8cb8be8a686 | |
parent | 01e033bc302d8d82763e52b44394d42e41e47236 (diff) | |
download | librambutan-dba64f7f00469da2cd5ee82f44c25fb8a069e6aa.tar.gz librambutan-dba64f7f00469da2cd5ee82f44c25fb8a069e6aa.zip |
board support: nucleo -> st_nucleo_f103rb
Also correct attribution in Wirish board.h
-rw-r--r-- | support/make/board-includes/st_nucleo_f103rb.mk (renamed from support/make/board-includes/nucleo.mk) | 0 | ||||
-rw-r--r-- | wirish/boards/st_nucleo_f103rb/board.cpp (renamed from wirish/boards/nucleo/board.cpp) | 4 | ||||
-rw-r--r-- | wirish/boards/st_nucleo_f103rb/include/board/board.h (renamed from wirish/boards/nucleo/include/board/board.h) | 6 |
3 files changed, 5 insertions, 5 deletions
diff --git a/support/make/board-includes/nucleo.mk b/support/make/board-includes/st_nucleo_f103rb.mk index a2943ce..a2943ce 100644 --- a/support/make/board-includes/nucleo.mk +++ b/support/make/board-includes/st_nucleo_f103rb.mk diff --git a/wirish/boards/nucleo/board.cpp b/wirish/boards/st_nucleo_f103rb/board.cpp index 641f542..ea2f5c6 100644 --- a/wirish/boards/nucleo/board.cpp +++ b/wirish/boards/st_nucleo_f103rb/board.cpp @@ -25,9 +25,9 @@ *****************************************************************************/ /** - * @file wirish/boards/nucleo/board.cpp + * @file wirish/boards/st_nucleo_f103rb/board.cpp * @author Grégoire Passault <g.passault@gmail.com> - * @brief Nucleo board file + * @brief st_nucleo_f103rb board file * * This mapping was done using the NUCLEO documentation and may be incomplete * or contains error diff --git a/wirish/boards/nucleo/include/board/board.h b/wirish/boards/st_nucleo_f103rb/include/board/board.h index f7e3a38..7788cd8 100644 --- a/wirish/boards/nucleo/include/board/board.h +++ b/wirish/boards/st_nucleo_f103rb/include/board/board.h @@ -25,9 +25,9 @@ *****************************************************************************/ /** - * @file wirish/boards/maple/include/board/board.h - * @author Marti Bolivar <mbolivar@leaflabs.com> - * @brief Maple board header. + * @file wirish/boards/st_nucleo_f103rb/include/board/board.h + * @author Grégoire Passault <g.passault@gmail.com> + * @brief st_nucleo_f103rb board header. */ #ifndef _BOARD_MAPLE_H_ |