Skip to content

Commit 61be318

Browse files
authored
Merge pull request #4539 from mysterywolf/rx
[rx] manual formatted
2 parents a8037b9 + ea96e75 commit 61be318

File tree

7 files changed

+39
-18
lines changed

7 files changed

+39
-18
lines changed
File renamed without changes.

bsp/rx/applications/application.c

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
/*
2-
* File : application.c
3-
* This file is part of RT-Thread RTOS
4-
* COPYRIGHT (C) 2006, RT-Thread Development Team
2+
* Copyright (c) 2006-2021, RT-Thread Development Team
53
*
6-
* The license and distribution terms for this file may be
7-
* found in the file LICENSE in this distribution or at
8-
* http://www.rt-thread.org/license/LICENSE
4+
* SPDX-License-Identifier: Apache-2.0
95
*
106
* Change Logs:
117
* Date Author Notes
@@ -14,7 +10,7 @@
1410
*/
1511

1612
/**
17-
* @addtogroup STM32
13+
* @addtogroup
1814
*/
1915
/*@{*/
2016

bsp/rx/applications/startup.c

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
/*
2-
* File : startup.c
3-
* This file is part of RT-Thread RTOS
4-
* COPYRIGHT (C) 2006, RT-Thread Develop Team
2+
* Copyright (c) 2006-2021, RT-Thread Development Team
53
*
6-
* The license and distribution terms for this file may be
7-
* found in the file LICENSE in this distribution or at
8-
* http://openlab.rt-thread.com/license/LICENSE
4+
* SPDX-License-Identifier: Apache-2.0
95
*
106
* Change Logs:
117
* Date Author Notes

bsp/rx/drivers/Uart.h

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
/*
2+
* Copyright (c) 2006-2021, RT-Thread Development Team
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*
6+
* Change Logs:
7+
* Date Author Notes
8+
*/
19

210
#ifndef __UART_H__
311
#define __UART_H__

bsp/rx/drivers/board.c

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
/*
2+
* Copyright (c) 2006-2021, RT-Thread Development Team
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*
6+
* Change Logs:
7+
* Date Author Notes
8+
*/
9+
110
#include <rthw.h>
211
#include <rtthread.h>
312
#include "board.h"

bsp/rx/drivers/board.h

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
/*
2+
* Copyright (c) 2006-2021, RT-Thread Development Team
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*
6+
* Change Logs:
7+
* Date Author Notes
8+
*/
9+
10+
111
#ifndef __BOARD_H__
212
#define __BOARD_H__
313

bsp/rx/drivers/uart.c

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
/*
2-
*********************************************************************************************************
3-
* Filename : uart.c
4-
*********************************************************************************************************
5-
*/
6-
2+
* Copyright (c) 2006-2021, RT-Thread Development Team
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*
6+
* Change Logs:
7+
* Date Author Notes
8+
*/
79

810
#include <rthw.h>
911
#include <rtthread.h>

0 commit comments

Comments
 (0)