mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-02-03 11:14:35 +08:00
6b0671b336
1.RT_TIMER_TICK_PER_SECOND替换为RT_TICK_PER_SECOND 2.nxp lpc、imx、mcx系列bsp修复 3.lpc824支持gcc 4.lpc824、lpc1114 bsp默认使用nano版本 5.nxp scons --dist问题修复 6.rt-spark lvgl latest 编译修复
33 lines
963 B
C
33 lines
963 B
C
/*
|
|
* Copyright 2020 NXP
|
|
* All rights reserved.
|
|
*
|
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
*/
|
|
|
|
/***********************************************************************************************************************
|
|
* This file was generated by the MCUXpresso Config Tools. Any manual edits made to this file
|
|
* will be overwritten if the respective MCUXpresso Config Tools is used to update this file.
|
|
**********************************************************************************************************************/
|
|
|
|
#ifndef __DCD__
|
|
#define __DCD__
|
|
|
|
#include <stdint.h>
|
|
|
|
/*! @name Driver version */
|
|
/*@{*/
|
|
/*! @brief XIP_BOARD driver version 2.0.0. */
|
|
#define FSL_XIP_BOARD_DRIVER_VERSION (MAKE_VERSION(2, 0, 0))
|
|
/*@}*/
|
|
|
|
/*************************************
|
|
* DCD Data
|
|
*************************************/
|
|
#define DCD_TAG_HEADER (0xD2)
|
|
#define DCD_VERSION (0x41)
|
|
#define DCD_TAG_HEADER_SHIFT (24)
|
|
#define DCD_ARRAY_SIZE 1
|
|
|
|
#endif /* __DCD__ */
|