PeakRacing 2 дней назад
Родитель
Сommit
306505ea24
32 измененных файлов с 32 добавлено и 32 удалено
  1. 1 1
      bsp/airm2m/air32f103/README.md
  2. 1 1
      bsp/fm33lc026/libraries/HAL_Drivers/drv_config.h
  3. 1 1
      bsp/fm33lc026/libraries/HAL_Drivers/drv_usart.h
  4. 1 1
      bsp/stm32/libraries/HAL_Drivers/drivers/config/wb/adc_config.h
  5. 1 1
      bsp/stm32/libraries/HAL_Drivers/drivers/config/wb/dma_config.h
  6. 1 1
      bsp/stm32/libraries/HAL_Drivers/drivers/config/wb/pwm_config.h
  7. 1 1
      bsp/stm32/libraries/HAL_Drivers/drivers/config/wb/qspi_config.h
  8. 1 1
      bsp/stm32/libraries/HAL_Drivers/drivers/config/wb/spi_config.h
  9. 1 1
      bsp/stm32/libraries/HAL_Drivers/drivers/config/wb/tim_config.h
  10. 1 1
      bsp/stm32/libraries/HAL_Drivers/drivers/config/wb/uart_config.h
  11. 1 1
      bsp/stm32/libraries/HAL_Drivers/drivers/config/wb/usbd_config.h
  12. 1 1
      bsp/stm32/libraries/HAL_Drivers/drivers/drv_adc.c
  13. 1 1
      bsp/stm32/libraries/HAL_Drivers/drivers/drv_config.h
  14. 1 1
      bsp/stm32/libraries/HAL_Drivers/drivers/drv_crypto.c
  15. 1 1
      bsp/stm32/libraries/HAL_Drivers/drivers/drv_dma.h
  16. 1 1
      bsp/stm32/libraries/HAL_Drivers/drivers/drv_flash/drv_flash_wb.c
  17. 1 1
      bsp/stm32/libraries/HAL_Drivers/drivers/drv_rtc.c
  18. 1 1
      bsp/stm32/libraries/HAL_Drivers/drivers/drv_spi.c
  19. 1 1
      bsp/stm32/libraries/HAL_Drivers/drivers/drv_tim.c
  20. 1 1
      bsp/stm32/libraries/HAL_Drivers/drivers/drv_usart.c
  21. 1 1
      bsp/stm32/libraries/HAL_Drivers/drivers/drv_usart.h
  22. 1 1
      bsp/stm32/libraries/templates/stm32wbxx/applications/main.c
  23. 1 1
      bsp/stm32/stm32f407-armfly-v5/README.md
  24. 1 1
      bsp/stm32/stm32f407-armfly-v5/applications/main.c
  25. 1 1
      bsp/stm32/stm32f407-armfly-v5/board/board.c
  26. 1 1
      bsp/stm32/stm32f407-armfly-v5/board/board.h
  27. 1 1
      bsp/stm32/stm32f407-armfly-v5/board/ports/fal_cfg.h
  28. 1 1
      bsp/stm32/stm32f407-armfly-v5/board/ports/sdcard_port.c
  29. 1 1
      bsp/stm32/stm32f407-armfly-v5/board/ports/spi_flash_init.c
  30. 1 1
      bsp/stm32/stm32wb55-st-nucleo/README.md
  31. 1 1
      bsp/stm32/stm32wb55-st-nucleo/applications/main.c
  32. 1 1
      bsp/stm32/stm32wb55-st-nucleo/board/ports/fal_cfg.h

+ 1 - 1
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)
 

+ 1 - 1
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
 */
 

+ 1 - 1
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__

+ 1 - 1
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__

+ 1 - 1
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__

+ 1 - 1
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
  */
 

+ 1 - 1
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__

+ 1 - 1
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__

+ 1 - 1
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__

+ 1 - 1
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__

+ 1 - 1
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__

+ 1 - 1
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
  */

+ 1 - 1
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__

+ 1 - 1
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

+ 1 - 1
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_

+ 1 - 1
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 <rtconfig.h>

+ 1 - 1
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

+ 1 - 1
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 <rtthread.h>

+ 1 - 1
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

+ 1 - 1
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"

+ 1 - 1
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__

+ 1 - 1
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 <rtthread.h>

+ 1 - 1
bsp/stm32/stm32f407-armfly-v5/README.md

@@ -130,4 +130,4 @@ msh >
 
 维护人:
 
--  [Dozingfiretruck](https://gitee.com/Dozingfiretruck), 邮箱:<dozingfiretruck@qq.com>
+-  [PeakRacing](https://gitee.com/PeakRacing), 邮箱:<PeakRacing@qq.com>

+ 1 - 1
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
  */
 

+ 1 - 1
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 <board.h>

+ 1 - 1
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__

+ 1 - 1
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_

+ 1 - 1
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 <rtthread.h>

+ 1 - 1
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 <rtthread.h>

+ 1 - 1
bsp/stm32/stm32wb55-st-nucleo/README.md

@@ -113,4 +113,4 @@ msh >
 
 维护人:
 
--  [Dozingfiretruck](https://gitee.com/Dozingfiretruck), 邮箱:<1473454180@qq.com>
+-  [PeakRacing](https://gitee.com/PeakRacing), 邮箱:<1473454180@qq.com>

+ 1 - 1
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 <rtthread.h>

+ 1 - 1
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_