guo
|
fda37d55f8
|
Merge pull request #5319 from RT-Thread/master
【PSE分支】同步master到PSE分支
|
2021-12-02 10:09:37 +08:00 |
Bernard Xiong
|
1cf8370b1b
|
Merge pull request #5295 from ousugo/addComment
Add dataqueue.c function annotation
|
2021-12-01 18:01:54 +08:00 |
ousugo
|
b329611e35
|
Update annotation
|
2021-12-01 14:43:53 +08:00 |
Meco Man
|
43ebe094e3
|
[pipe] 补充注释
|
2021-12-01 00:29:02 -05:00 |
Meco Man
|
7973ede5a8
|
增加RT_USING_POSIX_FS
|
2021-11-29 00:53:46 -05:00 |
Bernard Xiong
|
e055a00778
|
Merge pull request #5299 from mysterywolf/rtc
modify time.h to sys/time.h
|
2021-11-27 02:43:21 +08:00 |
Meco Man
|
7c789d4b11
|
revise some RT_USING_POSIX to RT_USING_POSIX_DEVIO
|
2021-11-24 09:47:55 -05:00 |
ousugo
|
2ef0d40aff
|
Fix space
|
2021-11-24 21:59:37 +08:00 |
Bernard Xiong
|
6a6b43fe3e
|
Merge pull request #5261 from mysterywolf/weak
[kernel] prepare to support full functional sprintf-family functions
|
2021-11-24 17:38:15 +08:00 |
ousugo
|
02ca44bf1f
|
Fix annotation grammatical mistake
|
2021-11-24 15:21:30 +08:00 |
ousugo
|
1deaa8fe50
|
Update annotation format
|
2021-11-24 14:19:25 +08:00 |
ousugo
|
2c2a1fe64e
|
Update annotation format
|
2021-11-24 14:14:45 +08:00 |
Meco Man
|
a1cc3d43e7
|
modify time.h to sys/time.h
|
2021-11-23 22:38:00 -05:00 |
ousugo
|
afdbee97ed
|
fix extra space
|
2021-11-23 16:40:55 +08:00 |
ousugo
|
dc1f2631ee
|
Add dataqueue.c function annotation
|
2021-11-23 16:05:17 +08:00 |
Meco Man
|
df9a23c534
|
[mutex] use RT_IPC_FLAG_PRIO to replace RT_IPC_FLAG_FIFO
|
2021-11-17 15:57:15 -05:00 |
Meco Man
|
040f05f40d
|
[sfud][cfg] 取消rt_kprintf声明
|
2021-11-16 12:12:47 -05:00 |
guo
|
7dd686faa7
|
fix sensor_cmd.c build error.
|
2021-11-09 20:37:16 +08:00 |
Bernard Xiong
|
31bf735d21
|
Merge pull request #5210 from mysterywolf/workqueue
[workqueue] rename rt_workqueue_critical_work as rt_workqueue_urgent_work
|
2021-10-27 10:40:15 +08:00 |
guo
|
574e11f62a
|
Merge pull request #5183 from tfx2001/tinyusb_stm32
[bsp][stm32] add TinyUSB support
|
2021-10-25 09:57:20 +08:00 |
Meco Man
|
e538c5aa70
|
[workqueue] rename rt_workqueue_critical_work as rt_workqueue_urgent_work
|
2021-10-20 15:48:07 -04:00 |
tfx2001
|
c1d3d87494
|
[bsp][stm32] add TinyUSB support
|
2021-10-15 00:49:11 +08:00 |
guo
|
1f28bd89f8
|
Merge pull request #5174 from mysterywolf/timewarning
[libc][time] Ensure the data types are consistent
|
2021-10-14 13:35:50 +08:00 |
mazhiyuan
|
f04941c951
|
[cdc_vcom.c]adapt to both v1 and v2 of serial
|
2021-10-14 11:42:05 +08:00 |
Meco Man
|
396b7da6fd
|
[libc][time] Ensure the data types are consistent
|
2021-10-13 23:24:17 -04:00 |
mazhiyuan
|
bc5744b1ba
|
修复cdc_vcom.c中的一些编译问题
|
2021-10-14 10:58:14 +08:00 |
mazhiyuan
|
0a7280f161
|
修复开启RT_USING_DEVICE_OPS时ecm.c报错
|
2021-10-14 10:36:38 +08:00 |
mazhiyuan
|
26ab85d50c
|
修复phy中device->ops的错误
|
2021-10-14 10:28:19 +08:00 |
mazhiyuan
|
99e9ea61bc
|
修复部分bsp编译报错
|
2021-10-13 11:02:01 +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 |
armink
|
816a99d88e
|
[DeviceDriver][RTC] Add RT_DEVICE_CTRL_RTC_GET_TIMEVAL and RT_DEVICE_CTRL_RTC_SET_TIMEVAL ops
|
2021-09-29 17:52:10 +08:00 |
armink
|
ff0b6d241b
|
[DeviceDriver][RTC] Remove RT_DEVICE_CTRL_RTC_GET_TIME_US and RT_DEVICE_CTRL_RTC_SET_TIME_US. Add RT_DEVICE_CTRL_RTC_GET_TIMEVAL and RT_DEVICE_CTRL_RTC_SET_TIMEVAL. The RT_DEVICE_CTRL_RTC_GET_TIMEVAL cmd can get second time and microsecond time.
|
2021-09-29 17:12:27 +08:00 |
Meco Man
|
c360688714
|
使用poll.h代替dfs_poll.h
|
2021-09-11 11:56:54 -04:00 |
Bernard Xiong
|
f8a991d092
|
Merge pull request #5036 from mysterywolf/serial
[serial] 优化RT_USING_POSIX_TERMIOS预编译
|
2021-09-11 20:03:15 +08:00 |
Bernard Xiong
|
4423b487c5
|
Merge pull request #5044 from BernardXiong/libc_pr
[libc] remove rtlibc
|
2021-09-11 20:00:39 +08:00 |
BernardXiong
|
0b13409c16
|
[BSP] fix compiling issue with libc
|
2021-09-11 18:09:22 +08:00 |
BernardXiong
|
3dc820b371
|
[drivers] fix stdint issue in cputime
|
2021-09-11 16:00:00 +08:00 |
Bernard Xiong
|
8da9f78d72
|
[libc] remove rtlibc
|
2021-09-11 11:07:51 +08:00 |
Meco Man
|
c1c63fc10c
|
[serial] 优化RT_USING_POSIX_TERMIOS预编译
|
2021-09-09 22:41:54 -04:00 |
Jackistang
|
fca9207517
|
serial: add CTS/RTS flowcontrol.
|
2021-09-06 13:27:40 +08:00 |
guo
|
877bb072cf
|
Merge pull request #5014 from mysterywolf/finsh
[finsh] 修复由于移除finsh导致__cmd_xxx命令无法使用的问题
|
2021-09-05 19:49:43 +08:00 |
Meco Man
|
e18d44940f
|
[finsh] 修复由于移除finsh导致__cmd_xxx命令无法使用的问题
|
2021-09-05 01:57:26 -04:00 |
malongwei
|
5fb6cb8b41
|
修复ringblk_buf在不使用动态内存时报错的问题
|
2021-09-01 19:58:23 +08:00 |
Bernard Xiong
|
bd44c1e590
|
Merge pull request #4970 from cndabai/master
Remove C Style Command Shell
|
2021-08-25 19:03:52 +08:00 |
Bernard Xiong
|
3dc188fb7a
|
Merge pull request #4943 from chenyingchun0312/develop
【doc】add the comments of device-ipc completion
|
2021-08-24 09:57:12 +08:00 |
chenyingchun0312
|
39689ea5ed
|
Merge branch 'develop' of https://github.com/chenyingchun0312/rt-thread into develop
|
2021-08-23 18:54:03 +08:00 |
陈迎春
|
f0c963bf53
|
Merge branch 'RT-Thread:master' into develop
|
2021-08-23 18:53:42 +08:00 |
chenyingchun0312
|
5e02709c55
|
【doc】update completion.c comments
|
2021-08-23 18:52:31 +08:00 |
马志远
|
221da7f464
|
Remove C Style Command Shell
|
2021-08-23 17:30:05 +08:00 |
Meco Man
|
b39837f480
|
[ioctl] implement function of getting window's size(TIOCGWINSZ)
|
2021-08-22 09:36:02 -04:00 |