File tree Expand file tree Collapse file tree 4 files changed +31
-12
lines changed
components/drivers/include/drivers Expand file tree Collapse file tree 4 files changed +31
-12
lines changed Original file line number Diff line number Diff line change 77 * Date Author Notes
88 * 2017-10-10 Tanek the first version
99 * 2019-5-10 misonyo add DMA TX and RX function
10+ * 2020-10-14 wangqiang use phy device in phy monitor thread
1011 */
1112
1213#include <rtthread.h>
Original file line number Diff line number Diff line change 11/*
2- * Copyright (c) 2015, Freescale Semiconductor, Inc.
3- * Copyright 2016-2017 NXP
4- * All rights reserved.
2+ * Copyright (c) 2006-2020, 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+ * 2020-10-14 wangqiang the first version
79 */
810
911#include <rtthread.h>
Original file line number Diff line number Diff line change 1-
2-
3- #ifndef __PHY_H___
4- #define __PHY_H___
1+ /*
2+ * Copyright (c) 2006-2020, RT-Thread Development Team
3+ *
4+ * SPDX-License-Identifier: Apache-2.0
5+ *
6+ * Change Logs:
7+ * Date Author Notes
8+ * 2020-10-14 wangqiang the first version
9+ */
10+
11+ #ifndef __PHY_H__
12+ #define __PHY_H__
513
614#include <rtthread.h>
715
Original file line number Diff line number Diff line change 1-
2-
3- #ifndef __MDIO_H___
4- #define __MDIO_H___
1+ /*
2+ * Copyright (c) 2006-2020, RT-Thread Development Team
3+ *
4+ * SPDX-License-Identifier: Apache-2.0
5+ *
6+ * Change Logs:
7+ * Date Author Notes
8+ * 2020-10-14 wangqiang the first version
9+ */
10+
11+ #ifndef __MDIO_H__
12+ #define __MDIO_H__
513
614#include <rtthread.h>
715
You can’t perform that action at this time.
0 commit comments