替换RTThread旧版文件头注释版权声明 (#5774)

This commit is contained in:
Man, Jianting (Meco)
2022-04-05 07:34:30 -04:00
committed by GitHub
parent 3f7cc54449
commit 6bd22f3e6f
74 changed files with 442 additions and 834 deletions

View File

@@ -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