Skip to content

Commit b1def9f

Browse files
committed
修改版权内容
1 parent 1ccfc4f commit b1def9f

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

bsp/novosns/ns800/libraries/HAL_Drivers/drivers/drv_iwdg.c

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
*
44
* SPDX-License-Identifier: Apache-2.0
55
*
6-
* Independent watchdog RT-Thread wrapper for NS800RT7.
6+
* Change Logs:
7+
* Date Author Notes
8+
* 2026-05-13 Jeffery Yuan first version
79
*/
810

911
#include <rtthread.h>

bsp/novosns/ns800/libraries/HAL_Drivers/drivers/drv_iwdg.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
* Copyright (c) 2006-2026, RT-Thread Development Team
33
*
44
* SPDX-License-Identifier: Apache-2.0
5+
*
6+
* Change Logs:
7+
* Date Author Notes
8+
* 2026-05-13 Jeffery Yuan first version
59
*/
610

711
#ifndef __DRV_IWDG_H__

bsp/novosns/ns800/libraries/HAL_Drivers/drivers/drv_wwdg.c

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
*
44
* SPDX-License-Identifier: Apache-2.0
55
*
6-
* Window watchdog RT-Thread wrapper for NS800RT7.
6+
* Change Logs:
7+
* Date Author Notes
8+
* 2026-05-13 Jeffery Yuan first version
79
*/
810

911
#include <rtthread.h>

0 commit comments

Comments
 (0)