boards: rename nucleo-f207 -> nucleo144-f207

This commit is contained in:
Vincent Dupont 2017-02-08 17:21:45 +01:00
parent e5e79c2834
commit 4d595ad36e
8 changed files with 10 additions and 10 deletions

View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2016 OTA keys S.A.
* Copyright (C) 2016-2017 OTA keys S.A.
*
* This file is subject to the terms and conditions of the GNU Lesser
* General Public License v2.1. See the file LICENSE in the top level
@ -7,11 +7,11 @@
*/
/**
* @ingroup boards_nucleo-f207
* @ingroup boards_nucleo144-f207
* @{
*
* @file
* @brief Board specific implementations for the nucleo-f207 board
* @brief Board specific implementations for the nucleo144-f207 board
*
* @author Vincent Dupont <vincent@otakeys.com>
*

View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2016 OTA keys S.A.
* Copyright (C) 2016-2017 OTA keys S.A.
*
* This file is subject to the terms and conditions of the GNU Lesser
* General Public License v2.1. See the file LICENSE in the top level
@ -7,13 +7,13 @@
*/
/**
* @defgroup boards_nucleo-f207 Nucleo-F207
* @defgroup boards_nucleo144-f207 Nucleo144-F207
* @ingroup boards
* @brief Board specific files for the nucleo-f207 board
* @brief Board specific files for the nucleo144-f207 board
* @{
*
* @file
* @brief Board specific definitions for the nucleo-f207 board
* @brief Board specific definitions for the nucleo144-f207 board
*
* @author Vincent Dupont <vincent@otakeys.com
* @author Toon Stegen <toon.stegen@altran.com>

View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2016 OTA keys S.A.
* Copyright (C) 2016-2017 OTA keys S.A.
*
* This file is subject to the terms and conditions of the GNU Lesser
* General Public License v2.1. See the file LICENSE in the top level
@ -7,11 +7,11 @@
*/
/**
* @ingroup boards_nucleo-f207
* @ingroup boards_nucleo144-f207
* @{
*
* @file
* @name Peripheral MCU configuration for the nucleo-f207 board
* @name Peripheral MCU configuration for the nucleo144-f207 board
*
* @author Vincent Dupont <vincent@otakeys.com>
* @author Aurelien Gonce <aurelien.gonce@altran.fr>