Skip to content

Commit 90560e8

Browse files
- Copyright information added.
1 parent edc4028 commit 90560e8

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed

bsp/ls2kdev/drivers/drv_spi.c

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
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-28 0xcccccccccccc Initial Version
9+
*/
10+
/**
11+
* @addtogroup ls2k
12+
*/
13+
/*@{*/
114
#include <stdio.h>
215
#include <stdlib.h>
316
#include <ctype.h>
@@ -214,3 +227,4 @@ static int loongson_spi_init()
214227
INIT_BOARD_EXPORT(loongson_spi_init);
215228

216229
#endif
230+
/*@}*/

bsp/ls2kdev/drivers/drv_spi.h

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
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-28 0xcccccccccccc Initial Version
9+
*/
10+
/**
11+
* @addtogroup ls2k
12+
*/
13+
/*@{*/
114
#ifndef LS2K_DRV_SPI_H
215
#define LS2K_DRV_SPI_H
316

@@ -30,3 +43,4 @@
3043
#define GET_SPI(addr) KSEG1_LOAD8(SPI_BASE+addr)
3144

3245
#endif
46+
/*@}*/

0 commit comments

Comments
 (0)