Meco Man
|
42a136288d
|
[adc][pwm] correct the command description
|
2022-05-25 10:04:33 +08:00 |
Stanley Lwin
|
3ecfe9c61e
|
[rt_drv_pwm.c] add finsh pwm function (#5944)
* add finsh pwm function
|
2022-05-19 10:18:55 +08:00 |
Man, Jianting (Meco)
|
2c6a279ac3
|
[pwm] 优化pwm框架 (#5857)
|
2022-04-22 22:31:29 +08:00 |
Tangyuxin
|
da3d61e043
|
[device]Detailed classification of devices types (#5769)
|
2022-04-06 21:12:39 +08:00 |
Meco Man
|
f89a162ea3
|
[core] 使用rt_memcpy rt_memset代替memcpy memset
|
2022-01-09 00:23:18 +08:00 |
Lim-LinYuanbo
|
06fdc108b4
|
解决无法dist问题 (#5150)
* first commit, keil test pass
* feat : n32g452xx direct structure base at32
1. 重新整理目录结构
* feat : 基于AT32,将各驱动移植整改待验证
1. 部分驱动已经整改,但未验证
2. 根据AT32整改目录结构
* feat : add README document
1. 完善配置文件
2. 添加说明文档
* feat : 验证添加的驱动
1. UART 1-3 验证通过
2. ADC 1-2 CH 6-9 验证通过
3. TIM 6-7 验证通过
* feat : complete readme document
* feat : format code
1. ref https://github.com/mysterywolf/formatting
* feat : 完成PWM驱动移植与自测
1. 添加PWM测试代码
2. 修正PWM驱动周期与脉冲错误问题
* feat : 删除多余代码与多余的文件,修正注释与函数命名
* feat : fix tim channel comment
* feat : 完成DEMO测试例子
1. 完成MAIN函数中的LED测试例子
2. 完善README文档
3. 更新添加许可文件
* feat : 根据BSP提交自查完善固件
1. 添加.ignore_format.yml文件
2. 修正main.c的注释
* feat : add last line in .ignore_format.yml
* feat : delet file_path in .ignore_format.yml
* fix: gPIO/ADC driver
1. add ADC temperature&vref channel.
2.add GPIO IPD/OD configration
* fix: 解决告警
1. 解决告警(rt_drv_pwm.c: warning: implicit declaration of function 'atoi')
* feat: add scons --dist function
* fix: 解决MDK5无法编译问题
* perf: delete invalid code
Co-authored-by: linyuanbo_breo_server <linyuanbo@breo.com.cn>
|
2021-10-12 14:35:01 +08:00 |
马志远
|
221da7f464
|
Remove C Style Command Shell
|
2021-08-23 17:30:05 +08:00 |
Meco Man
|
3c05a4e719
|
[compoenets] auto & manual formatted
|
2021-03-08 18:19:04 +08:00 |
Trisuborn
|
55402e19db
|
优化互补PWM输出功能的实现逻辑,兼容原本API,增加互补PWM使能/失能命令
|
2021-01-20 23:47:18 +08:00 |
Trisuborn
|
aed3cc162f
|
为stm32的PWM驱动添加对STM32H7的支持、添加互补PWM功能的支持,补全pwm_get命令
|
2021-01-19 17:14:32 +08:00 |
Steven Liu
|
12eacb8df6
|
components: drivers: misc: pwm: Missing "pwm1" here.
|
2019-11-11 17:10:25 +08:00 |
aozima
|
669eb13ed9
|
[DeviceDriver] update RT_USING_DEVICE_OPS.
1. fixed audio_pipe.c compile error.
2. update pwm driver: support RT_USING_DEVICE_OPS.
|
2018-11-24 17:29:50 +08:00 |
Bernard Xiong
|
2c0640a178
|
[license] Change license to Apache.
|
2018-10-14 19:37:18 +08:00 |
guozhanxin
|
12b7634c62
|
[components][drivers][pwm] Add rt_pwm_disable function and API Interface
|
2018-09-26 17:29:39 +08:00 |
aozima
|
5569d17b95
|
[DeviceDrivers] rename _pwm.c to rt_drv_pwm.c
|
2018-06-08 16:07:12 +08:00 |