Bernard Xiong
|
b5de986122
|
Merge pull request #5542 from mysterywolf/keil
[sconscript.platform] 优化针对编译器判断
|
2022-01-20 21:01:00 +08:00 |
Meco Man
|
8bf5a28528
|
[workqueue] 增加rt_work_urgent
|
2022-01-20 20:58:46 +08:00 |
Meco Man
|
36cbc1fd2f
|
[workqueue] time参数改为ticks,防止误解单位为ms
|
2022-01-20 20:58:46 +08:00 |
Meco Man
|
3a789b3317
|
[workqueue] improve comment
|
2022-01-20 20:58:46 +08:00 |
Meco Man
|
1874bd25aa
|
[timer] improve parameter checking
|
2022-01-20 20:58:46 +08:00 |
guo
|
7c403d3587
|
Merge branch 'master' into keil
|
2022-01-20 14:20:43 +08:00 |
Meco Man
|
884218588a
|
[sconscript.platform] 优化针对编译器判断的脚本
- 删除啰嗦的代码
related: https://github.com/RT-Thread/rt-thread/issues/3046
|
2022-01-19 23:24:47 -05:00 |
liukangcc
|
27511885f3
|
[update] change ccflags to cflags
|
2022-01-20 11:50:30 +08:00 |
Meco Man
|
8213bbd92e
|
update
|
2022-01-14 23:09:32 +08:00 |
liukangcc
|
3d2e23ec1c
|
[update] move dfs_posix.h to legacy/dfs/dfs_posix.h
|
2022-01-14 23:09:32 +08:00 |
Meco Man
|
f89a162ea3
|
[core] 使用rt_memcpy rt_memset代替memcpy memset
|
2022-01-09 00:23:18 +08:00 |
Meco Man
|
918ee6147c
|
add RT_USING_POSIX_STDIO
|
2022-01-05 23:11:58 +08:00 |
nongxiaoming
|
cec72c92c7
|
[components][sdio] fix compile warning and optimized code.
|
2021-12-31 17:05:42 +08:00 |
nongxiaoming
|
57165329ac
|
[components][usb] fix compile warning in cdc_vcom.c
|
2021-12-30 01:38:16 +08:00 |
Meco Man
|
c8dcf7cc68
|
[libc]rename group name
|
2021-12-30 01:27:25 +08:00 |
guo
|
dcce9886e9
|
Update sensor.c
|
2021-12-24 10:10:59 +08:00 |
guo
|
51569a068a
|
Merge pull request #5418 from mysterywolf/revert-5412-clang-arm
Revert "add clang-arm support."
|
2021-12-24 09:17:41 +08:00 |
Wayne Lin
|
9dc4ca0d31
|
Remove unused comment.
|
2021-12-24 05:36:12 +08:00 |
Wayne Lin
|
28f91a86f5
|
Correct sem's name of sd block device.
|
2021-12-24 05:36:12 +08:00 |
Wayne Lin
|
f508d58c05
|
Strip tailing space.
|
2021-12-24 05:36:12 +08:00 |
Wayne Lin
|
bac75e24bd
|
[SDIO] Create SD block device.
1. New naming rule for multiple cards: sdXpY. Ex: sd0, sd0p0, sd0p1, sd1, sd1p0, sd1p1, .... sdXpY.
2. Always create super-node for backward-compatible and fdisk-like utility. EX: sd0, sd1, ..... sdX.
3. Shrink code.
|
2021-12-24 05:36:12 +08:00 |
Wayne Lin
|
600e67f952
|
Revert to RT_IPC_FLAG_PRIO.
|
2021-12-24 05:36:12 +08:00 |
Wayne Lin
|
7e6ffd3447
|
Support multi-partition/-card mounting.
|
2021-12-24 05:36:12 +08:00 |
Wayne Lin
|
c84952d9cd
|
Fix infinite-loop in rt_mmcsd_blk_remove.
1. Issue on traveling latest node in list if multi-partitions on card.
|
2021-12-24 05:36:12 +08:00 |
Man, Jianting (Meco)
|
ed1f8b3f64
|
Revert "add clang-arm support."
This reverts commit a5f6fdc780 .
|
2021-12-22 18:57:16 -05:00 |
guozhanxin
|
a5f6fdc780
|
add clang-arm support.
|
2021-12-22 13:03:05 +08:00 |
guo
|
fb7b9f4fb4
|
Merge pull request #5318 from enkiller/1201
[components][src] Optimize interrupt disable time
|
2021-12-21 17:40:59 +08:00 |
chenyingchun0312
|
417efc370f
|
[drivers/i2c] optimize i2c driver framework
|
2021-12-17 10:25:08 +08:00 |
guo
|
6373523c31
|
Merge pull request #5343 from ousugo/addAnnotation
Add pipe.c function annotation
|
2021-12-15 12:00:42 +08:00 |
ousugo
|
9261bab77b
|
Fix format
|
2021-12-14 21:17:00 +08:00 |
ousugo
|
c9cbc6fb0c
|
Fix annotation grammatical mistake
|
2021-12-14 21:17:00 +08:00 |
ousugo
|
db32aba3d4
|
fix format
|
2021-12-14 21:17:00 +08:00 |
ousugo
|
f62bd0373a
|
add waitqueue.c function annotation
|
2021-12-14 21:17:00 +08:00 |
ousugo
|
3e9757888f
|
Fix format and mistake
|
2021-12-14 14:13:02 +08:00 |
guo
|
92cf02a34d
|
Merge pull request #5262 from ShermanShao/master
[BSP/RA6M4-CPK] 添加 CAN、RW007 的支持
|
2021-12-14 11:24:47 +08:00 |
Sherman
|
0f0093aa3e
|
[UPDATE]添加新驱动、完善 BSP
- [update] 更新 template 工程配置
- [update] 更新 PLATFORM 配置
- [add] 添加 ra icu 驱动文件
- [add] 增加传感器类型 IAQ、EtOH
- [add] 添加 CAN 驱动
- [add] 添加 RW007 驱动及使用说明
- [fix] GCC 编译问题
- [fix] flash 驱动
- [fix] 修改 scons 脚本配置
|
2021-12-14 11:04:46 +08:00 |
ousugo
|
4820dbb0b3
|
Merge branch 'master' into addAnnotation
|
2021-12-14 10:42:18 +08:00 |
张世争
|
7455e2487b
|
[components] PM框架更新
|
2021-12-14 06:12:55 +08:00 |
Meco Man
|
7ff976dab3
|
[posix] [pipe] add IPC for POSIX and add pipe for it
|
2021-12-14 06:12:04 +08:00 |
ousugo
|
a237f805b9
|
fix format
|
2021-12-07 16:08:00 +08:00 |
ousugo
|
7f698140e8
|
Add pipe.c function annotation
|
2021-12-07 16:05:01 +08:00 |
Meco Man
|
67e14adc4f
|
[posix] 按照高级unix环境编程整理IO类别
|
2021-12-05 23:07:41 -05:00 |
Bernard Xiong
|
36d5154256
|
Merge pull request #5320 from mysterywolf/pse-master
[POSIX] move PSE branch to master
|
2021-12-05 13:16:39 +08:00 |
Bernard Xiong
|
0453536384
|
Merge pull request #5331 from recan-li/master_fix
【PR】修改bsp/qemu-vexpress-a9的若干问题
|
2021-12-05 09:58:57 +08:00 |
recan-li
|
cf92ae747f
|
fix: Fix compile warnings on qemu-vexpress-a9 platform (-Wimplicit-function-declaration)
|
2021-12-04 01:03:26 +08:00 |
guo
|
fda37d55f8
|
Merge pull request #5319 from RT-Thread/master
【PSE分支】同步master到PSE分支
|
2021-12-02 10:09:37 +08:00 |
aozima
|
c2fec1bf45
|
update cputime_cortexm.c support 64bit.
|
2021-12-01 20:08:32 +08:00 |
aozima
|
9a3d0a0ea2
|
cputime support 64bit.
|
2021-12-01 20:08:32 +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 |