mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-02 16:29:15 +00:00
Add board support files for mimxrt1060_evk, the development board for i.MXRT1062 (CM7) SoC. - Add pinmux, dts, doc. - External QSPI flash hasn't been configured yet. So code can be loaded to SRAM for now. - Tested samples: hello_world, philosophers, synchronization, basic/blinky, and basic/button. Signed-off-by: Ryan QIAN <jianghao.qian@nxp.com>
13 lines
167 B
C
13 lines
167 B
C
/*
|
|
* Copyright (c) 2018, NXP
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
#ifndef __INC_BOARD_H
|
|
#define __INC_BOARD_H
|
|
|
|
#include <soc.h>
|
|
|
|
#endif /* __INC_BOARD_H */
|