Shicheng Chu
3ff4fe5395
[bsp][stm32] drv_rtc.c中包含drv_common.h 避免找不到 error_handle实现 ( #8676 )
2024-03-26 00:57:03 -04:00
Meco Man
6a9c42a19d
[bsp][drv_gpio] fix the error code return when pin number is illegal
2024-03-24 09:18:25 +08:00
kk
2549b82bd6
[pin] pin_read/write rt_uint8_t to rt_ssize_t
2024-03-23 14:50:31 -04:00
刘伟
0ff23d8951
[bsp][stm32] eth driver support phy YT8512C
2024-03-15 19:12:46 -04:00
Meco Man
b85c4cade2
[bsp][stm32] format code of i2c hardware drivers
2024-03-08 13:29:32 +08:00
Dyyt587
4e1626703f
[bsp][stm32] add hardware i2c driver
2024-03-07 22:59:47 -05:00
Meco Man
384a370c9a
[stm32][tim-config] fix F4 TIM6's IRQ source in STM32F412
2024-03-08 09:39:57 +08:00
yangpengya
b3da34b784
[bsp][stm32]完善stm32g0系列部分外设中断处理 ( #8509 )
2024-01-27 09:56:52 +08:00
Shicheng Chu
3ea8e08e2d
[bsp][stm32]: Add ADC and PWM support for H5 ( #8495 )
2024-01-20 19:30:03 +08:00
kurisaw
345ce24e31
[bsp][renesas] RTduino configuration update
...
sync update
some optimize
[bsp][driver] Updates the naming convention of the i2c configuration item
2024-01-18 11:57:51 +08:00
yangpeng
dfd4ae5464
[bsp][stm32]fix stm32f2 usart driver
2024-01-11 23:58:46 +08:00
Rbb666
8b5831cb64
[bsp][stm32]fix stm32f469 sdram not enable problem.
2024-01-10 18:12:57 +08:00
Meco Man
74ac685b9a
[stm32] fix missing headfer files
2024-01-08 18:54:43 +08:00
Meco Man
0a3a10e5bb
[stm32] fxi gpio header files included
2024-01-07 22:46:12 +08:00
Meco Man
0ad5c9585d
[stm32][rt-spark] support nano version
2023-12-28 14:03:29 +08:00
Meco Man
ed4d037d7b
[ci][stm32f407] add attach config CI check
2023-12-26 23:13:08 +08:00
yangpengya
76acc4146b
[bsp][stm32]eth driver support phy YT8512C
2023-12-26 20:56:31 +08:00
Meco Man
58d0db9875
[stm32][ci] add RTduino CI checking
2023-12-25 08:20:58 +08:00
Meco Man
fe35011fc5
[stm32][drv_tim.c] fix errors when TIMx doesn't exist
2023-12-24 20:03:58 +08:00
Supper Thomas
6d1fdde1ff
add tim8
2023-12-18 20:29:56 +08:00
Meco Man
0a1566661f
[bsp][stm32] add board identification macros
2023-12-18 20:29:24 +08:00
Supper Thomas
04b2c81745
[BSP/STM32] add support of RTC in g491 ( #8377 )
2023-12-17 21:44:25 +08:00
Supper Thomas
32342c6995
[bsp/stm32g491] add tim and iwdog
2023-12-08 18:01:45 +08:00
Meco Man
1b0dae2bb0
[stm32] support nano version
...
- G0
- G4
- L0
- L4
2023-12-05 23:22:19 +08:00
Meco Man
bb66d1ea50
[bsp][stm32][nano] support nano version
...
stm32 BSPs to support nano version (RT_USING_NANO)
这个commit支持到stm32f7之前的BSP
2023-12-03 21:25:00 +08:00
Meco Man
860094e893
[stm32] split stm32 drivers as normal and nano drivers
...
- move all normal drivers (devices framework drivers) into drivers
folder.
- create nano folder for nano drivers
nano drivers are only for a simply wrap of the HAL function, and
not seek for adopting rt-thread devcies framework.
- provide unified nano console and GPIO drivers.
2023-12-03 21:25:00 +08:00
Meco Man
031a81a98e
[stm32][nano] stm32l475-pandora support nano version
2023-12-01 14:43:05 +08:00
Meco Man
53aa771aa5
[stm32][nano] stm32f103-bluepill support nano version
2023-11-30 11:39:34 +08:00
TamapChn
3ea3f3447e
[bsp][stm32] 修复 encoder驱动 编码器数值的计算问题
2023-11-26 18:00:01 +08:00
mengplus
0396b52db0
fix(spi):多个SPI公用一个ops.data
2023-11-23 09:05:45 -05:00
guozhanxin
9e79333512
[project] update mdk/iar project and config.
2023-10-08 11:21:00 +08:00
yuanzihao
32d479321b
[bsp][stm32]: add NUCLEO-H563ZI ( #7987 )
2023-08-29 13:10:14 +08:00
Donocean
0354cd83e4
[bsp][stm32][driver] Add mini bsp support for stm32f405zg
2023-08-24 12:57:13 -04:00
Meco Man
0fb393e9a1
[bsp][stm32][drv_spi.c] remove meaningless settings
2023-08-04 00:10:20 -04:00
Meco Man
4e0225a48d
[debug] use LOG_D instead RT_DEBUG_LOG
...
related: https://github.com/RT-Thread/rt-thread/pull/7799
2023-07-28 13:50:32 -04:00
wangqinglin
a07fda3470
[bsp][stm32][airm2m]<pin>更新pin num命令 ( #7390 )
2023-07-19 18:45:43 -04:00
程蒙蒙
72a6c91032
[bsp]stm32工程生成路径在源码目录
2023-07-03 15:20:57 +08:00
Meco Man
34bc78331c
[stm32][i2c] replace stm32_udelay as rt_hw_us_delay
2023-06-28 22:08:14 -04:00
Rbb666
b8796f55a5
[bsp][stm32]fix stm32u5 gpio interrupt error
2023-06-25 17:12:44 +08:00
zst123
96207d4246
[bsp][stm32u575] add ADC support
2023-06-15 18:37:31 -04:00
Meco Man
28b7c88269
[stm32][drv_spi] revert the typo
...
it shouldn't be a static variable.
2023-06-10 19:00:08 -04:00
wdfk-prog
7c3f5c3879
[bsp][stm32][spi] 优化DMA数据非字节对齐的处理流程
2023-06-09 22:48:22 -04:00
winfenggao
37585a3f20
[serial_v1] 增加变量 DR_mask 成员变量提高效率 ( #7597 )
2023-06-06 00:18:32 -04:00
Meco Man
22fb7152d9
[stm32][spi-dma] 只有传输数据超过一定长度才会使用DMA方式
...
在传输数据为短小报文时,使用DMA模式反倒会慢
2023-06-02 03:14:32 -04:00
Man, Jianting (Meco)
1638241297
[stm32][drv_spi] 优化spi单工发送, 不对接收buffer操作
...
否则可能影响上层应用的接收/发送buffer
attach: afcc400
2023-05-31 21:54:45 -04:00
Meco Man
afcc4005b8
[stm32][spi]完善在双工设置下仅开启TX/RX一方DMA的处理
2023-05-28 22:14:52 -04:00
Meco Man
3334a05148
[stm32l4] support SPI3 RX DMA
2023-05-22 02:56:14 -04:00
褚仕成
5f8b33f85d
[bsp][lpc55sxx]update: drv_spi
2023-05-17 07:20:05 +08:00
nobody
613e5a3e51
[HUST CSE]fix:修改drv_spi.c空指针问题
2023-04-29 18:16:10 -04:00
songw4232
ad309699d6
[add]添加bsp/stm32/stm32u575-st-nucleo外设 ( #7237 )
...
* [add]添加bsp/stm32/stm32u575-st-nucleo外设
* [fix]修改源码格式使之符合RT-Thread代码规范
* [fix]修改相关报错问题
* [fix]修改README.md
* [fix]删除无效代码及添加相关注释
2023-04-14 14:07:05 +08:00