diff --git a/bsp/airm2m/air32f103/README.md b/bsp/airm2m/air32f103/README.md index 852b4b2f4e..d5ed050706 100644 --- a/bsp/airm2m/air32f103/README.md +++ b/bsp/airm2m/air32f103/README.md @@ -106,6 +106,6 @@ msh > 维护人: -- [**Dozingfiretruck (打盹的消防车)**](https://github.com/Dozingfiretruck) +- [**PeakRacing**](https://github.com/PeakRacing) - [**淘宝地址**](https://item.taobao.com/item.htm?spm=a1z10.5-c-s.w4002-24045920841.15.29395bcdUExSHR&id=666216389131) diff --git a/bsp/fm33lc026/libraries/HAL_Drivers/drv_config.h b/bsp/fm33lc026/libraries/HAL_Drivers/drv_config.h index 162ca55656..8a1373f027 100644 --- a/bsp/fm33lc026/libraries/HAL_Drivers/drv_config.h +++ b/bsp/fm33lc026/libraries/HAL_Drivers/drv_config.h @@ -6,7 +6,7 @@ * Change Logs: * Date Author Notes * 2018-10-30 SummerGift first version - * 2020-10-14 Dozingfiretruck Porting for stm32wbxx + * 2020-10-14 PeakRacing Porting for stm32wbxx * 2021-08-27 Jiao first version */ diff --git a/bsp/fm33lc026/libraries/HAL_Drivers/drv_usart.h b/bsp/fm33lc026/libraries/HAL_Drivers/drv_usart.h index 9169da5dd9..757265e110 100644 --- a/bsp/fm33lc026/libraries/HAL_Drivers/drv_usart.h +++ b/bsp/fm33lc026/libraries/HAL_Drivers/drv_usart.h @@ -7,7 +7,7 @@ * Date Author Notes * 2018.10.30 SummerGift first version * 2019.03.05 whj4674672 add stm32h7 - * 2020-10-14 Dozingfiretruck Porting for stm32wbxx + * 2020-10-14 PeakRacing Porting for stm32wbxx */ #ifndef __DRV_USART_H__ diff --git a/bsp/stm32/libraries/HAL_Drivers/drivers/config/wb/adc_config.h b/bsp/stm32/libraries/HAL_Drivers/drivers/config/wb/adc_config.h index d62977ed8b..0de7f3beb3 100644 --- a/bsp/stm32/libraries/HAL_Drivers/drivers/config/wb/adc_config.h +++ b/bsp/stm32/libraries/HAL_Drivers/drivers/config/wb/adc_config.h @@ -5,7 +5,7 @@ * * Change Logs: * Date Author Notes - * 2020-10-14 Dozingfiretruck first version + * 2020-10-14 PeakRacing first version */ #ifndef __ADC_CONFIG_H__ diff --git a/bsp/stm32/libraries/HAL_Drivers/drivers/config/wb/dma_config.h b/bsp/stm32/libraries/HAL_Drivers/drivers/config/wb/dma_config.h index 2d34ca76e4..adbab77de2 100644 --- a/bsp/stm32/libraries/HAL_Drivers/drivers/config/wb/dma_config.h +++ b/bsp/stm32/libraries/HAL_Drivers/drivers/config/wb/dma_config.h @@ -6,7 +6,7 @@ * Change Logs: * Date Author Notes * Date Author Notes - * 2020-10-14 Dozingfiretruck first version + * 2020-10-14 PeakRacing first version */ #ifndef __DMA_CONFIG_H__ diff --git a/bsp/stm32/libraries/HAL_Drivers/drivers/config/wb/pwm_config.h b/bsp/stm32/libraries/HAL_Drivers/drivers/config/wb/pwm_config.h index 6f52ca2044..5823ac678d 100644 --- a/bsp/stm32/libraries/HAL_Drivers/drivers/config/wb/pwm_config.h +++ b/bsp/stm32/libraries/HAL_Drivers/drivers/config/wb/pwm_config.h @@ -5,7 +5,7 @@ * * Change Logs: * Date Author Notes - * 2020-10-14 Dozingfiretruck first version + * 2020-10-14 PeakRacing first version * 2023-04-08 Wangyuqiang complete PWM defination */ diff --git a/bsp/stm32/libraries/HAL_Drivers/drivers/config/wb/qspi_config.h b/bsp/stm32/libraries/HAL_Drivers/drivers/config/wb/qspi_config.h index c02de26ab2..60964576c5 100644 --- a/bsp/stm32/libraries/HAL_Drivers/drivers/config/wb/qspi_config.h +++ b/bsp/stm32/libraries/HAL_Drivers/drivers/config/wb/qspi_config.h @@ -5,7 +5,7 @@ * * Change Logs: * Date Author Notes - * 2020-10-14 Dozingfiretruck first version + * 2020-10-14 PeakRacing first version */ #ifndef __QSPI_CONFIG_H__ diff --git a/bsp/stm32/libraries/HAL_Drivers/drivers/config/wb/spi_config.h b/bsp/stm32/libraries/HAL_Drivers/drivers/config/wb/spi_config.h index 8e628aaf88..fa63a162de 100644 --- a/bsp/stm32/libraries/HAL_Drivers/drivers/config/wb/spi_config.h +++ b/bsp/stm32/libraries/HAL_Drivers/drivers/config/wb/spi_config.h @@ -5,7 +5,7 @@ * * Change Logs: * Date Author Notes - * 2020-10-14 Dozingfiretruck first version + * 2020-10-14 PeakRacing first version */ #ifndef __SPI_CONFIG_H__ diff --git a/bsp/stm32/libraries/HAL_Drivers/drivers/config/wb/tim_config.h b/bsp/stm32/libraries/HAL_Drivers/drivers/config/wb/tim_config.h index 1c8c178bd0..1aa956e255 100644 --- a/bsp/stm32/libraries/HAL_Drivers/drivers/config/wb/tim_config.h +++ b/bsp/stm32/libraries/HAL_Drivers/drivers/config/wb/tim_config.h @@ -5,7 +5,7 @@ * * Change Logs: * Date Author Notes - * 2020-10-14 Dozingfiretruck first version + * 2020-10-14 PeakRacing first version */ #ifndef __TIM_CONFIG_H__ diff --git a/bsp/stm32/libraries/HAL_Drivers/drivers/config/wb/uart_config.h b/bsp/stm32/libraries/HAL_Drivers/drivers/config/wb/uart_config.h index 0ab2c29aac..b36e7bd94c 100644 --- a/bsp/stm32/libraries/HAL_Drivers/drivers/config/wb/uart_config.h +++ b/bsp/stm32/libraries/HAL_Drivers/drivers/config/wb/uart_config.h @@ -5,7 +5,7 @@ * * Change Logs: * Date Author Notes - * 2020-10-14 Dozingfiretruck first version + * 2020-10-14 PeakRacing first version */ #ifndef __UART_CONFIG_H__ diff --git a/bsp/stm32/libraries/HAL_Drivers/drivers/config/wb/usbd_config.h b/bsp/stm32/libraries/HAL_Drivers/drivers/config/wb/usbd_config.h index dd61e64a8d..6c074ce4cf 100644 --- a/bsp/stm32/libraries/HAL_Drivers/drivers/config/wb/usbd_config.h +++ b/bsp/stm32/libraries/HAL_Drivers/drivers/config/wb/usbd_config.h @@ -5,7 +5,7 @@ * * Change Logs: * Date Author Notes - * 2020-10-14 Dozingfiretruck first version + * 2020-10-14 PeakRacing first version */ #ifndef __USBD_CONFIG_H__ #define __USBD_CONFIG_H__ diff --git a/bsp/stm32/libraries/HAL_Drivers/drivers/drv_adc.c b/bsp/stm32/libraries/HAL_Drivers/drivers/drv_adc.c index 3348c7698f..64d8469125 100644 --- a/bsp/stm32/libraries/HAL_Drivers/drivers/drv_adc.c +++ b/bsp/stm32/libraries/HAL_Drivers/drivers/drv_adc.c @@ -9,7 +9,7 @@ * 2018-12-12 greedyhao Porting for stm32f7xx * 2019-02-01 yuneizhilin fix the stm32_adc_init function initialization issue * 2020-06-17 thread-liu Porting for stm32mp1xx - * 2020-10-14 Dozingfiretruck Porting for stm32wbxx + * 2020-10-14 PeakRacing Porting for stm32wbxx * 2022-05-22 Stanley Lwin Add stm32_adc_get_vref * 2022-12-26 wdfk-prog Change the order of configuration channels and calibration functions */ diff --git a/bsp/stm32/libraries/HAL_Drivers/drivers/drv_config.h b/bsp/stm32/libraries/HAL_Drivers/drivers/drv_config.h index cc53b17029..ddd665ac49 100644 --- a/bsp/stm32/libraries/HAL_Drivers/drivers/drv_config.h +++ b/bsp/stm32/libraries/HAL_Drivers/drivers/drv_config.h @@ -6,7 +6,7 @@ * Change Logs: * Date Author Notes * 2018-10-30 SummerGift first version - * 2020-10-14 Dozingfiretruck Porting for stm32wbxx + * 2020-10-14 PeakRacing Porting for stm32wbxx */ #ifndef __DRV_CONFIG_H__ diff --git a/bsp/stm32/libraries/HAL_Drivers/drivers/drv_crypto.c b/bsp/stm32/libraries/HAL_Drivers/drivers/drv_crypto.c index 5ded4f16ee..89d0515c29 100644 --- a/bsp/stm32/libraries/HAL_Drivers/drivers/drv_crypto.c +++ b/bsp/stm32/libraries/HAL_Drivers/drivers/drv_crypto.c @@ -6,7 +6,7 @@ * Change Logs: * Date Author Notes * 2019-07-10 Ernest 1st version - * 2020-10-14 Dozingfiretruck Porting for stm32wbxx + * 2020-10-14 PeakRacing Porting for stm32wbxx * 2020-11-26 thread-liu add hash * 2020-11-26 thread-liu add cryp * 2020-12-11 WKJay fix build problem diff --git a/bsp/stm32/libraries/HAL_Drivers/drivers/drv_dma.h b/bsp/stm32/libraries/HAL_Drivers/drivers/drv_dma.h index 3fe4ff8978..1fc6ffee44 100644 --- a/bsp/stm32/libraries/HAL_Drivers/drivers/drv_dma.h +++ b/bsp/stm32/libraries/HAL_Drivers/drivers/drv_dma.h @@ -6,7 +6,7 @@ * Change Logs: * Date Author Notes * 2018-11-10 SummerGift first version - * 2020-10-14 Dozingfiretruck Porting for stm32wbxx + * 2020-10-14 PeakRacing Porting for stm32wbxx */ #ifndef __DRV_DMA_H_ diff --git a/bsp/stm32/libraries/HAL_Drivers/drivers/drv_flash/drv_flash_wb.c b/bsp/stm32/libraries/HAL_Drivers/drivers/drv_flash/drv_flash_wb.c index e8924f494f..642c9953d7 100644 --- a/bsp/stm32/libraries/HAL_Drivers/drivers/drv_flash/drv_flash_wb.c +++ b/bsp/stm32/libraries/HAL_Drivers/drivers/drv_flash/drv_flash_wb.c @@ -5,7 +5,7 @@ * * Change Logs: * Date Author Notes - * 2020-10-14 Dozingfiretruck first version + * 2020-10-14 PeakRacing first version */ #include diff --git a/bsp/stm32/libraries/HAL_Drivers/drivers/drv_rtc.c b/bsp/stm32/libraries/HAL_Drivers/drivers/drv_rtc.c index 83828c7a38..b86c4ba93b 100644 --- a/bsp/stm32/libraries/HAL_Drivers/drivers/drv_rtc.c +++ b/bsp/stm32/libraries/HAL_Drivers/drivers/drv_rtc.c @@ -6,7 +6,7 @@ * Change Logs: * Date Author Notes * 2018-12-04 balanceTWK first version - * 2020-10-14 Dozingfiretruck Porting for stm32wbxx + * 2020-10-14 PeakRacing Porting for stm32wbxx * 2021-02-05 Meco Man fix the problem of mixing local time and UTC time * 2021-07-05 iysheng implement RTC framework V2.0 * 2025-06-05 RCSN add local time conversion for get timeval and set stamp diff --git a/bsp/stm32/libraries/HAL_Drivers/drivers/drv_spi.c b/bsp/stm32/libraries/HAL_Drivers/drivers/drv_spi.c index 07be86130d..6f3a5a6dd0 100644 --- a/bsp/stm32/libraries/HAL_Drivers/drivers/drv_spi.c +++ b/bsp/stm32/libraries/HAL_Drivers/drivers/drv_spi.c @@ -10,7 +10,7 @@ * 2019-01-03 zylx modify DMA initialization and spixfer function * 2020-01-15 whj4674672 Porting for stm32h7xx * 2020-06-18 thread-liu Porting for stm32mp1xx - * 2020-10-14 Dozingfiretruck Porting for stm32wbxx + * 2020-10-14 PeakRacing Porting for stm32wbxx */ #include diff --git a/bsp/stm32/libraries/HAL_Drivers/drivers/drv_tim.c b/bsp/stm32/libraries/HAL_Drivers/drivers/drv_tim.c index 5ff7005791..4533df7a64 100644 --- a/bsp/stm32/libraries/HAL_Drivers/drivers/drv_tim.c +++ b/bsp/stm32/libraries/HAL_Drivers/drivers/drv_tim.c @@ -8,7 +8,7 @@ * 2018-12-10 zylx first version * 2020-06-16 thread-liu Porting for stm32mp1 * 2020-08-25 linyongkang Fix the timer clock frequency doubling problem - * 2020-10-14 Dozingfiretruck Porting for stm32wbxx + * 2020-10-14 PeakRacing Porting for stm32wbxx * 2020-11-18 leizhixiong add STM32H7 series support * 2023-08-21 Donocean fix the MCU crash when using timer6 * 2023-12-24 Meco Man add TIMx existing check diff --git a/bsp/stm32/libraries/HAL_Drivers/drivers/drv_usart.c b/bsp/stm32/libraries/HAL_Drivers/drivers/drv_usart.c index 5174fbe769..86be2bc419 100644 --- a/bsp/stm32/libraries/HAL_Drivers/drivers/drv_usart.c +++ b/bsp/stm32/libraries/HAL_Drivers/drivers/drv_usart.c @@ -10,7 +10,7 @@ * 2020-03-20 SummerGift fix bug caused by ORE * 2020-05-02 whj4674672 support stm32h7 uart dma * 2020-09-09 forest-rain support stm32wl uart - * 2020-10-14 Dozingfiretruck Porting for stm32wbxx + * 2020-10-14 PeakRacing Porting for stm32wbxx */ #include "board.h" diff --git a/bsp/stm32/libraries/HAL_Drivers/drivers/drv_usart.h b/bsp/stm32/libraries/HAL_Drivers/drivers/drv_usart.h index 1d505b7d3a..f8b5e16af9 100644 --- a/bsp/stm32/libraries/HAL_Drivers/drivers/drv_usart.h +++ b/bsp/stm32/libraries/HAL_Drivers/drivers/drv_usart.h @@ -7,7 +7,7 @@ * Date Author Notes * 2018-10-30 SummerGift first version * 2019-03-05 whj4674672 add stm32h7 - * 2020-10-14 Dozingfiretruck Porting for stm32wbxx + * 2020-10-14 PeakRacing Porting for stm32wbxx */ #ifndef __DRV_USART_H__ diff --git a/bsp/stm32/libraries/templates/stm32wbxx/applications/main.c b/bsp/stm32/libraries/templates/stm32wbxx/applications/main.c index ce87056796..d7a3a330c9 100644 --- a/bsp/stm32/libraries/templates/stm32wbxx/applications/main.c +++ b/bsp/stm32/libraries/templates/stm32wbxx/applications/main.c @@ -5,7 +5,7 @@ * * Change Logs: * Date Author Notes - * 2020-09-29 Dozingfiretruck first version + * 2020-09-29 PeakRacing first version */ #include diff --git a/bsp/stm32/stm32f407-armfly-v5/README.md b/bsp/stm32/stm32f407-armfly-v5/README.md index 0b43676e2a..8bf93f7460 100644 --- a/bsp/stm32/stm32f407-armfly-v5/README.md +++ b/bsp/stm32/stm32f407-armfly-v5/README.md @@ -130,4 +130,4 @@ msh > 维护人: -- [Dozingfiretruck](https://gitee.com/Dozingfiretruck), 邮箱: \ No newline at end of file +- [PeakRacing](https://gitee.com/PeakRacing), 邮箱: \ No newline at end of file diff --git a/bsp/stm32/stm32f407-armfly-v5/applications/main.c b/bsp/stm32/stm32f407-armfly-v5/applications/main.c index d4ffbccdbf..b8f4116435 100644 --- a/bsp/stm32/stm32f407-armfly-v5/applications/main.c +++ b/bsp/stm32/stm32f407-armfly-v5/applications/main.c @@ -5,7 +5,7 @@ * * Change Logs: * Date Author Notes - * 2020-07-13 Dozingfiretruck first version + * 2020-07-13 PeakRacing first version * 2023-12-03 Meco Man support nano version */ diff --git a/bsp/stm32/stm32f407-armfly-v5/board/board.c b/bsp/stm32/stm32f407-armfly-v5/board/board.c index e80bcb0e7c..739b731834 100644 --- a/bsp/stm32/stm32f407-armfly-v5/board/board.c +++ b/bsp/stm32/stm32f407-armfly-v5/board/board.c @@ -5,7 +5,7 @@ * * Change Logs: * Date Author Notes - * 2020-07-13 Dozingfiretruck first version + * 2020-07-13 PeakRacing first version */ #include diff --git a/bsp/stm32/stm32f407-armfly-v5/board/board.h b/bsp/stm32/stm32f407-armfly-v5/board/board.h index 4e8feb60fd..0fe7bfbade 100644 --- a/bsp/stm32/stm32f407-armfly-v5/board/board.h +++ b/bsp/stm32/stm32f407-armfly-v5/board/board.h @@ -5,7 +5,7 @@ * * Change Logs: * Date Author Notes - * 2020-07-13 Dozingfiretruck first version + * 2020-07-13 PeakRacing first version */ #ifndef __BOARD_H__ diff --git a/bsp/stm32/stm32f407-armfly-v5/board/ports/fal_cfg.h b/bsp/stm32/stm32f407-armfly-v5/board/ports/fal_cfg.h index c512fcef35..8a15f487e7 100644 --- a/bsp/stm32/stm32f407-armfly-v5/board/ports/fal_cfg.h +++ b/bsp/stm32/stm32f407-armfly-v5/board/ports/fal_cfg.h @@ -5,7 +5,7 @@ * * Change Logs: * Date Author Notes - * 2020-07-13 Dozingfiretruck first version + * 2020-07-13 PeakRacing first version */ #ifndef _FAL_CFG_H_ diff --git a/bsp/stm32/stm32f407-armfly-v5/board/ports/sdcard_port.c b/bsp/stm32/stm32f407-armfly-v5/board/ports/sdcard_port.c index 2b6e48ba3f..47e4371797 100644 --- a/bsp/stm32/stm32f407-armfly-v5/board/ports/sdcard_port.c +++ b/bsp/stm32/stm32f407-armfly-v5/board/ports/sdcard_port.c @@ -5,7 +5,7 @@ * * Change Logs: * Date Author Notes - * 2020-07-13 Dozingfiretruck first version + * 2020-07-13 PeakRacing first version */ #include diff --git a/bsp/stm32/stm32f407-armfly-v5/board/ports/spi_flash_init.c b/bsp/stm32/stm32f407-armfly-v5/board/ports/spi_flash_init.c index 1f038b839b..b4e24b94f9 100644 --- a/bsp/stm32/stm32f407-armfly-v5/board/ports/spi_flash_init.c +++ b/bsp/stm32/stm32f407-armfly-v5/board/ports/spi_flash_init.c @@ -5,7 +5,7 @@ * * Change Logs: * Date Author Notes - * 2020-07-13 Dozingfiretruck first version + * 2020-07-13 PeakRacing first version */ #include diff --git a/bsp/stm32/stm32wb55-st-nucleo/README.md b/bsp/stm32/stm32wb55-st-nucleo/README.md index f782e85456..28e9a93e48 100644 --- a/bsp/stm32/stm32wb55-st-nucleo/README.md +++ b/bsp/stm32/stm32wb55-st-nucleo/README.md @@ -113,4 +113,4 @@ msh > 维护人: -- [Dozingfiretruck](https://gitee.com/Dozingfiretruck), 邮箱:<1473454180@qq.com> \ No newline at end of file +- [PeakRacing](https://gitee.com/PeakRacing), 邮箱:<1473454180@qq.com> \ No newline at end of file diff --git a/bsp/stm32/stm32wb55-st-nucleo/applications/main.c b/bsp/stm32/stm32wb55-st-nucleo/applications/main.c index b4a71ebc08..a3ce887e5c 100644 --- a/bsp/stm32/stm32wb55-st-nucleo/applications/main.c +++ b/bsp/stm32/stm32wb55-st-nucleo/applications/main.c @@ -5,7 +5,7 @@ * * Change Logs: * Date Author Notes - * 2020-09-29 Dozingfiretruck first version + * 2020-09-29 PeakRacing first version */ #include diff --git a/bsp/stm32/stm32wb55-st-nucleo/board/ports/fal_cfg.h b/bsp/stm32/stm32wb55-st-nucleo/board/ports/fal_cfg.h index e3c93996e7..09763f126e 100644 --- a/bsp/stm32/stm32wb55-st-nucleo/board/ports/fal_cfg.h +++ b/bsp/stm32/stm32wb55-st-nucleo/board/ports/fal_cfg.h @@ -5,7 +5,7 @@ * * Change Logs: * Date Author Notes - * 2020-09-29 Dozingfiretruck first version + * 2020-09-29 PeakRacing first version */ #ifndef _FAL_CFG_H_