File tree Expand file tree Collapse file tree 2 files changed +17
-4
lines changed
bsp/imxrt/libraries/drivers Expand file tree Collapse file tree 2 files changed +17
-4
lines changed Original file line number Diff line number Diff line change 1+ /*
2+ * Copyright (c) 2006-2018, RT-Thread Development Team
3+ *
4+ * SPDX-License-Identifier: Apache-2.0
5+ *
6+ * Change Logs:
7+ * Date Author Notes
8+ * 2018-12-05 zylx The first version for STM32F4xx
9+ * 2019-4-25 misonyo port to IMXRT
10+ */
111#include <rtthread.h>
212#include <rtdevice.h>
313
Original file line number Diff line number Diff line change 11/*
2- * Copyright (c) 2015, Freescale Semiconductor, Inc.
3- * Copyright 2016-2019 NXP
4- * All rights reserved.
2+ * Copyright (c) 2006-2018, RT-Thread Development Team
53 *
6- * SPDX-License-Identifier: BSD-3-Clause
4+ * SPDX-License-Identifier: Apache-2.0
5+ *
6+ * Change Logs:
7+ * Date Author Notes
8+ * 2018-12-05 zylx The first version for STM32F4xx
9+ * 2019-4-25 misonyo port to IMXRT
710 */
811
912#ifndef __DRV_WM8960_H__
You can’t perform that action at this time.
0 commit comments