diff --git a/bsp/airm2m/air32f103/README.md b/bsp/airm2m/air32f103/README.md index 852b4b2f4e2..d5ed0507068 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 162ca55656a..8a1373f027c 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 9169da5dd91..757265e1108 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 d62977ed8b0..0de7f3beb34 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 2d34ca76e4b..adbab77de20 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 6f52ca20445..5823ac678da 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 c02de26ab23..60964576c59 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 8e628aaf88a..fa63a162de3 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 1c8c178bd0a..1aa956e255b 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 0ab2c29aac0..b36e7bd94ca 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 dd61e64a8d0..6c074ce4cf7 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 3348c7698f9..64d8469125c 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 cc53b170298..ddd665ac491 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 5ded4f16eec..89d0515c291 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 3fe4ff8978d..1fc6ffee442 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 e8924f494f4..642c9953d71 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 83828c7a38f..b86c4ba93b1 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 07be86130dd..6f3a5a6dd0a 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 5ff70057915..4533df7a645 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 5174fbe769e..86be2bc4190 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 1d505b7d3aa..f8b5e16af93 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 ce87056796b..d7a3a330c92 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 0b43676e2ac..8bf93f74607 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 d4ffbccdbf8..b8f4116435c 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 e80bcb0e7cb..739b731834d 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 4e8feb60fd0..0fe7bfbade2 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 c512fcef355..8a15f487e71 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 2b6e48ba3f2..47e43717970 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 1f038b839b5..b4e24b94f9d 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 f782e854563..28e9a93e481 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 b4a71ebc089..a3ce887e5c6 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 e3c93996e7b..09763f126e8 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_