2016-03-30 19:31:06 +02:00
|
|
|
/*
|
2017-02-08 17:21:45 +01:00
|
|
|
* Copyright (C) 2016-2017 OTA keys S.A.
|
2016-03-30 19:31:06 +02:00
|
|
|
*
|
|
|
|
* 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
|
|
|
|
* directory for more details.
|
|
|
|
*/
|
|
|
|
|
|
|
|
/**
|
2017-02-08 17:21:45 +01:00
|
|
|
* @defgroup boards_nucleo144-f207 Nucleo144-F207
|
2017-12-15 10:36:09 +01:00
|
|
|
* @ingroup boards_nucleo144
|
2017-02-08 17:21:45 +01:00
|
|
|
* @brief Board specific files for the nucleo144-f207 board
|
2016-03-30 19:31:06 +02:00
|
|
|
* @{
|
|
|
|
*
|
|
|
|
* @file
|
2017-02-08 17:21:45 +01:00
|
|
|
* @brief Board specific definitions for the nucleo144-f207 board
|
2016-03-30 19:31:06 +02:00
|
|
|
*
|
|
|
|
* @author Vincent Dupont <vincent@otakeys.com
|
|
|
|
* @author Toon Stegen <toon.stegen@altran.com>
|
|
|
|
*/
|
|
|
|
|
2017-01-18 13:00:05 +01:00
|
|
|
#ifndef BOARD_H
|
|
|
|
#define BOARD_H
|
2016-03-30 19:31:06 +02:00
|
|
|
|
2017-03-07 00:17:48 +01:00
|
|
|
#include "board_common.h"
|
|
|
|
|
2016-03-30 19:31:06 +02:00
|
|
|
#ifdef __cplusplus
|
|
|
|
extern "C" {
|
|
|
|
#endif
|
2016-09-29 11:21:48 +02:00
|
|
|
|
2016-03-30 19:31:06 +02:00
|
|
|
#ifdef __cplusplus
|
|
|
|
}
|
|
|
|
#endif
|
|
|
|
|
2017-01-18 13:00:05 +01:00
|
|
|
#endif /* BOARD_H */
|
2016-03-30 19:31:06 +02:00
|
|
|
/** @} */
|