Browse Source

format ch32 driver

Meco Man 2 years ago
parent
commit
ad79e29474
26 changed files with 26 additions and 26 deletions
  1. 1 1
      bsp/wch/arm/Libraries/ch32_drivers/drv_common.c
  2. 1 1
      bsp/wch/arm/Libraries/ch32_drivers/drv_common.h
  3. 1 1
      bsp/wch/arm/Libraries/ch32_drivers/drv_flash.h
  4. 1 1
      bsp/wch/arm/Libraries/ch32_drivers/drv_flash_ch32f20x.c
  5. 1 1
      bsp/wch/arm/Libraries/ch32_drivers/drv_gpio.h
  6. 1 1
      bsp/wch/arm/Libraries/ch32_drivers/drv_gpio_ch32f10x.c
  7. 1 1
      bsp/wch/arm/Libraries/ch32_drivers/drv_gpio_ch32f20x.c
  8. 1 1
      bsp/wch/arm/Libraries/ch32_drivers/drv_hwi2c.h
  9. 1 1
      bsp/wch/arm/Libraries/ch32_drivers/drv_hwi2c_ch32f10x.c
  10. 1 1
      bsp/wch/arm/Libraries/ch32_drivers/drv_hwi2c_ch32f20x.c
  11. 1 1
      bsp/wch/arm/Libraries/ch32_drivers/drv_hwtimer_ch32f10x.c
  12. 1 1
      bsp/wch/arm/Libraries/ch32_drivers/drv_hwtimer_ch32f20x.c
  13. 1 1
      bsp/wch/arm/Libraries/ch32_drivers/drv_iwdt_ch32f10x.c
  14. 1 1
      bsp/wch/arm/Libraries/ch32_drivers/drv_iwdt_ch32f20x.c
  15. 1 1
      bsp/wch/arm/Libraries/ch32_drivers/drv_log.h
  16. 1 1
      bsp/wch/arm/Libraries/ch32_drivers/drv_pwm_ch32f10x.c
  17. 1 1
      bsp/wch/arm/Libraries/ch32_drivers/drv_pwm_ch32f20x.c
  18. 1 1
      bsp/wch/arm/Libraries/ch32_drivers/drv_rtc.h
  19. 1 1
      bsp/wch/arm/Libraries/ch32_drivers/drv_rtc_ch32f10x.c
  20. 1 1
      bsp/wch/arm/Libraries/ch32_drivers/drv_rtc_ch32f20x.c
  21. 1 1
      bsp/wch/arm/Libraries/ch32_drivers/drv_spi.h
  22. 1 1
      bsp/wch/arm/Libraries/ch32_drivers/drv_spi_ch32f10x.c
  23. 1 1
      bsp/wch/arm/Libraries/ch32_drivers/drv_spi_ch32f20x.c
  24. 1 1
      bsp/wch/arm/Libraries/ch32_drivers/drv_uart.h
  25. 1 1
      bsp/wch/arm/Libraries/ch32_drivers/drv_uart_ch32f10x.c
  26. 1 1
      bsp/wch/arm/Libraries/ch32_drivers/drv_uart_ch32f20x.c

+ 1 - 1
bsp/wch/arm/Libraries/ch32_drivers/drv_common.c

@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright (c) 2006-2022, RT-Thread Development Team
+ * Copyright (c) 2006-2023, RT-Thread Development Team
  *
  *
  * SPDX-License-Identifier: Apache-2.0
  * SPDX-License-Identifier: Apache-2.0
  *
  *

+ 1 - 1
bsp/wch/arm/Libraries/ch32_drivers/drv_common.h

@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright (c) 2006-2022, RT-Thread Development Team
+ * Copyright (c) 2006-2023, RT-Thread Development Team
  *
  *
  * SPDX-License-Identifier: Apache-2.0
  * SPDX-License-Identifier: Apache-2.0
  *
  *

+ 1 - 1
bsp/wch/arm/Libraries/ch32_drivers/drv_flash.h

@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright (c) 2006-2022, RT-Thread Development Team
+ * Copyright (c) 2006-2023, RT-Thread Development Team
  *
  *
  * SPDX-License-Identifier: Apache-2.0
  * SPDX-License-Identifier: Apache-2.0
  *
  *

+ 1 - 1
bsp/wch/arm/Libraries/ch32_drivers/drv_flash_ch32f20x.c

