z14git
5fa0656a9a
add PWM1_CONFIG
2020-04-13 15:28:12 +08:00
SummerGift
e5c1183350
[optimize] stm32 uart driver
2020-03-23 15:44:54 +08:00
Bernard Xiong
a8cd463347
Merge pull request #3470 from Sunwancn/fix-adc-channel-bug
...
[drv_adc.c]Fixed ADC channel configuration bug for SMT32F0/L0/H7
2020-03-22 21:25:56 +08:00
Bernard Xiong
2e42ad8279
Merge pull request #3442 from redocCheng/master
...
drv_flash_f1.c support stm32f103vg
2020-03-22 21:24:47 +08:00
Sunwancn
d211a27aff
[drv_adc.c]Fix ADC channel Configuration bug for SMT32F0/L0/H7
2020-03-20 09:05:45 +08:00
redoc
4b46aafa75
Update drv_flash_f1.c
...
1、【修改】返回值。
2020-03-18 15:38:10 +08:00
redoc
5a5f262649
Update drv_flash_f1.c
...
调整stm32_flash_erase的返回值
2020-03-18 15:31:20 +08:00
redoc
bac9410d7d
Update drv_flash_f1.c
...
1、【修改】运算方式,更加简洁易懂;
2、【修正】代码格式 tab、 LOG_D;
3、【增加】返回值;
4、【去除】bank1_flag和bank2_flag,改用bank_size判定。
2020-03-18 15:05:12 +08:00
unknown
db23a69f49
dd STM32L1 HAL DRIVER
2020-03-17 22:11:13 +08:00
David Lin
45ae555a0b
[bsp]Fixed a stack overflow bug in drv_crypto.c
...
Added if null before used.
2020-03-14 23:11:37 +08:00
redoc
91a52192b8
update tab
2020-03-12 15:04:10 +08:00
redoc
363903b984
chage tab
2020-03-12 15:02:26 +08:00
redoc
acf4fc6d2e
update drv_flash_f1.c
...
support stm32f103vg
2020-03-12 14:46:46 +08:00
Bernard Xiong
3e8c03e934
Merge pull request #3421 from ErnestChen1/master
...
[bsp] fix UART DMA TX
2020-03-10 16:24:38 +08:00
tyustli
6304ed3ad5
[bsp/stm32] add pm support by cubemx tool
2020-03-09 14:08:58 +08:00
Ernest
c1821b85a1
[bsp] fix UART DMA TX
2020-02-29 21:20:54 +08:00
David Lin
f4a2a00f3d
[bsp/stm32]Fixed typo 'lenth' in drv_eth.c
...
Note that the word 'lenth' is wrong in the output infomation,
so that 'lenth' should been replaced with 'length'.
And floder-> folder in line 22.
2020-02-24 20:54:53 +08:00
Bernard Xiong
e5bd2884d7
Merge pull request #3340 from whj4674672/master
...
Porting for stm32h7xx spi
2020-02-20 13:08:58 +08:00
Bernard Xiong
3bd9694c2d
Merge pull request #3337 from geniusgogo/fixed_drv_pwm
...
[STM32/drv_pwm.c]fixed PWM timer init.
2020-02-19 09:40:12 +08:00
Bernard Xiong
5ca53690f7
Merge pull request #3336 from geniusgogo/fixed_drv_eth
...
[stm32/libraries/HAL_Drivers/drv_eth.c]fixed read phy SR register return value
2020-01-26 18:21:19 +08:00
Ihavedone
caef50f3d1
修复SPI4 RX DMA相关的宏定义写成 SPI4 TX的问题
2020-01-17 11:54:05 +08:00
Ihavedone
5eeae513ae
添加了不需要由 PWM 或 引脚 控制LCD背光时的背光控制空函数,防止编译报错
2020-01-17 11:30:07 +08:00
Ihavedone
04831062bd
添加了 PWM9_CONFIG 默认配置 和 TIM3_CONFIG 默认配置
2020-01-15 21:05:12 +08:00
whj4674672
f117df8476
Porting for stm32h7xx spi
2020-01-15 14:31:40 +08:00
xieyangrun
d2a857e13a
[STM32/drv_pwm.c]fixed PWM timer init.
2020-01-15 13:45:30 +08:00
xieyangrun
0094765b31
[stm32/libraries/HAL_Drivers/drv_eth.c]fixed read phy SR register return value conflicts with function's parameter
2020-01-15 11:38:35 +08:00
Bernard Xiong
d0098acd88
Merge pull request #3319 from ethanDu1/bugfix_drvflashf7
...
Bugfix drvflashf7
2020-01-07 16:58:13 +08:00
ethan.du
8e4d05d7ae
modify assert and code style
2020-01-07 14:29:33 +08:00
ethan.du
8f5e1c5715
add space
2020-01-06 19:43:45 +08:00
ethan.du
6b614c05b8
modify space
2020-01-06 19:40:25 +08:00
ethan.du
516702d69e
drv_flash_f7.c support single bank mode
2020-01-06 19:24:23 +08:00
liuxinaliang
4e23cb027f
[bsp][stm32] fixed a bug that caused system crash by changing the run_mode in low power mode
...
Signed-off-by: liuxinaliang <liuxianliang@rt-thread.com>
2020-01-03 11:17:50 +08:00
tyustli
0135c7bd8b
port usb host driver to stm32 new series
2019-12-20 14:35:26 +08:00
HubretXie
ad397a63a8
[bsp][stm32]修复硬件定时器bug
2019-12-12 14:56:40 +08:00
qiyongzhong0
5c15fd615d
修改stm32驱动库:
...
1.修改drv_flash_l4.c文件中stm32_onchip_flash定义的blk_size字段,由原来2048改为FLASH_PAGE_SIZE,以增强芯片适应性.
2.修改drv_usbd.c文件中stm_usbd_register函数,增加支持RT_USING_DEVICE_OPS配置.
2019-12-05 13:40:04 +08:00
armink
f1e5883543
[bsp/stm32] Add DMAMUX support for stm32l4+.
...
Signed-off-by: armink <armink.ztl@gmail.com>
2019-12-01 15:50:51 +08:00
Bernard Xiong
a687065ba2
Merge pull request #3225 from HubertXie/master
...
增加GPIO中断进入退出保护
2019-11-28 21:17:18 +08:00
HubretXie
7f56898fad
Update drv_gpio.c
...
增加GPIO中断进入退出保护
2019-11-27 14:08:42 +08:00
greedyhao
fb3e2764e6
Update uart_config.h
2019-11-26 10:52:00 +08:00
HappyTime
6e8047e1d6
Update drv_common.c
...
Fix comment errors
2019-11-23 16:08:44 +08:00
Bernard Xiong
568c272811
Merge pull request #3160 from xfan1024/stm32-ethernet-using-timer
...
STM32以太网驱动改进
2019-11-11 08:18:55 +08:00
guozhanxin
40d6055849
[bsp][stm32]Enable interrupt in drive.|在驱动里使能中断,不需要在cubemx里配置中断了。
2019-10-30 23:53:13 +08:00
xiaofan
4eb2d7eed0
STM32 Ethernet: Using Timer Instead of Poll Thread
...
Signed-off-by: xiaofan <xfan1024@live.com>
2019-10-29 17:21:18 +08:00
xiaofan
2a9e7c0eea
Fix code style
...
Signed-off-by: xiaofan <xfan1024@live.com>
2019-10-29 17:21:17 +08:00
Bernard Xiong
a29fd11ffb
Merge pull request #3034 from xfan1024/stm32-ethernet
...
优化STM32以太网驱动
2019-10-28 16:18:49 +08:00
Bernard Xiong
97fcbdeccc
Merge pull request #3155 from z14git/pwm_led
...
修复pwm初始化时,相应的时钟没有使能的问题
2019-10-28 16:16:35 +08:00
guozhanxin
f50f38745b
Perfect usb driver compatible with HS.|完善usb驱动兼容 HS
2019-10-27 21:06:58 +08:00
z14git
d3f8b9b9c1
修复pwm初始化时,相应的时钟没有使能的问题
2019-10-27 17:16:06 +08:00
Bernard Xiong
3dfdfb2dd5
Merge pull request #3137 from balanceTWK/master_stm32_RTC
...
[update][bsp][stm32] drv_rtc.c
2019-10-19 16:55:11 +08:00
Bernard Xiong
21d24d51b8
Merge pull request #3125 from yygg/master
...
fix warning: #1296-D
2019-10-18 08:49:11 +08:00
tangweikang
2a37a4abf6
[update][bsp][stm32] drv_rtc.c
2019-10-17 18:29:32 +08:00
yygg_you
361ee3da97
fix warning: #1296
...
When compiling C code containing statements like this:
rt_base_t xx_io_tbl[] =
{
GET_PIN(A,0),
};
the compiler will report:
Warning: #1296-D: extended constant initialiser used
2019-10-10 11:06:21 +08:00
xuzhuoyi
cd267a30e4
[bsp][stm32][stm32g431-st-nucleo] Add stm32g431-st-nucleo bsp
2019-10-03 22:29:13 +08:00
Bernard Xiong
67bb485dd4
Merge pull request #3100 from balanceTWK/master_encoder_9_20
...
[bsp][stm32][driver] drv_pulse_encoder.c
2019-09-30 20:17:50 +08:00
tangweikang
4d796c8fb3
[bsp][stm32][driver][drv_pulse_encoder.c] code style
2019-09-29 18:05:39 +08:00
tangweikang
c11686751e
[bsp][stm32][driver][drv_pulse_encoder.c] code style
2019-09-24 14:27:40 +08:00
tangweikang
f1fe6479b1
[bsp][stm32][driver][drv_pulse_encoder.c] remove pulse_encoder->parent.user_data
2019-09-24 11:54:05 +08:00
armink
fe6cf948d5
[bsp/stm32] Remove the use of device user data on uart driver.
2019-09-21 13:51:04 +08:00
tangweikang
7c455e6767
[bsp][stm32][driver] drv_pulse_encoder.c
2019-09-20 15:57:26 +08:00
Bernard Xiong
bb014b2061
Merge pull request #3050 from ericQiang/master
...
bug fix: the value of timer auto reload should be (val-1)
2019-09-16 17:36:23 +08:00
Bernard Xiong
91e1918250
Merge pull request #3071 from xfan1024/fix-stm32l0-exti-bug
...
Fix STM32L0 Series External Interrupt BUG
2019-09-15 09:38:54 +08:00
Bernard Xiong
41753b2e7a
Merge pull request #3066 from zhangjun1996/master
...
[bsp][stm32][libraries]删除冲突的spi库文件,修正stm32f1系列的uuid读取函数
2019-09-15 09:38:19 +08:00
xiaofan
8be42fdf2f
Fix STM32L0 Series Interrupt BUG
...
Signed-off-by: xiaofan <xfan1024@live.com>
2019-09-13 02:13:51 +08:00
zhangjun
3cf0f34164
[bsp][stm32][libraries]删除冲突的spi库文件,修正stm32f1系列的uuid读取函数
2019-09-12 10:34:49 +08:00
a1012112796
60bda424eb
[bsp][stm32] 更新stm32f427-robomaster-a外设驱动配置
...
1.增加串口1,7,8配置,经实机测试无误
2.增加PWM4 CH1 -- 4, PWM12(BUZZER)配置,因条件有限,仅测试了TIM12 CH1
3.经测试,CAN通信无法正常使用,原因尚未找出,故暂时删去此配置
测试所用编译器: mdk5, IAR
2019-09-10 19:17:38 +08:00
ericQiang
ee668cce81
bug fix: the value of timer auto reload should be (val-1)
2019-09-09 22:22:29 +08:00
LinJieqiang
dce37d0b4b
bsp: fix stm32 rtc hal library error.
2019-09-04 10:08:34 +08:00
Bernard Xiong
03f8762e28
Merge pull request #2989 from yexinfu/master
...
[bsp][stm32][HAL_Drivers]modified stm32 timer_start cant set HWTIMER_MODE_PERIOD mode
2019-09-04 08:03:28 +08:00
xiaofan
65afdf050a
STM32 Ethernet driver: Add DP83848C support
...
Signed-off-by: xiaofan <xfan1024@live.com>
2019-09-03 18:51:53 +08:00
xiaofan
7676b5e69b
Optimize STM32 Ethernet Drvier
...
1. Add phy_linkchange function to simplify eth_phy_isr and phy_monitor_thread_entry
2. phy_speed is uint8_t may case some problems, use enumeration instead of hardware-dependent values
3. Fix eth_phy_isr can not detect link up
4. Use macro to check phy status for flexibility
Signed-off-by: xiaofan <xfan1024@live.com>
2019-09-03 18:51:09 +08:00
xiaofan
37fe581be4
Fix STM32 Ethernet Driver Spelling Mistake
...
Rename PHY_INTERRUPT_MSAK_REG to PHY_INTERRUPT_MASK_REG
Signed-off-by: xiaofan <xfan1024@live.com>
2019-09-03 18:50:45 +08:00
tyustli
51d1ec80a4
fix docs link err
2019-09-03 11:41:22 +08:00
tangweikang
0f74ee7e20
Merge branch 'master' of https://github.com/RT-Thread/rt-thread into drv_encoder
...
# Conflicts:
# components/drivers/misc/encoder.c
2019-08-30 16:11:46 +08:00
tangweikang
b76d3dac8a
[components][drivers] change name: encoder -> pulse_encoder
2019-08-30 15:58:52 +08:00
Willian Chan
48b4385c01
[bsp][stm32][stm32l475-atk-pandora]Add lcd driver and fix compilation report error on spi_config.h
...
Signed-off-by: Willian Chan <chentingwei@rt-thread.com>
2019-08-28 12:03:11 +08:00
tyustli
3730df2411
1、[bsp] [imxrt] rename docs imxrt -> i.MX RT
...
2、[bsp] [stm32] fix drv_can assert bug
2019-08-27 15:35:58 +08:00
tangweikang
05b1dff094
[bsp][stm32] add drv_encoder.c to stm32f103-atk-warshipv3
2019-08-27 09:31:41 +08:00
tyustli
363c9b1460
[bsp] [stm32] fix drv_can.c and can.c bug
2019-08-23 20:40:09 +08:00
tangweikang
94d7bdd010
[bsp][stm32] add drv_encoder.c to stm32f407-atk-explorer
2019-08-23 16:50:59 +08:00
tangweikang
1d4139ab53
[bsp][stm32] add drv_encoder.c
2019-08-23 14:08:02 +08:00
yexinfu
0c1a12afd8
修复stm32 timer_start函数不能设置HWTIMER_MODE_PERIOD模式
...
修复timer_start函数注释:将TIM2改为TIM更合理
2019-08-23 07:45:45 +08:00
Bernard Xiong
61f151f463
Merge pull request #2981 from LaoYeNing/rtt-branch
...
[stm32][driver_eth] 修复开启自动协商时出错的 bug
2019-08-22 17:31:24 +08:00
tyustli
c4d0c91502
[bsp] [stm32] fix drv_flash_l4.c bug
2019-08-21 18:39:14 +08:00
Bernard Xiong
ccf80cc2f3
Merge pull request #2953 from wuhanstudio/pwm-clock-enable
...
[stm32][driver] pwm enable clock
2019-08-19 16:47:19 +08:00
tyustli
c81eebcd5d
[bsp] [stm32] fix drv_can.c
2019-08-16 12:14:30 +08:00
Wu Han
2e90a7e5b2
[stm32][driver] switch HAL_TIM_PWM_Init with HAL_TIM_Base_Init for new CubeMX
2019-08-15 13:38:44 +08:00
Wu Han
6a1e12f178
[stm32][driver] pwm enable clock
2019-08-15 11:21:14 +08:00
laoyening
cf4f42ea19
在没插好网线,开发板就上电时,以太网硬件初始化返回失败,导致下一步的以外网DMA环结构和以太网中断都没有被初始化好。等到网线被插好之后,以太网接收数据线程堆栈溢出,程序发生奔溃。
2019-08-12 17:47:52 +08:00
Bernard Xiong
532ad16b7b
Merge pull request #2933 from murphyzhao/fix-pwm-usagefault
...
[bsp][stm32] fix drv_pwm.c device register usagefault
2019-08-08 11:17:54 +08:00
MurphyZhao
e3a0773520
[bsp][stm32] fix drv_pwm.c device register usefault
...
Signed-off-by: MurphyZhao <d2014zjt@163.com>
2019-08-07 14:30:15 +08:00
MurphyZhao
1f842df9ce
[bsp][stm32] remove C99 feature
...
Signed-off-by: MurphyZhao <d2014zjt@163.com>
2019-08-07 14:24:09 +08:00
MurphyZhao
891823521a
[bsp][stm32] fix RT_ASSERT location error
...
Signed-off-by: MurphyZhao <d2014zjt@163.com>
2019-08-06 18:00:57 +08:00
tyustli
a08f767a42
fix 429 uart2/3 hardware init and add can1
2019-08-02 10:42:37 +08:00
Chinese66
6f7749bb07
添加f1的usbd驱动
2019-07-29 21:37:35 +08:00
yangjie
30491ddd73
[bsp][stm32]修改drv_spi.c中的tab为空格
2019-07-27 18:11:46 +08:00
yangjie
66abaa3818
Merge branch 'master' of https://github.com/RT-Thread/rt-thread into dma
2019-07-27 18:08:11 +08:00
tyustli
2cb74f92fb
add stm32 l475 pwm2 channel3、4 driver
2019-07-26 11:08:58 +08:00
Bernard Xiong
be88330f86
Merge pull request #2884 from balanceTWK/master_wdt
...
[update][bsp][stm32] drv_wdt.c
2019-07-26 05:59:09 +08:00
yangjie
584cabe035
[bsp][stm32/drv_common.c]修复在关闭UART设备框架时,编译报错
2019-07-23 19:20:19 +08:00
yangjie
c794ac0255
Merge branch 'master' of https://github.com/RT-Thread/rt-thread into dma
2019-07-23 11:00:49 +08:00