2014-02-27 12:48:30 +01:00
|
|
|
/*
|
|
|
|
* board-conf.h.
|
|
|
|
*
|
2014-08-23 15:43:13 +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.
|
2014-02-27 12:48:30 +01:00
|
|
|
*/
|
|
|
|
|
2015-04-23 05:00:54 +02:00
|
|
|
#ifndef BOARD_CONF_H_
|
|
|
|
#define BOARD_CONF_H_
|
2014-02-27 12:48:30 +01:00
|
|
|
|
|
|
|
/**
|
2015-02-12 13:59:25 +01:00
|
|
|
* @ingroup boards_z1
|
2014-02-27 12:48:30 +01:00
|
|
|
*
|
|
|
|
* @{
|
|
|
|
*/
|
|
|
|
|
|
|
|
/**
|
|
|
|
* @file
|
|
|
|
* @brief Zolertia Z1 board configuration macros
|
|
|
|
*
|
|
|
|
* @author Kévin Roussel <Kevin.Roussel@inria.fr>
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
2014-10-13 15:25:50 +02:00
|
|
|
#ifdef __cplusplus
|
|
|
|
extern "C" {
|
|
|
|
#endif
|
|
|
|
|
2014-02-27 12:48:30 +01:00
|
|
|
#define INFOMEM (0x1000)
|
|
|
|
|
2014-10-13 15:25:50 +02:00
|
|
|
#ifdef __cplusplus
|
|
|
|
}
|
|
|
|
#endif
|
|
|
|
|
2014-02-27 12:48:30 +01:00
|
|
|
/** @} */
|
|
|
|
#endif /* BOARD-CONF_H */
|