update:更新维护者信息
RT-Thread BSP Static Build Check / 🔍 Summary of Git Diff Changes (push) Has been cancelled
RT-Thread BSP Static Build Check / ${{ matrix.legs.RTT_BSP }} (push) Has been cancelled
RT-Thread BSP Static Build Check / collect-artifacts (push) Has been cancelled
pkgs_test / change (push) Has been cancelled
utest_auto_run / A9 :components/dfs.cfg (push) Has been cancelled
utest_auto_run / A9 :components/lwip.cfg (push) Has been cancelled
utest_auto_run / A9 :components/netdev.cfg (push) Has been cancelled
utest_auto_run / A9 :components/sal.cfg (push) Has been cancelled
utest_auto_run / A9 :cpp11/cpp11.cfg (push) Has been cancelled
utest_auto_run / AARCH64-rtsmart :default.cfg (push) Has been cancelled
utest_auto_run / A9-rtsmart :default.cfg (push) Has been cancelled
utest_auto_run / RISCV-rtsmart :default.cfg (push) Has been cancelled
utest_auto_run / XUANTIE-rtsmart :default.cfg (push) Has been cancelled
utest_auto_run / AARCH64 :default.cfg (push) Has been cancelled
utest_auto_run / AARCH64-smp :default.cfg (push) Has been cancelled
utest_auto_run / A9 :default.cfg (push) Has been cancelled
utest_auto_run / A9-smp :default.cfg (push) Has been cancelled
utest_auto_run / RISCV :default.cfg (push) Has been cancelled
utest_auto_run / RISCV-smp :default.cfg (push) Has been cancelled
utest_auto_run / A9 :kernel/atomic_c11.cfg (push) Has been cancelled
utest_auto_run / RISCV :kernel/atomic_c11.cfg (push) Has been cancelled
utest_auto_run / A9 :kernel/ipc.cfg (push) Has been cancelled
utest_auto_run / A9 :kernel/kernel_basic.cfg (push) Has been cancelled
utest_auto_run / A9 :kernel/mem.cfg (push) Has been cancelled

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
+1 -1
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)
@@ -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
*/
@@ -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__
@@ -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__
@@ -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__
@@ -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
*/
@@ -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__
@@ -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__
@@ -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__
@@ -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__
@@ -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__
@@ -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
*/
@@ -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__
@@ -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
@@ -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_
@@ -5,7 +5,7 @@
*
* Change Logs:
* Date Author Notes
* 2020-10-14 Dozingfiretruck first version
* 2020-10-14 PeakRacing first version
*/
#include <rtconfig.h>
@@ -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
@@ -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>
@@ -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
@@ -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"
@@ -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__
@@ -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
View File
@@ -130,4 +130,4 @@ msh >
维护人:
- [Dozingfiretruck](https://gitee.com/Dozingfiretruck), 邮箱:<dozingfiretruck@qq.com>
- [PeakRacing](https://gitee.com/PeakRacing), 邮箱:<PeakRacing@qq.com>
@@ -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
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>
+1 -1
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__
@@ -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_
@@ -5,7 +5,7 @@
*
* Change Logs:
* Date Author Notes
* 2020-07-13 Dozingfiretruck first version
* 2020-07-13 PeakRacing first version
*/
#include <rtthread.h>
@@ -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
View File
@@ -113,4 +113,4 @@ msh >
维护人:
- [Dozingfiretruck](https://gitee.com/Dozingfiretruck), 邮箱:<1473454180@qq.com>
- [PeakRacing](https://gitee.com/PeakRacing), 邮箱:<1473454180@qq.com>
@@ -5,7 +5,7 @@
*
* Change Logs:
* Date Author Notes
* 2020-09-29 Dozingfiretruck first version
* 2020-09-29 PeakRacing first version
*/
#include <rtthread.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_