rt-thread-official/components
YuQi 5debfdd84d
[TMS320F28379] implement PWM driver (#6457)
增加c28x芯片的pwm驱动
已经在TMS320F28379中通过测试
pwm设备框架增加如下方法:
#define PWM_CMD_SET_DEAD_TIME (RT_DEVICE_CTRL_BASE(PWM) + 8)
#define PWM_CMD_SET_PHASE (RT_DEVICE_CTRL_BASE(PWM) + 9)
#define PWM_CMD_ENABLE_IRQ (RT_DEVICE_CTRL_BASE(PWM) + 10)
#define PWM_CMD_DISABLE_IRQ (RT_DEVICE_CTRL_BASE(PWM) + 11)
2022-09-25 22:41:00 -04:00
..
dfs [fix] Fix simulator compilation warnings (#6438) 2022-09-20 10:31:11 -04:00
drivers [TMS320F28379] implement PWM driver (#6457) 2022-09-25 22:41:00 -04:00
fal Fix some compilation warning (#5744) 2022-08-02 12:09:49 -04:00
finsh [msh] add available memory information for free cmd 2022-07-07 18:08:06 +08:00
legacy [kernel][version] 采用新的版本宏定义 2022-09-07 10:11:45 -04:00
libc [fix] Fix simulator compilation warnings (#6438) 2022-09-20 10:31:11 -04:00
lwp [scons][iar] 将IAR的PLATFORM字段由iar调整为iccarm 2022-06-09 07:01:59 +08:00
net [fix] Fix simulator compilation warnings (#6438) 2022-09-20 10:31:11 -04:00
utilities 修改Ymodem组件中MSH的ry命令,已便于自定义保存路径 (#6433) 2022-09-20 10:31:34 -04:00
vbus uniform code writing-disable interrupt 2022-04-20 14:22:43 +08:00
vmm uniform code writing-disable interrupt 2022-04-20 14:22:43 +08:00
Kconfig [kconfig] add 64bit default value for stack size. set tick HZ as 1000 by default (#5778) 2022-04-09 00:40:36 +08:00
SConscript [components] 移除对老版本bsp的lwip版本默认选定 2021-06-28 15:33:14 +08:00