@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright (c) 2006-2022, RT-Thread Development Team
+ * Copyright (c) 2006-2023, RT-Thread Development Team
  *
  *
  * SPDX-License-Identifier: Apache-2.0
  * SPDX-License-Identifier: Apache-2.0
  *
  *

+ 1 - 1
bsp/wch/arm/Libraries/ch32_drivers/drv_gpio.h

@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright (c) 2006-2022, RT-Thread Development Team
+ * Copyright (c) 2006-2023, RT-Thread Development Team
  *
  *
  * SPDX-License-Identifier: Apache-2.0
  * SPDX-License-Identifier: Apache-2.0
  *
  *

+ 1 - 1
bsp/wch/arm/Libraries/ch32_drivers/drv_gpio_ch32f10x.c

@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright (c) 2006-2022, RT-Thread Development Team
+ * Copyright (c) 2006-2023, RT-Thread Development Team
  *
  *
  * SPDX-License-Identifier: Apache-2.0
  * SPDX-License-Identifier: Apache-2.0
  *
  *

+ 1 - 1
bsp/wch/arm/Libraries/ch32_drivers/drv_gpio_ch32f20x.c

@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright (c) 2006-2022, RT-Thread Development Team
+ * Copyright (c) 2006-2023, RT-Thread Development Team
  *
  *
  * SPDX-License-Identifier: Apache-2.0
  * SPDX-License-Identifier: Apache-2.0
  *
  *

+ 1 - 1
bsp/wch/arm/Libraries/ch32_drivers/drv_hwi2c.h

@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright (c) 2006-2022, RT-Thread Development Team
+ * Copyright (c) 2006-2023, RT-Thread Development Team
  *
  *
  * SPDX-License-Identifier: Apache-2.0
  * SPDX-License-Identifier: Apache-2.0
  *
  *

+ 1 - 1
bsp/wch/arm/Libraries/ch32_drivers/drv_hwi2c_ch32f10x.c

@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright (c) 2006-2022, RT-Thread Development Team
+ * Copyright (c) 2006-2023, RT-Thread Development Team
  *
  *
  * SPDX-License-Identifier: Apache-2.0
  * SPDX-License-Identifier: Apache-2.0
  *
  *

+ 1 - 1
bsp/wch/arm/Libraries/ch32_drivers/drv_hwi2c_ch32f20x.c

@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright (c) 2006-2022, RT-Thread Development Team
+ * Copyright (c) 2006-2023, RT-Thread Development Team
  *
  *
  * SPDX-License-Identifier: Apache-2.0
  * SPDX-License-Identifier: Apache-2.0
  *
  *

+ 1 - 1
bsp/wch/arm/Libraries/ch32_drivers/drv_hwtimer_ch32f10x.c

@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright (c) 2006-2022, RT-Thread Development Team
+ * Copyright (c) 2006-2023, RT-Thread Development Team
  *
  *
  * SPDX-License-Identifier: Apache-2.0
  * SPDX-License-Identifier: Apache-2.0
  *
  *

+ 1 - 1
bsp/wch/arm/Libraries/ch32_drivers/drv_hwtimer_ch32f20x.c

@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright (c) 2006-2022, RT-Thread Development Team
+ * Copyright (c) 2006-2023, RT-Thread Development Team
  *
  *
  * SPDX-License-Identifier: Apache-2.0
  * SPDX-License-Identifier: Apache-2.0
  *
  *

+ 1 - 1
bsp/wch/arm/Libraries/ch32_drivers/drv_iwdt_ch32f10x.c

@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright (c) 2006-2022, RT-Thread Development Team
+ * Copyright (c) 2006-2023, RT-Thread Development Team
  *
  *
  * SPDX-License-Identifier: Apache-2.0
  * SPDX-License-Identifier: Apache-2.0
  *
  *

+ 1 - 1
bsp/wch/arm/Libraries/ch32_drivers/drv_iwdt_ch32f20x.c

@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright (c) 2006-2022, RT-Thread Development Team
+ * Copyright (c) 2006-2023, RT-Thread Development Team
  *
  *
  * SPDX-License-Identifier: Apache-2.0
  * SPDX-License-Identifier: Apache-2.0
  *
  *

+ 1 - 1
bsp/wch/arm/Libraries/ch32_drivers/drv_log.h

