mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-01 15:42:24 +00:00
This was tested with a the hello world application. UART 0 was used as console for displaying "Hello World! mec2016evb_assy6797" to the a serial terminal. Signed-off-by: Francisco Munoz <francisco.munoz.ruiz@intel.com>
13 lines
180 B
C
13 lines
180 B
C
/*
|
|
* Copyright (c) 2015 Intel Corporation
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
#ifndef __INC_BOARD_H
|
|
#define __INC_BOARD_H
|
|
|
|
#include <soc.h>
|
|
|
|
#endif /* __INC_BOARD_H */
|