aboutsummaryrefslogtreecommitdiff
path: root/lib/chibios-contrib/ext/mcux-sdk/boards/evkbimxrt1050/dcd.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chibios-contrib/ext/mcux-sdk/boards/evkbimxrt1050/dcd.h')
-rw-r--r--lib/chibios-contrib/ext/mcux-sdk/boards/evkbimxrt1050/dcd.h32
1 files changed, 32 insertions, 0 deletions
diff --git a/lib/chibios-contrib/ext/mcux-sdk/boards/evkbimxrt1050/dcd.h b/lib/chibios-contrib/ext/mcux-sdk/boards/evkbimxrt1050/dcd.h
new file mode 100644
index 000000000..185b0ecd8
--- /dev/null
+++ b/lib/chibios-contrib/ext/mcux-sdk/boards/evkbimxrt1050/dcd.h
@@ -0,0 +1,32 @@
1/*
2 * Copyright 2020 NXP
3 * All rights reserved.
4 *
5 * SPDX-License-Identifier: BSD-3-Clause
6 */
7
8/***********************************************************************************************************************
9 * This file was generated by the MCUXpresso Config Tools. Any manual edits made to this file
10 * will be overwritten if the respective MCUXpresso Config Tools is used to update this file.
11 **********************************************************************************************************************/
12
13#ifndef __DCD__
14#define __DCD__
15
16#include <stdint.h>
17
18/*! @name Driver version */
19/*@{*/
20/*! @brief XIP_BOARD driver version 2.0.1. */
21#define FSL_XIP_BOARD_DRIVER_VERSION (MAKE_VERSION(2, 0, 1))
22/*@}*/
23
24/*************************************
25 * DCD Data
26 *************************************/
27#define DCD_TAG_HEADER (0xD2)
28#define DCD_VERSION (0x41)
29#define DCD_TAG_HEADER_SHIFT (24)
30#define DCD_ARRAY_SIZE 1
31
32#endif /* __DCD__ */