@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright (c) 2006-2022, RT-Thread Development Team
+ * Copyright (c) 2006-2023, RT-Thread Development Team
  *
  *
  * SPDX-License-Identifier: Apache-2.0
  * SPDX-License-Identifier: Apache-2.0
  *
  *

+ 1 - 1
bsp/wch/arm/Libraries/ch32_drivers/drv_pwm_ch32f10x.c

@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright (c) 2006-2022, RT-Thread Development Team
+ * Copyright (c) 2006-2023, RT-Thread Development Team
  *
  *
  * SPDX-License-Identifier: Apache-2.0
  * SPDX-License-Identifier: Apache-2.0
  *
  *

+ 1 - 1
bsp/wch/arm/Libraries/ch32_drivers/drv_pwm_ch32f20x.c

@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright (c) 2006-2022, RT-Thread Development Team
+ * Copyright (c) 2006-2023, RT-Thread Development Team
  *
  *
  * SPDX-License-Identifier: Apache-2.0
  * SPDX-License-Identifier: Apache-2.0
  *
  *

+ 1 - 1
bsp/wch/arm/Libraries/ch32_drivers/drv_rtc.h

@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright (c) 2006-2022, RT-Thread Development Team
+ * Copyright (c) 2006-2023, RT-Thread Development Team
  *
  *
  * SPDX-License-Identifier: Apache-2.0
  * SPDX-License-Identifier: Apache-2.0
  *
  *

+ 1 - 1
bsp/wch/arm/Libraries/ch32_drivers/drv_rtc_ch32f10x.c

@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright (c) 2006-2022, RT-Thread Development Team
+ * Copyright (c) 2006-2023, RT-Thread Development Team
  *
  *
  * SPDX-License-Identifier: Apache-2.0
  * SPDX-License-Identifier: Apache-2.0
  *
  *

+ 1 - 1
bsp/wch/arm/Libraries/ch32_drivers/drv_rtc_ch32f20x.c

@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright (c) 2006-2022, RT-Thread Development Team
+ * Copyright (c) 2006-2023, RT-Thread Development Team
  *
  *
  * SPDX-License-Identifier: Apache-2.0
  * SPDX-License-Identifier: Apache-2.0
  *
  *

+ 1 - 1
bsp/wch/arm/Libraries/ch32_drivers/drv_spi.h

@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright (c) 2006-2022, RT-Thread Development Team
+ * Copyright (c) 2006-2023, RT-Thread Development Team
  *
  *
  * SPDX-License-Identifier: Apache-2.0
  * SPDX-License-Identifier: Apache-2.0
  *
  *

+ 1 - 1
bsp/wch/arm/Libraries/ch32_drivers/drv_spi_ch32f10x.c

@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright (c) 2006-2022, RT-Thread Development Team
+ * Copyright (c) 2006-2023, RT-Thread Development Team
  *
  *
  * SPDX-License-Identifier: Apache-2.0
  * SPDX-License-Identifier: Apache-2.0
  *
  *

+ 1 - 1
bsp/wch/arm/Libraries/ch32_drivers/drv_spi_ch32f20x.c

@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright (c) 2006-2022, RT-Thread Development Team
+ * Copyright (c) 2006-2023, RT-Thread Development Team
  *
  *
  * SPDX-License-Identifier: Apache-2.0
  * SPDX-License-Identifier: Apache-2.0
  *
  *

+ 1 - 1
bsp/wch/arm/Libraries/ch32_drivers/drv_uart.h

@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright (c) 2006-2022, RT-Thread Development Team
+ * Copyright (c) 2006-2023, RT-Thread Development Team
  *
  *
  * SPDX-License-Identifier: Apache-2.0
  * SPDX-License-Identifier: Apache-2.0
  *
  *

+ 1 - 1
bsp/wch/arm/Libraries/ch32_drivers/drv_uart_ch32f10x.c

@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright (c) 2006-2022, RT-Thread Development Team
+ * Copyright (c) 2006-2023, RT-Thread Development Team
  *
  *
  * SPDX-License-Identifier: Apache-2.0
  * SPDX-License-Identifier: Apache-2.0
  *
  *

+ 1 - 1
bsp/wch/arm/Libraries/ch32_drivers/drv_uart_ch32f20x.c

@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright (c) 2006-2022, RT-Thread Development Team
+ * Copyright (c) 2006-2023, RT-Thread Development Team
  *
  *
  * SPDX-License-Identifier: Apache-2.0
  * SPDX-License-Identifier: Apache-2.0
  *
  *