update:更新维护者信息

This commit is contained in:
PeakRacing
2026-01-20 10:36:25 +08:00
committed by R b b666
parent a68cc2e71a
commit 306505ea24
32 changed files with 32 additions and 32 deletions

View File

@@ -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)

View File

@@ -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
*/

View File

@@ -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__

View File

@@ -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__

View File

@@ -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__

View File

@@ -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
*/

View File

@@ -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__

View File

@@ -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__

View File

@@ -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__

View File

@@ -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__

View File

@@ -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__

View File

@@ -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
*/

View File

@@ -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__

View File

@@ -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

View File

@@ -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_

View File

@@ -5,7 +5,7 @@
*
* Change Logs:
* Date Author Notes
* 2020-10-14 Dozingfiretruck first version
* 2020-10-14 PeakRacing first version
*/
#include <rtconfig.h>

View File

@@ -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

View File

@@ -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>

View File

@@ -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

View File

@@ -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"

View File

@@ -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__

View File

@@ -5,7 +5,7 @@
*
* Change Logs:
* Date Author Notes
* 2020-09-29 Dozingfiretruck first version
* 2020-09-29 PeakRacing first version
*/
#include <rtthread.h>

View File

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

View File

@@ -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
*/

View File

@@ -5,7 +5,7 @@
*
* Change Logs:
* Date Author Notes
* 2020-07-13 Dozingfiretruck first version
* 2020-07-13 PeakRacing first version
*/
#include <board.h>

View File

@@ -5,7 +5,7 @@
*
* Change Logs:
* Date Author Notes
* 2020-07-13 Dozingfiretruck first version
* 2020-07-13 PeakRacing first version
*/
#ifndef __BOARD_H__

View File

@@ -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_

View File

@@ -5,7 +5,7 @@
*
* Change Logs:
* Date Author Notes
* 2020-07-13 Dozingfiretruck first version
* 2020-07-13 PeakRacing first version
*/
#include <rtthread.h>

View File

@@ -5,7 +5,7 @@
*
* Change Logs:
* Date Author Notes
* 2020-07-13 Dozingfiretruck first version
* 2020-07-13 PeakRacing first version
*/
#include <rtthread.h>

View File

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

View File

@@ -5,7 +5,7 @@
*
* Change Logs:
* Date Author Notes
* 2020-09-29 Dozingfiretruck first version
* 2020-09-29 PeakRacing first version
*/
#include <rtthread.h>

View File

@@ -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_