File tree Expand file tree Collapse file tree 7 files changed +39
-18
lines changed
Expand file tree Collapse file tree 7 files changed +39
-18
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 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
1410 */
1511
1612/**
17- * @addtogroup STM32
13+ * @addtogroup
1814 */
1915/*@{*/
2016
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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__
Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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>
You can’t perform that action at this time.
0 commit comments