mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-12-29 02:20:21 +00:00
替换RTThread旧版文件头注释版权声明 (#5774)
This commit is contained in:
committed by
GitHub
parent
3f7cc54449
commit
6bd22f3e6f
@@ -1,24 +1,14 @@
|
||||
/***************************************************************************//**
|
||||
* @file drv_ethernet.c
|
||||
* @brief Ethernet driver (SPI mode) of RT-Thread RTOS for using EFM32 USART
|
||||
* module
|
||||
* This driver is tested by using the Microchip ENC28J60 stand-alone Ethernet
|
||||
* controller with SPI interface.
|
||||
* COPYRIGHT (C) 2012, RT-Thread Development Team
|
||||
* @author onelife
|
||||
* @version 1.0
|
||||
*******************************************************************************
|
||||
* @section License
|
||||
* The license and distribution terms for this file may be found in the file
|
||||
* LICENSE in this distribution or at http://www.rt-thread.org/license/LICENSE
|
||||
*******************************************************************************
|
||||
* @section Change Logs
|
||||
/*
|
||||
* Copyright (c) 2006-2022, RT-Thread Development Team
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
* Change Logs:
|
||||
* Date Author Notes
|
||||
* 2011-06-22 onelife Initial creation for using EFM32 USART module
|
||||
* 2011-07-25 onelife Add lock (semaphore) to prevent simultaneously
|
||||
* access
|
||||
* 2011-07-25 onelife Add lock (semaphore) to prevent simultaneously access
|
||||
* 2011-07-28 onelife Add get_ip() and update_ip() utilities
|
||||
******************************************************************************/
|
||||
*/
|
||||
|
||||
/***************************************************************************//**
|
||||
* @addtogroup efm32_eth
|
||||
|
||||
Reference in New Issue
Block a user