Meco Man
|
43a80193c4
|
[rtlibc] remove libc_stdio.h
|
2021-06-21 21:59:48 +08:00 |
Meco Man
|
41875c17ff
|
[rtthread.h] 移除rt_sscanf声明
|
2021-06-17 23:20:44 +08:00 |
Meco Jianting Man
|
4fd4074617
|
Merge branch 'RT-Thread:master' into ioctl
|
2021-06-13 16:19:59 +08:00 |
guo
|
b516cbd2ae
|
Merge pull request #4790 from mysterywolf/errno
[master][rtlibc] remove libc_errno.h & libc_limits.h
|
2021-06-13 09:36:29 +08:00 |
Meco Man
|
8b82b83482
|
[kernel] 增加rt_mutex_trytake
|
2021-05-30 11:47:33 +08:00 |
Meco Man
|
0e32728a5d
|
[libc][rtlibc] remove libc_ioctl.h
|
2021-05-23 00:17:08 +08:00 |
Meco Man
|
a5f7635f31
|
remove libc_errno.h & libc_limits.h
|
2021-05-22 02:50:35 +08:00 |
armink
|
c61419b69b
|
Update the version number to 4.0.4
|
2021-05-10 09:10:54 +08:00 |
Meco Man
|
40c09fc1e0
|
重新分类为common文件夹下属all文件夹和excgcc文件夹
|
2021-04-21 00:56:36 +08:00 |
Meco Man
|
9d401ea8b0
|
重新整理libc重复共用文件,创建common_for_all 和 common_for_keiliar
|
2021-04-18 00:51:07 +08:00 |
Meco Man
|
8e2a456d7a
|
implement set_timeval
|
2021-04-15 14:01:55 +08:00 |
armink
|
b027ad8b2e
|
[DeviceDriver] Add get/set microsecond time control command
|
2021-04-14 20:06:39 +08:00 |
Bernard Xiong
|
a98d81ab9f
|
Merge pull request #4559 from enkiller/0220-1044
[bsp][simulator] 支持自动初始化及用户 main 入口
|
2021-04-02 18:37:29 +08:00 |
Bernard Xiong
|
c3978ed9ce
|
Merge pull request #4396 from mysterywolf/kservice
[kernel] add RT_KSERVICE_USING_STDLIB
|
2021-04-02 18:24:25 +08:00 |
tangyuxin
|
015418fa9b
|
[bsp][simulator] 支持自动初始化及用户 main 入口
|
2021-04-01 17:01:14 +08:00 |
crazt
|
7272da20c2
|
[toolchain] fix TASKING toolchain attributes .
|
2021-03-23 19:11:22 +08:00 |
crazt
|
2517907b48
|
[toolchain] TASKING toolchain attributes update.
|
2021-03-20 10:42:47 +08:00 |
Meco Man
|
846102efa1
|
[kernel][device] remove rt_device_init_all()
|
2021-03-19 03:01:07 +08:00 |
Bernard Xiong
|
b9fca2fced
|
Merge pull request #4411 from yangfasheng/master
【更新】调整图形设备驱动相关定义
|
2021-03-12 08:32:46 +08:00 |
iysheng
|
f3283ff8df
|
[rtdbg] Fix compile error when using LOG_HEX(...) function but RT_USING_ULOG not defined
|
2021-03-11 14:22:29 +08:00 |
Meco Man
|
2fd265406e
|
[include] auto formatted
|
2021-03-08 17:22:21 +08:00 |
yangfasheng
|
2892faccc8
|
【更新】调整图形设备驱动相关定义
Signed-off-by: yangfasheng <yangfasheng@live.com>
|
2021-03-05 10:08:49 +08:00 |
Meco Man
|
58f000bdce
|
修改拼写错误
|
2021-03-01 23:58:04 +08:00 |
Meco Man
|
ced9b44e63
|
update
|
2021-02-28 19:05:14 +08:00 |
Meco Man
|
00cebaacac
|
add RT_KERVICE_USING_STDLIB
|
2021-02-28 05:07:02 +08:00 |
cliff-cmc
|
eea0c3d74a
|
Add memtrace command for memheap.c
|
2021-02-26 11:45:19 +08:00 |
liruncong
|
f5ede64c83
|
[include]SECTION=>RT_SECTION(与catch2中SECTION冲突)
|
2021-02-09 23:25:16 +08:00 |
tangweikang
|
b1cdc3a2cb
|
[toolchain] Added support for the TASKING toolchain.
|
2021-02-07 12:06:02 +08:00 |
Meco Man
|
11fc8d27c1
|
re-format libc_ioctl.h
|
2021-01-01 17:00:52 +08:00 |
Meco Man
|
63cd26b0d1
|
update
|
2020-12-30 16:32:20 +08:00 |
Meco Man
|
c2e15e003c
|
add function rt_hw_1ms_tick_get()
|
2020-12-29 00:08:24 +08:00 |
guozhanxin
|
a22decb71b
|
【优化】在代码中移除 rt_system_object_init/rt_system_tick_init 的调用。
|
2020-11-23 11:39:38 +08:00 |
Bernard Xiong
|
065488e746
|
Merge pull request #3956 from xfwangqiang/gcc-fix
[Components]&&[BSP][imxrt]add ethernet configuration for imxrt1064-nxp-evk
|
2020-11-13 07:10:16 +08:00 |
mysterywolf
|
98f0cfbf6e
|
define maximum value of ipc type
|
2020-10-23 01:04:06 +08:00 |
WangQiang
|
502378cf93
|
1. 抽象了PHY的设备模型,在components中增加了PHY设备的相关代码以及KCONFIG配置和SConscript脚本
2. 在IMXRT的Libraries中增加了peripherals目录,用于具体型号的设备驱动相关的代码的实现,不应与MCU的平台相关,实现PHY的设备对象中的相关接口。
3. 修改了BSP中的Sconstruct文件,增加了peripherals目录的构建
4. 修改了KEIL环境的SCT文件,用于实现以太网功能
|
2020-10-12 19:17:00 +08:00 |
mysterywolf
|
c7aa6f0619
|
[fix bug] #3902
|
2020-10-02 12:00:52 +08:00 |
mysterywolf
|
ff097f0467
|
增加 __GNUC__宏定义 和sconscript的平台识别以避免重复定义
|
2020-09-08 13:16:49 +08:00 |
mysterywolf
|
0eadf69f81
|
增加rtconfig.h头文件
|
2020-09-06 12:31:42 +08:00 |
mysterywolf
|
0d7d1fbbf7
|
修改include/libc头文件版权信息格式
|
2020-09-05 22:05:16 +08:00 |
mysterywolf
|
443978eb78
|
增加RT_USING_POSIX_GETLINE用于单独控制是否启用getline函数,并修改Kconfig增加对应选项
|
2020-09-05 19:47:34 +08:00 |
mysterywolf
|
cf00e7f0a1
|
增加 RT_USING_POSIX
|
2020-09-05 18:10:30 +08:00 |
mysterywolf
|
d5d8b345f4
|
修改libc_signal.h 该文件中不能用rt_数据类型,否则会引起编译器递归编译
|
2020-09-05 16:59:53 +08:00 |
mysterywolf
|
6fa049ee3d
|
add libc_stdio.h
|
2020-09-05 16:21:00 +08:00 |
mysterywolf
|
74ab1551fd
|
add posix 2008 limit.h
|
2020-09-05 16:14:21 +08:00 |
Meco
|
5e92521e0d
|
struct rt_device_ops 结构体增加宏定义
|
2020-08-10 04:35:08 +08:00 |
chenchaoqun
|
224c3224c7
|
[format] enumeration define two styles: define first or all.
|
2020-07-27 14:11:35 +08:00 |
Bernard Xiong
|
fe2e9e924e
|
[libc] fix 64bit issue for pthreads
|
2020-06-06 13:21:32 +08:00 |
Bernard Xiong
|
310517b818
|
[Kernel] Code cleanup
|
2020-04-10 00:02:57 +08:00 |
Bernard Xiong
|
b1eb3943a3
|
[Kernel] Add rt_object_get_length/rt_object_get_pointers APIs.
|
2020-04-10 00:01:58 +08:00 |
Bernard Xiong
|
c1a3de7b8a
|
Merge pull request #3478 from SummerLife/optimize_uart
[stm32/driver] optimize uart driver
|
2020-03-26 22:04:45 +08:00 |