From 47b93f29d37271093838e787339fd59b069b4e1a Mon Sep 17 00:00:00 2001 From: Stefan Kerkmann Date: Tue, 6 Apr 2021 12:55:13 +0200 Subject: [PATCH] Add myself to copyright notes :-) --- AUTHORS.txt | 5 +++++ demos/GD32VF103/USB_CDC_IAD/mcuconf.h | 1 + os/common/startup/RISCV-ECLIC/compilers/GCC/crt1.c | 3 ++- .../startup/RISCV-ECLIC/compilers/GCC/ld/GD32VF103x4.ld | 3 ++- .../startup/RISCV-ECLIC/compilers/GCC/ld/GD32VF103x6.ld | 3 ++- .../startup/RISCV-ECLIC/compilers/GCC/ld/GD32VF103x8.ld | 3 ++- .../startup/RISCV-ECLIC/compilers/GCC/ld/GD32VF103xB.ld | 3 ++- os/common/startup/RISCV-ECLIC/compilers/GCC/ld/rules_data.ld | 3 ++- os/hal/ports/GD/GD32VF103/CAN/hal_can_lld.c | 3 ++- os/hal/ports/GD/GD32VF103/CAN/hal_can_lld.h | 3 ++- os/hal/ports/GD/GD32VF103/DAC/hal_dac_lld.c | 3 ++- os/hal/ports/GD/GD32VF103/DAC/hal_dac_lld.h | 3 ++- os/hal/ports/GD/GD32VF103/DMA/gd32_dma.c | 3 ++- os/hal/ports/GD/GD32VF103/DMA/gd32_dma.h | 3 ++- os/hal/ports/GD/GD32VF103/GPIO/hal_pal_lld.c | 3 ++- os/hal/ports/GD/GD32VF103/GPIO/hal_pal_lld.h | 3 ++- os/hal/ports/GD/GD32VF103/I2C/hal_i2c_lld.c | 3 ++- os/hal/ports/GD/GD32VF103/I2C/hal_i2c_lld.h | 3 ++- os/hal/ports/GD/GD32VF103/OTG/gd32_otg.h | 3 ++- os/hal/ports/GD/GD32VF103/OTG/hal_usb_lld.c | 3 ++- os/hal/ports/GD/GD32VF103/OTG/hal_usb_lld.h | 3 ++- os/hal/ports/GD/GD32VF103/RTC/hal_rtc_lld.c | 3 ++- os/hal/ports/GD/GD32VF103/RTC/hal_rtc_lld.h | 3 ++- os/hal/ports/GD/GD32VF103/SPI/hal_i2s_lld.c | 3 ++- os/hal/ports/GD/GD32VF103/SPI/hal_i2s_lld.h | 3 ++- os/hal/ports/GD/GD32VF103/SPI/hal_spi_lld.c | 3 ++- os/hal/ports/GD/GD32VF103/SPI/hal_spi_lld.h | 3 ++- os/hal/ports/GD/GD32VF103/TIM/gd32_tim.h | 3 ++- os/hal/ports/GD/GD32VF103/TIM/hal_gpt_lld.c | 3 ++- os/hal/ports/GD/GD32VF103/TIM/hal_gpt_lld.h | 3 ++- os/hal/ports/GD/GD32VF103/TIM/hal_icu_lld.c | 3 ++- os/hal/ports/GD/GD32VF103/TIM/hal_icu_lld.h | 3 ++- os/hal/ports/GD/GD32VF103/TIM/hal_pwm_lld.c | 3 ++- os/hal/ports/GD/GD32VF103/TIM/hal_pwm_lld.h | 3 ++- os/hal/ports/GD/GD32VF103/TIM/hal_st_lld.c | 3 ++- os/hal/ports/GD/GD32VF103/TIM/hal_st_lld.h | 3 ++- os/hal/ports/GD/GD32VF103/USART/hal_serial_lld.c | 3 ++- os/hal/ports/GD/GD32VF103/USART/hal_serial_lld.h | 3 ++- os/hal/ports/GD/GD32VF103/USART/hal_uart_lld.c | 3 ++- os/hal/ports/GD/GD32VF103/USART/hal_uart_lld.h | 3 ++- os/hal/ports/GD/GD32VF103/gd32_isr.c | 3 ++- os/hal/ports/GD/GD32VF103/gd32_rcu.h | 3 ++- os/hal/ports/GD/GD32VF103/hal_adc_lld.c | 3 ++- os/hal/ports/GD/GD32VF103/hal_adc_lld.h | 3 ++- os/hal/ports/GD/GD32VF103/hal_efl_lld.c | 3 ++- os/hal/ports/GD/GD32VF103/hal_efl_lld.h | 3 ++- os/hal/ports/GD/GD32VF103/hal_lld.c | 3 ++- os/hal/ports/GD/GD32VF103/xWDG/hal_wdg_lld.c | 3 ++- os/hal/ports/GD/GD32VF103/xWDG/hal_wdg_lld.h | 3 ++- 49 files changed, 100 insertions(+), 47 deletions(-) diff --git a/AUTHORS.txt b/AUTHORS.txt index 0e3de341cb..823416ea0e 100644 --- a/AUTHORS.txt +++ b/AUTHORS.txt @@ -32,3 +32,8 @@ https://github.com/alexclewontin Ein Terakawa aka a_p_u_r_o https://github.com/elfmimi + +Stefan Kerkmann aka KarlK90 +https://github.com/KarlK90 +RISC-V ECLIC port +GD32VF103 Platform port \ No newline at end of file diff --git a/demos/GD32VF103/USB_CDC_IAD/mcuconf.h b/demos/GD32VF103/USB_CDC_IAD/mcuconf.h index d40e025914..ff48c5d0f0 100644 --- a/demos/GD32VF103/USB_CDC_IAD/mcuconf.h +++ b/demos/GD32VF103/USB_CDC_IAD/mcuconf.h @@ -1,5 +1,6 @@ /* ChibiOS - Copyright (C) 2006..2018 Giovanni Di Sirio + ChibiOS - Copyright (C) 2021 Stefan Kerkmann Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/os/common/startup/RISCV-ECLIC/compilers/GCC/crt1.c b/os/common/startup/RISCV-ECLIC/compilers/GCC/crt1.c index 0cfa3b12c8..b26c936bc8 100644 --- a/os/common/startup/RISCV-ECLIC/compilers/GCC/crt1.c +++ b/os/common/startup/RISCV-ECLIC/compilers/GCC/crt1.c @@ -1,5 +1,6 @@ /* - ChibiOS - Copyright (C) 2020 Patrick Seidel, Stefan Kerkmann + ChibiOS - Copyright (C) 2020 Patrick Seidel + ChibiOS - Copyright (C) 2021 Stefan Kerkmann Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/os/common/startup/RISCV-ECLIC/compilers/GCC/ld/GD32VF103x4.ld b/os/common/startup/RISCV-ECLIC/compilers/GCC/ld/GD32VF103x4.ld index 9f1a8742ab..39e235c65a 100644 --- a/os/common/startup/RISCV-ECLIC/compilers/GCC/ld/GD32VF103x4.ld +++ b/os/common/startup/RISCV-ECLIC/compilers/GCC/ld/GD32VF103x4.ld @@ -1,5 +1,6 @@ /* - ChibiOS - Copyright (C) 2020 Patrick Seidel, Stefan Kerkmann + ChibiOS - Copyright (C) 2020 Patrick Seidel + ChibiOS - Copyright (C) 2021 Stefan Kerkmann Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/os/common/startup/RISCV-ECLIC/compilers/GCC/ld/GD32VF103x6.ld b/os/common/startup/RISCV-ECLIC/compilers/GCC/ld/GD32VF103x6.ld index 4e0254fa42..4c6a55336c 100644 --- a/os/common/startup/RISCV-ECLIC/compilers/GCC/ld/GD32VF103x6.ld +++ b/os/common/startup/RISCV-ECLIC/compilers/GCC/ld/GD32VF103x6.ld @@ -1,5 +1,6 @@ /* - ChibiOS - Copyright (C) 2020 Patrick Seidel, Stefan Kerkmann + ChibiOS - Copyright (C) 2020 Patrick Seidel + ChibiOS - Copyright (C) 2021 Stefan Kerkmann Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/os/common/startup/RISCV-ECLIC/compilers/GCC/ld/GD32VF103x8.ld b/os/common/startup/RISCV-ECLIC/compilers/GCC/ld/GD32VF103x8.ld index 03dd3f671e..a1faceb72c 100644 --- a/os/common/startup/RISCV-ECLIC/compilers/GCC/ld/GD32VF103x8.ld +++ b/os/common/startup/RISCV-ECLIC/compilers/GCC/ld/GD32VF103x8.ld @@ -1,5 +1,6 @@ /* - ChibiOS - Copyright (C) 2020 Patrick Seidel, Stefan Kerkmann + ChibiOS - Copyright (C) 2020 Patrick Seidel + ChibiOS - Copyright (C) 2021 Stefan Kerkmann Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/os/common/startup/RISCV-ECLIC/compilers/GCC/ld/GD32VF103xB.ld b/os/common/startup/RISCV-ECLIC/compilers/GCC/ld/GD32VF103xB.ld index c5606314ba..0cf71845c9 100644 --- a/os/common/startup/RISCV-ECLIC/compilers/GCC/ld/GD32VF103xB.ld +++ b/os/common/startup/RISCV-ECLIC/compilers/GCC/ld/GD32VF103xB.ld @@ -1,5 +1,6 @@ /* - ChibiOS - Copyright (C) 2020 Patrick Seidel, Stefan Kerkmann + ChibiOS - Copyright (C) 2020 Patrick Seidel + ChibiOS - Copyright (C) 2021 Stefan Kerkmann Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/os/common/startup/RISCV-ECLIC/compilers/GCC/ld/rules_data.ld b/os/common/startup/RISCV-ECLIC/compilers/GCC/ld/rules_data.ld index 112947c878..a8f4b382f5 100644 --- a/os/common/startup/RISCV-ECLIC/compilers/GCC/ld/rules_data.ld +++ b/os/common/startup/RISCV-ECLIC/compilers/GCC/ld/rules_data.ld @@ -1,5 +1,6 @@ /* - ChibiOS - Copyright (C) 2020 Patrick Seidel, Stefan Kerkmann + ChibiOS - Copyright (C) 2020 Patrick Seidel + ChibiOS - Copyright (C) 2021 Stefan Kerkmann Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/os/hal/ports/GD/GD32VF103/CAN/hal_can_lld.c b/os/hal/ports/GD/GD32VF103/CAN/hal_can_lld.c index 6385b8986a..4deb9dd0f7 100644 --- a/os/hal/ports/GD/GD32VF103/CAN/hal_can_lld.c +++ b/os/hal/ports/GD/GD32VF103/CAN/hal_can_lld.c @@ -1,5 +1,6 @@ /* - ChibiOS - Copyright (C) 2006..2018 Giovanni Di Sirio + ChibiOS - Copyright (C) 2006..2018 Giovanni Di Sirio + ChibiOS - Copyright (C) 2021 Stefan Kerkmann Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/os/hal/ports/GD/GD32VF103/CAN/hal_can_lld.h b/os/hal/ports/GD/GD32VF103/CAN/hal_can_lld.h index 90c7da8ca9..f91ff1ba08 100644 --- a/os/hal/ports/GD/GD32VF103/CAN/hal_can_lld.h +++ b/os/hal/ports/GD/GD32VF103/CAN/hal_can_lld.h @@ -1,5 +1,6 @@ /* - ChibiOS - Copyright (C) 2006..2018 Giovanni Di Sirio + ChibiOS - Copyright (C) 2006..2018 Giovanni Di Sirio + ChibiOS - Copyright (C) 2021 Stefan Kerkmann Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/os/hal/ports/GD/GD32VF103/DAC/hal_dac_lld.c b/os/hal/ports/GD/GD32VF103/DAC/hal_dac_lld.c index 655d6f7a34..baeecbda35 100644 --- a/os/hal/ports/GD/GD32VF103/DAC/hal_dac_lld.c +++ b/os/hal/ports/GD/GD32VF103/DAC/hal_dac_lld.c @@ -1,5 +1,6 @@ /* - ChibiOS - Copyright (C) 2006..2018 Giovanni Di Sirio + ChibiOS - Copyright (C) 2006..2018 Giovanni Di Sirio + ChibiOS - Copyright (C) 2021 Stefan Kerkmann Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/os/hal/ports/GD/GD32VF103/DAC/hal_dac_lld.h b/os/hal/ports/GD/GD32VF103/DAC/hal_dac_lld.h index a83d5c545a..27fe38acbc 100644 --- a/os/hal/ports/GD/GD32VF103/DAC/hal_dac_lld.h +++ b/os/hal/ports/GD/GD32VF103/DAC/hal_dac_lld.h @@ -1,5 +1,6 @@ /* - ChibiOS - Copyright (C) 2006..2018 Giovanni Di Sirio + ChibiOS - Copyright (C) 2006..2018 Giovanni Di Sirio + ChibiOS - Copyright (C) 2021 Stefan Kerkmann Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/os/hal/ports/GD/GD32VF103/DMA/gd32_dma.c b/os/hal/ports/GD/GD32VF103/DMA/gd32_dma.c index 24232a6489..5428427119 100644 --- a/os/hal/ports/GD/GD32VF103/DMA/gd32_dma.c +++ b/os/hal/ports/GD/GD32VF103/DMA/gd32_dma.c @@ -1,5 +1,6 @@ /* - ChibiOS - Copyright (C) 2006..2018 Giovanni Di Sirio + ChibiOS - Copyright (C) 2006..2018 Giovanni Di Sirio + ChibiOS - Copyright (C) 2021 Stefan Kerkmann Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/os/hal/ports/GD/GD32VF103/DMA/gd32_dma.h b/os/hal/ports/GD/GD32VF103/DMA/gd32_dma.h index 72a3bc05f6..3af7b44ef9 100644 --- a/os/hal/ports/GD/GD32VF103/DMA/gd32_dma.h +++ b/os/hal/ports/GD/GD32VF103/DMA/gd32_dma.h @@ -1,5 +1,6 @@ /* - ChibiOS - Copyright (C) 2006..2018 Giovanni Di Sirio + ChibiOS - Copyright (C) 2006..2018 Giovanni Di Sirio + ChibiOS - Copyright (C) 2021 Stefan Kerkmann Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/os/hal/ports/GD/GD32VF103/GPIO/hal_pal_lld.c b/os/hal/ports/GD/GD32VF103/GPIO/hal_pal_lld.c index afebd54f58..1c18bf9c28 100644 --- a/os/hal/ports/GD/GD32VF103/GPIO/hal_pal_lld.c +++ b/os/hal/ports/GD/GD32VF103/GPIO/hal_pal_lld.c @@ -1,5 +1,6 @@ /* - ChibiOS - Copyright (C) 2006..2018 Giovanni Di Sirio + ChibiOS - Copyright (C) 2006..2018 Giovanni Di Sirio + ChibiOS - Copyright (C) 2021 Stefan Kerkmann Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/os/hal/ports/GD/GD32VF103/GPIO/hal_pal_lld.h b/os/hal/ports/GD/GD32VF103/GPIO/hal_pal_lld.h index 96efd0ee40..e780851ac9 100644 --- a/os/hal/ports/GD/GD32VF103/GPIO/hal_pal_lld.h +++ b/os/hal/ports/GD/GD32VF103/GPIO/hal_pal_lld.h @@ -1,5 +1,6 @@ /* - ChibiOS - Copyright (C) 2006..2018 Giovanni Di Sirio + ChibiOS - Copyright (C) 2006..2018 Giovanni Di Sirio + ChibiOS - Copyright (C) 2021 Stefan Kerkmann Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/os/hal/ports/GD/GD32VF103/I2C/hal_i2c_lld.c b/os/hal/ports/GD/GD32VF103/I2C/hal_i2c_lld.c index 1a2ab813c0..0b6dfad50d 100644 --- a/os/hal/ports/GD/GD32VF103/I2C/hal_i2c_lld.c +++ b/os/hal/ports/GD/GD32VF103/I2C/hal_i2c_lld.c @@ -1,5 +1,6 @@ /* - ChibiOS - Copyright (C) 2006..2018 Giovanni Di Sirio + ChibiOS - Copyright (C) 2006..2018 Giovanni Di Sirio + ChibiOS - Copyright (C) 2021 Stefan Kerkmann Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/os/hal/ports/GD/GD32VF103/I2C/hal_i2c_lld.h b/os/hal/ports/GD/GD32VF103/I2C/hal_i2c_lld.h index ccb7898ffa..30ed7daaac 100644 --- a/os/hal/ports/GD/GD32VF103/I2C/hal_i2c_lld.h +++ b/os/hal/ports/GD/GD32VF103/I2C/hal_i2c_lld.h @@ -1,5 +1,6 @@ /* - ChibiOS - Copyright (C) 2006..2018 Giovanni Di Sirio + ChibiOS - Copyright (C) 2006..2018 Giovanni Di Sirio + ChibiOS - Copyright (C) 2021 Stefan Kerkmann Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/os/hal/ports/GD/GD32VF103/OTG/gd32_otg.h b/os/hal/ports/GD/GD32VF103/OTG/gd32_otg.h index e71451d56b..8d2232225a 100644 --- a/os/hal/ports/GD/GD32VF103/OTG/gd32_otg.h +++ b/os/hal/ports/GD/GD32VF103/OTG/gd32_otg.h @@ -1,5 +1,6 @@ /* - ChibiOS - Copyright (C) 2006..2018 Giovanni Di Sirio + ChibiOS - Copyright (C) 2006..2018 Giovanni Di Sirio + ChibiOS - Copyright (C) 2021 Stefan Kerkmann Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/os/hal/ports/GD/GD32VF103/OTG/hal_usb_lld.c b/os/hal/ports/GD/GD32VF103/OTG/hal_usb_lld.c index d72ce4e92f..6f1b550d9f 100644 --- a/os/hal/ports/GD/GD32VF103/OTG/hal_usb_lld.c +++ b/os/hal/ports/GD/GD32VF103/OTG/hal_usb_lld.c @@ -1,5 +1,6 @@ /* - ChibiOS - Copyright (C) 2006..2018 Giovanni Di Sirio + ChibiOS - Copyright (C) 2006..2018 Giovanni Di Sirio + ChibiOS - Copyright (C) 2021 Stefan Kerkmann Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/os/hal/ports/GD/GD32VF103/OTG/hal_usb_lld.h b/os/hal/ports/GD/GD32VF103/OTG/hal_usb_lld.h index d0a31d1dfc..c1c61aa139 100644 --- a/os/hal/ports/GD/GD32VF103/OTG/hal_usb_lld.h +++ b/os/hal/ports/GD/GD32VF103/OTG/hal_usb_lld.h @@ -1,5 +1,6 @@ /* - ChibiOS - Copyright (C) 2006..2018 Giovanni Di Sirio + ChibiOS - Copyright (C) 2006..2018 Giovanni Di Sirio + ChibiOS - Copyright (C) 2021 Stefan Kerkmann Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/os/hal/ports/GD/GD32VF103/RTC/hal_rtc_lld.c b/os/hal/ports/GD/GD32VF103/RTC/hal_rtc_lld.c index 08a8c5f1a8..b83c914e77 100644 --- a/os/hal/ports/GD/GD32VF103/RTC/hal_rtc_lld.c +++ b/os/hal/ports/GD/GD32VF103/RTC/hal_rtc_lld.c @@ -1,5 +1,6 @@ /* - ChibiOS - Copyright (C) 2006..2018 Giovanni Di Sirio + ChibiOS - Copyright (C) 2006..2018 Giovanni Di Sirio + ChibiOS - Copyright (C) 2021 Stefan Kerkmann Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/os/hal/ports/GD/GD32VF103/RTC/hal_rtc_lld.h b/os/hal/ports/GD/GD32VF103/RTC/hal_rtc_lld.h index 083548f784..f8eb18ebf7 100644 --- a/os/hal/ports/GD/GD32VF103/RTC/hal_rtc_lld.h +++ b/os/hal/ports/GD/GD32VF103/RTC/hal_rtc_lld.h @@ -1,5 +1,6 @@ /* - ChibiOS - Copyright (C) 2006..2018 Giovanni Di Sirio + ChibiOS - Copyright (C) 2006..2018 Giovanni Di Sirio + ChibiOS - Copyright (C) 2021 Stefan Kerkmann Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/os/hal/ports/GD/GD32VF103/SPI/hal_i2s_lld.c b/os/hal/ports/GD/GD32VF103/SPI/hal_i2s_lld.c index 223e2ddb0a..21bdee2c67 100644 --- a/os/hal/ports/GD/GD32VF103/SPI/hal_i2s_lld.c +++ b/os/hal/ports/GD/GD32VF103/SPI/hal_i2s_lld.c @@ -1,5 +1,6 @@ /* - ChibiOS - Copyright (C) 2006..2018 Giovanni Di Sirio + ChibiOS - Copyright (C) 2006..2018 Giovanni Di Sirio + ChibiOS - Copyright (C) 2021 Stefan Kerkmann Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/os/hal/ports/GD/GD32VF103/SPI/hal_i2s_lld.h b/os/hal/ports/GD/GD32VF103/SPI/hal_i2s_lld.h index 08458f642f..ac6fb8c030 100644 --- a/os/hal/ports/GD/GD32VF103/SPI/hal_i2s_lld.h +++ b/os/hal/ports/GD/GD32VF103/SPI/hal_i2s_lld.h @@ -1,5 +1,6 @@ /* - ChibiOS - Copyright (C) 2006..2018 Giovanni Di Sirio + ChibiOS - Copyright (C) 2006..2018 Giovanni Di Sirio + ChibiOS - Copyright (C) 2021 Stefan Kerkmann Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/os/hal/ports/GD/GD32VF103/SPI/hal_spi_lld.c b/os/hal/ports/GD/GD32VF103/SPI/hal_spi_lld.c index 6b7fb38105..2011c65be3 100644 --- a/os/hal/ports/GD/GD32VF103/SPI/hal_spi_lld.c +++ b/os/hal/ports/GD/GD32VF103/SPI/hal_spi_lld.c @@ -1,5 +1,6 @@ /* - ChibiOS - Copyright (C) 2006..2018 Giovanni Di Sirio + ChibiOS - Copyright (C) 2006..2018 Giovanni Di Sirio + ChibiOS - Copyright (C) 2021 Stefan Kerkmann Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/os/hal/ports/GD/GD32VF103/SPI/hal_spi_lld.h b/os/hal/ports/GD/GD32VF103/SPI/hal_spi_lld.h index 918857fabc..527d58f826 100644 --- a/os/hal/ports/GD/GD32VF103/SPI/hal_spi_lld.h +++ b/os/hal/ports/GD/GD32VF103/SPI/hal_spi_lld.h @@ -1,5 +1,6 @@ /* - ChibiOS - Copyright (C) 2006..2018 Giovanni Di Sirio + ChibiOS - Copyright (C) 2006..2018 Giovanni Di Sirio + ChibiOS - Copyright (C) 2021 Stefan Kerkmann Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/os/hal/ports/GD/GD32VF103/TIM/gd32_tim.h b/os/hal/ports/GD/GD32VF103/TIM/gd32_tim.h index 86a8db9160..744e956ef0 100644 --- a/os/hal/ports/GD/GD32VF103/TIM/gd32_tim.h +++ b/os/hal/ports/GD/GD32VF103/TIM/gd32_tim.h @@ -1,5 +1,6 @@ /* - ChibiOS - Copyright (C) 2006..2018 Giovanni Di Sirio + ChibiOS - Copyright (C) 2006..2018 Giovanni Di Sirio + ChibiOS - Copyright (C) 2021 Stefan Kerkmann Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/os/hal/ports/GD/GD32VF103/TIM/hal_gpt_lld.c b/os/hal/ports/GD/GD32VF103/TIM/hal_gpt_lld.c index 78c98a6fb6..6fc2743775 100644 --- a/os/hal/ports/GD/GD32VF103/TIM/hal_gpt_lld.c +++ b/os/hal/ports/GD/GD32VF103/TIM/hal_gpt_lld.c @@ -1,5 +1,6 @@ /* - ChibiOS - Copyright (C) 2006..2018 Giovanni Di Sirio + ChibiOS - Copyright (C) 2006..2018 Giovanni Di Sirio + ChibiOS - Copyright (C) 2021 Stefan Kerkmann Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/os/hal/ports/GD/GD32VF103/TIM/hal_gpt_lld.h b/os/hal/ports/GD/GD32VF103/TIM/hal_gpt_lld.h index f162071b96..8dab98491c 100644 --- a/os/hal/ports/GD/GD32VF103/TIM/hal_gpt_lld.h +++ b/os/hal/ports/GD/GD32VF103/TIM/hal_gpt_lld.h @@ -1,5 +1,6 @@ /* - ChibiOS - Copyright (C) 2006..2018 Giovanni Di Sirio + ChibiOS - Copyright (C) 2006..2018 Giovanni Di Sirio + ChibiOS - Copyright (C) 2021 Stefan Kerkmann Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/os/hal/ports/GD/GD32VF103/TIM/hal_icu_lld.c b/os/hal/ports/GD/GD32VF103/TIM/hal_icu_lld.c index b6f9ab4a37..9b9e350a2c 100644 --- a/os/hal/ports/GD/GD32VF103/TIM/hal_icu_lld.c +++ b/os/hal/ports/GD/GD32VF103/TIM/hal_icu_lld.c @@ -1,5 +1,6 @@ /* - ChibiOS - Copyright (C) 2006..2018 Giovanni Di Sirio + ChibiOS - Copyright (C) 2006..2018 Giovanni Di Sirio + ChibiOS - Copyright (C) 2021 Stefan Kerkmann Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/os/hal/ports/GD/GD32VF103/TIM/hal_icu_lld.h b/os/hal/ports/GD/GD32VF103/TIM/hal_icu_lld.h index 5271c0a5c8..350f6832dd 100644 --- a/os/hal/ports/GD/GD32VF103/TIM/hal_icu_lld.h +++ b/os/hal/ports/GD/GD32VF103/TIM/hal_icu_lld.h @@ -1,5 +1,6 @@ /* - ChibiOS - Copyright (C) 2006..2018 Giovanni Di Sirio + ChibiOS - Copyright (C) 2006..2018 Giovanni Di Sirio + ChibiOS - Copyright (C) 2021 Stefan Kerkmann Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/os/hal/ports/GD/GD32VF103/TIM/hal_pwm_lld.c b/os/hal/ports/GD/GD32VF103/TIM/hal_pwm_lld.c index fbc30a13ba..2487abf58f 100644 --- a/os/hal/ports/GD/GD32VF103/TIM/hal_pwm_lld.c +++ b/os/hal/ports/GD/GD32VF103/TIM/hal_pwm_lld.c @@ -1,5 +1,6 @@ /* - ChibiOS - Copyright (C) 2006..2018 Giovanni Di Sirio + ChibiOS - Copyright (C) 2006..2018 Giovanni Di Sirio + ChibiOS - Copyright (C) 2021 Stefan Kerkmann Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/os/hal/ports/GD/GD32VF103/TIM/hal_pwm_lld.h b/os/hal/ports/GD/GD32VF103/TIM/hal_pwm_lld.h index 544c49c2ac..59db4c4310 100644 --- a/os/hal/ports/GD/GD32VF103/TIM/hal_pwm_lld.h +++ b/os/hal/ports/GD/GD32VF103/TIM/hal_pwm_lld.h @@ -1,5 +1,6 @@ /* - ChibiOS - Copyright (C) 2006..2018 Giovanni Di Sirio + ChibiOS - Copyright (C) 2006..2018 Giovanni Di Sirio + ChibiOS - Copyright (C) 2021 Stefan Kerkmann Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/os/hal/ports/GD/GD32VF103/TIM/hal_st_lld.c b/os/hal/ports/GD/GD32VF103/TIM/hal_st_lld.c index 4d7c63b83f..04e8b4ad9b 100644 --- a/os/hal/ports/GD/GD32VF103/TIM/hal_st_lld.c +++ b/os/hal/ports/GD/GD32VF103/TIM/hal_st_lld.c @@ -1,5 +1,6 @@ /* - ChibiOS - Copyright (C) 2006..2018 Giovanni Di Sirio + ChibiOS - Copyright (C) 2006..2018 Giovanni Di Sirio + ChibiOS - Copyright (C) 2021 Stefan Kerkmann Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/os/hal/ports/GD/GD32VF103/TIM/hal_st_lld.h b/os/hal/ports/GD/GD32VF103/TIM/hal_st_lld.h index 859845be8d..881c66d82f 100644 --- a/os/hal/ports/GD/GD32VF103/TIM/hal_st_lld.h +++ b/os/hal/ports/GD/GD32VF103/TIM/hal_st_lld.h @@ -1,5 +1,6 @@ /* - ChibiOS - Copyright (C) 2006..2018 Giovanni Di Sirio + ChibiOS - Copyright (C) 2006..2018 Giovanni Di Sirio + ChibiOS - Copyright (C) 2021 Stefan Kerkmann Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/os/hal/ports/GD/GD32VF103/USART/hal_serial_lld.c b/os/hal/ports/GD/GD32VF103/USART/hal_serial_lld.c index 3c3d4a46c7..6b1d3e9bb6 100644 --- a/os/hal/ports/GD/GD32VF103/USART/hal_serial_lld.c +++ b/os/hal/ports/GD/GD32VF103/USART/hal_serial_lld.c @@ -1,5 +1,6 @@ /* - ChibiOS - Copyright (C) 2006..2018 Giovanni Di Sirio + ChibiOS - Copyright (C) 2006..2018 Giovanni Di Sirio + ChibiOS - Copyright (C) 2021 Stefan Kerkmann Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/os/hal/ports/GD/GD32VF103/USART/hal_serial_lld.h b/os/hal/ports/GD/GD32VF103/USART/hal_serial_lld.h index f075f3f3a4..aa57147332 100644 --- a/os/hal/ports/GD/GD32VF103/USART/hal_serial_lld.h +++ b/os/hal/ports/GD/GD32VF103/USART/hal_serial_lld.h @@ -1,5 +1,6 @@ /* - ChibiOS - Copyright (C) 2006..2018 Giovanni Di Sirio + ChibiOS - Copyright (C) 2006..2018 Giovanni Di Sirio + ChibiOS - Copyright (C) 2021 Stefan Kerkmann Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/os/hal/ports/GD/GD32VF103/USART/hal_uart_lld.c b/os/hal/ports/GD/GD32VF103/USART/hal_uart_lld.c index a60945e8fa..12a13a7d84 100644 --- a/os/hal/ports/GD/GD32VF103/USART/hal_uart_lld.c +++ b/os/hal/ports/GD/GD32VF103/USART/hal_uart_lld.c @@ -1,5 +1,6 @@ /* - ChibiOS - Copyright (C) 2006..2018 Giovanni Di Sirio + ChibiOS - Copyright (C) 2006..2018 Giovanni Di Sirio + ChibiOS - Copyright (C) 2021 Stefan Kerkmann Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/os/hal/ports/GD/GD32VF103/USART/hal_uart_lld.h b/os/hal/ports/GD/GD32VF103/USART/hal_uart_lld.h index e5999bb1e3..b6dcfd3bde 100644 --- a/os/hal/ports/GD/GD32VF103/USART/hal_uart_lld.h +++ b/os/hal/ports/GD/GD32VF103/USART/hal_uart_lld.h @@ -1,5 +1,6 @@ /* - ChibiOS - Copyright (C) 2006..2018 Giovanni Di Sirio + ChibiOS - Copyright (C) 2006..2018 Giovanni Di Sirio + ChibiOS - Copyright (C) 2021 Stefan Kerkmann Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/os/hal/ports/GD/GD32VF103/gd32_isr.c b/os/hal/ports/GD/GD32VF103/gd32_isr.c index bdfad221ff..d0195b4614 100644 --- a/os/hal/ports/GD/GD32VF103/gd32_isr.c +++ b/os/hal/ports/GD/GD32VF103/gd32_isr.c @@ -1,5 +1,6 @@ /* - ChibiOS - Copyright (C) 2006..2018 Giovanni Di Sirio + ChibiOS - Copyright (C) 2006..2018 Giovanni Di Sirio + ChibiOS - Copyright (C) 2021 Stefan Kerkmann Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/os/hal/ports/GD/GD32VF103/gd32_rcu.h b/os/hal/ports/GD/GD32VF103/gd32_rcu.h index cb04d4c472..98098ddedb 100644 --- a/os/hal/ports/GD/GD32VF103/gd32_rcu.h +++ b/os/hal/ports/GD/GD32VF103/gd32_rcu.h @@ -1,5 +1,6 @@ /* - ChibiOS - Copyright (C) 2006..2018 Giovanni Di Sirio + ChibiOS - Copyright (C) 2006..2018 Giovanni Di Sirio + ChibiOS - Copyright (C) 2021 Stefan Kerkmann Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/os/hal/ports/GD/GD32VF103/hal_adc_lld.c b/os/hal/ports/GD/GD32VF103/hal_adc_lld.c index 9662b66507..899bcb31c2 100644 --- a/os/hal/ports/GD/GD32VF103/hal_adc_lld.c +++ b/os/hal/ports/GD/GD32VF103/hal_adc_lld.c @@ -1,5 +1,6 @@ /* - ChibiOS - Copyright (C) 2006..2018 Giovanni Di Sirio + ChibiOS - Copyright (C) 2006..2018 Giovanni Di Sirio + ChibiOS - Copyright (C) 2021 Stefan Kerkmann Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/os/hal/ports/GD/GD32VF103/hal_adc_lld.h b/os/hal/ports/GD/GD32VF103/hal_adc_lld.h index decdbdffaa..976b111531 100644 --- a/os/hal/ports/GD/GD32VF103/hal_adc_lld.h +++ b/os/hal/ports/GD/GD32VF103/hal_adc_lld.h @@ -1,5 +1,6 @@ /* - ChibiOS - Copyright (C) 2006..2018 Giovanni Di Sirio + ChibiOS - Copyright (C) 2006..2018 Giovanni Di Sirio + ChibiOS - Copyright (C) 2021 Stefan Kerkmann Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/os/hal/ports/GD/GD32VF103/hal_efl_lld.c b/os/hal/ports/GD/GD32VF103/hal_efl_lld.c index e7741cd16d..c98eba6be1 100644 --- a/os/hal/ports/GD/GD32VF103/hal_efl_lld.c +++ b/os/hal/ports/GD/GD32VF103/hal_efl_lld.c @@ -1,5 +1,6 @@ /* - ChibiOS - Copyright (C) 2006..2018 Giovanni Di Sirio + ChibiOS - Copyright (C) 2006..2018 Giovanni Di Sirio + ChibiOS - Copyright (C) 2021 Stefan Kerkmann Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/os/hal/ports/GD/GD32VF103/hal_efl_lld.h b/os/hal/ports/GD/GD32VF103/hal_efl_lld.h index c6f7a29909..1133c29cce 100644 --- a/os/hal/ports/GD/GD32VF103/hal_efl_lld.h +++ b/os/hal/ports/GD/GD32VF103/hal_efl_lld.h @@ -1,5 +1,6 @@ /* - ChibiOS - Copyright (C) 2006..2018 Giovanni Di Sirio + ChibiOS - Copyright (C) 2006..2018 Giovanni Di Sirio + ChibiOS - Copyright (C) 2021 Stefan Kerkmann Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/os/hal/ports/GD/GD32VF103/hal_lld.c b/os/hal/ports/GD/GD32VF103/hal_lld.c index 02db60a3c2..db069f0388 100644 --- a/os/hal/ports/GD/GD32VF103/hal_lld.c +++ b/os/hal/ports/GD/GD32VF103/hal_lld.c @@ -1,5 +1,6 @@ /* - ChibiOS - Copyright (C) 2006..2018 Giovanni Di Sirio + ChibiOS - Copyright (C) 2006..2018 Giovanni Di Sirio + ChibiOS - Copyright (C) 2021 Stefan Kerkmann Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/os/hal/ports/GD/GD32VF103/xWDG/hal_wdg_lld.c b/os/hal/ports/GD/GD32VF103/xWDG/hal_wdg_lld.c index 32566ab979..9f09c23381 100644 --- a/os/hal/ports/GD/GD32VF103/xWDG/hal_wdg_lld.c +++ b/os/hal/ports/GD/GD32VF103/xWDG/hal_wdg_lld.c @@ -1,5 +1,6 @@ /* - ChibiOS - Copyright (C) 2006..2018 Giovanni Di Sirio + ChibiOS - Copyright (C) 2006..2018 Giovanni Di Sirio + ChibiOS - Copyright (C) 2021 Stefan Kerkmann Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/os/hal/ports/GD/GD32VF103/xWDG/hal_wdg_lld.h b/os/hal/ports/GD/GD32VF103/xWDG/hal_wdg_lld.h index d8398fd110..8f2347cfe3 100644 --- a/os/hal/ports/GD/GD32VF103/xWDG/hal_wdg_lld.h +++ b/os/hal/ports/GD/GD32VF103/xWDG/hal_wdg_lld.h @@ -1,5 +1,6 @@ /* - ChibiOS - Copyright (C) 2006..2018 Giovanni Di Sirio + ChibiOS - Copyright (C) 2006..2018 Giovanni Di Sirio + ChibiOS - Copyright (C) 2021 Stefan Kerkmann Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.