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
7ecba50ff6
format stm32 drivers
2023-01-08 22:52:13 -05:00
wdfk-prog
db6ee55379
[STM32][common]更新rt_hw_us_delay函数,以支持设置更高延时
...
* 未判断设置延时数是否会溢出
2022-12-22 21:18:29 -05:00
Man, Jianting (Meco)
99bdf978d7
[rtdef] use lower-case to define attributes ( #6728 )
...
* [rtdef] rename RT_WEAK attribute as rt_weak
* [rtdef] rename RT_USED attribute as rt_used
* [rtdef] rename RT_SECTION attribute as rt_section
* [rtdef] rename ALIGN attribute as rt_align
* [legacy] add RT_USED ALIGN RT_SECTION RT_WEAK as legacy support
2022-12-11 13:12:03 -05:00
Meco Man
4537d06afb
[stm32] add missing void
2022-08-14 21:49:43 -04:00
Meco Man
05d15b1162
[stm32][drv_common] add LOW_E for Error_Handler
2021-12-12 23:45:29 -05:00
guo
4351507752
Merge pull request #5159 from liukangcc/master
...
[update] fix SCB_EnableDCache 宏与函数名冲突
2021-10-14 10:03:11 +08:00
liukangcc
2fd896dc89
[update] fix SCB_EnableDCache 宏与函数名冲突
2021-10-13 14:07:05 +08:00
malongwei
ceef6543ee
fix sysTickMillisecond to _systick_ms of drv_common.c in stm32 bsp
2021-10-12 15:27:48 +08:00
malongwei
88133da8e5
fix the tick of drv_common.c in stm32 bsp
2021-10-11 22:38:59 +08:00
马志远
8a1e6c01ac
Disable FINSH_FUNCTION_EXPORT
2021-08-23 18:37:58 +08:00
Bernard Xiong
bccdf912c8
Merge pull request #4764 from KyleChenjh/master
...
[serial] 增加serial_v2版本的框架和基于stm32的串口驱动
2021-06-21 14:29:04 +08:00
cyz
796c8affdd
rt_hw_us_delay的实现有问题,针对这一问题进行了修改
2021-06-09 12:35:52 +08:00
chenjh
d94be14df5
[serial] 增加serial_v2版本的框架和基于stm32的串口驱动
2021-06-08 09:38:43 +08:00
shuobatian
7355e4b6f3
Merge branch 'fudfe' into gitee_master
2021-04-08 21:19:30 +08:00
shuobatian
a8fb6109e0
fix unused device frame error
2021-04-05 15:08:53 +08:00
Meco Man
fc04d828ee
[stm32][driver] auto formatted
2021-03-08 22:40:39 +08:00
Bernard Xiong
4529e9a741
Merge pull request #4198 from mysterywolf/gettick
...
[bug] add function rt_tick_get_millisecond() and fix bug #4012
2020-12-30 17:20:28 +08:00
Meco Man
63cd26b0d1
update
2020-12-30 16:32:20 +08:00
Meco Man
c2e15e003c
add function rt_hw_1ms_tick_get()
2020-12-29 00:08:24 +08:00
tangweikang
f91089b578
[BSP][STM32] update void HAL_Delay(__IO uint32_t Delay)
2020-12-08 14:36:38 +08:00
thread-liu
0606261b97
[add] stm32mp1 drivers
2020-06-20 14:05:14 +08:00
流光
6ba3767949
[update] Configure the lowest priority of STM32 systick interrupts | 配置STM32 systick中断优先级为系统最低.
2020-06-04 10:19:22 +08:00
tyustli
0135c7bd8b
port usb host driver to stm32 new series
2019-12-20 14:35:26 +08:00
HappyTime
6e8047e1d6
Update drv_common.c
...
Fix comment errors
2019-11-23 16:08:44 +08:00
yangjie
584cabe035
[bsp][stm32/drv_common.c]修复在关闭UART设备框架时,编译报错
2019-07-23 19:20:19 +08:00
ZYH
8fd800fea3
[bsp][stm32] fix mdk simulator
2019-06-26 14:32:30 +08:00
lizhen9880
d88afc3985
修改systick初始化,由于STM32H7系列与STM32F系列时钟架构不同导致
...
STM32H7系列与STM32F系列时钟架构不同
STM32F系列systick时钟源来自HCLK
STM32H7系列systick时钟源来自SystemCoreClock
因此增加SOC_SERIES_STM32H7作为编译条件
2019-05-21 17:26:34 +08:00
杨连钊
b3cea3f5a8
Update drv_common.c
2019-03-25 10:35:32 +08:00
guozhanxin
f4e74ccd18
[bsp][stm32] add rt_hw_us_delay
2019-03-05 18:23:22 +08:00
SummerGift
45ece194cc
[bsp][stm32] update bsp headfile
2019-01-22 10:05:57 +08:00
SummerGift
3b472cb3cd
[bsp][stm32] optimize stm32 headfile
2019-01-22 09:15:05 +08:00
SummerGift
c6be644157
[bsp][stm32] update stm32 mul-series drivers
2018-12-26 10:43:46 +08:00
SummerGift
5cbe222196
[bsp][STM32] update stm32 bsp
2018-11-30 18:29:59 +08:00
SummerGift
739b2ba51c
[bsp][STM32] Add bsp based on new framework
2018-11-29 17:06:06 +08:00