4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-16 14:33:31 +08:00

9949 Commits

Author SHA1 Message Date
mysterywolf
b3ab8a99e1 Signed-off-by: mysterywolf 2020-09-09 08:59:39 +08:00
mysterywolf
28e0c99d00 Signed-off-by: mysterywolf 2020-09-09 00:53:53 +08:00
mysterywolf
b9b15f89a0 [bsp][efm32] 增加RT_LIBC_USING_TIME 2020-09-08 16:42:58 +08:00
mysterywolf
4305a678a3 修改common文件夹的sconscript 并 取消并恢复上一个commit的提交内容 2020-09-08 16:29:47 +08:00
mysterywolf
4e58b995df [bsp] 修改bsp/lpc408x默认配置文件,使能libc 2020-09-08 15:25:37 +08:00
mysterywolf
a890c67fb4 增加lwip/cc.h LWIP_TIMEVAL_PRIVATE是能与否的平台判断条件 2020-09-08 13:39:40 +08:00
mysterywolf
ff097f0467 增加 __GNUC__宏定义 和sconscript的平台识别以避免重复定义 2020-09-08 13:16:49 +08:00
mysterywolf
0607ff84ab 解决minilibc time.c和newlibc仅定义RT_LIBC_USING_TIME时冲突的问题 2020-09-08 11:12:56 +08:00
mysterywolf
f021cb982a 修改common下的sconscript脚本文件,增加unistd.c排除条件 2020-09-08 10:52:02 +08:00
mysterywolf
5eccf51b61 Signed-off-by: mysterywolf 2020-09-08 10:29:17 +08:00
mysterywolf
237a71de27 修复common文件夹,该文件夹为armlibc/newlib/dlib的共同文件的文件夹 2020-09-08 10:26:03 +08:00
mysterywolf
0eadf69f81 增加rtconfig.h头文件 2020-09-06 12:31:42 +08:00
mysterywolf
05190990b4 增加posix_getline.c/.h版权信息 2020-09-05 22:09:22 +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
f13014526c [bug fix]对各个libc库的termios.h增加宏定义,以防止在termios函数没有定义时,将posix_termios.h头文件引入导致报错 2020-09-05 17:52:32 +08:00
mysterywolf
6eb62a3f9d 将unistd.c不再放在common中,分散到各个库中 2020-09-05 17:50:54 +08:00
mysterywolf
8a08be6b9e [fix bugs]修改armlibc/sys/types.h 该文件中不能用rt_数据类型,否则会引起编译器递归编译 2020-09-05 17:41:54 +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
mysterywolf
a41ebbb697 add posix functions getline/getdelim 2020-09-05 15:42:03 +08:00
Bernard Xiong
d890d555a7
Merge pull request #3886 from jesven/fix_smp_ready_table
修正多核rt_schedule_remove_thread时pcpu的ready_table判断问题
2020-09-05 08:59:06 +08:00
shaojinchun
731e64f0c5 修正多核rt_schedule_remove_thread时pcpu的ready_table判断问题 2020-09-04 12:12:01 +08:00
Bernard Xiong
cf622e5177
Merge pull request #3874 from sheltonyu/developer
[bsp/at32] add link detecting thread for ethernet driver
2020-09-04 09:37:43 +08:00
Bernard Xiong
bd6171b6ac
Merge pull request #3853 from xfwangqiang/gcc-fix
[BSP][imxrt]fixed ethernet driver bug for imxrt
2020-09-04 09:34:55 +08:00
Bernard Xiong
dfab232a5f
Merge pull request #3877 from nuclei-community/dev_nuclei_fixport
libcpu/nuclei: Fix wrong RT_KERNEL_INTERRUPT_LEVEL
2020-09-04 09:34:37 +08:00
Bernard Xiong
86e4216275
Merge pull request #3869 from mysterywolf/master
[fix/add/bug] 修改armlibc多处,重新提交了[请求优先通过!!]
2020-09-04 08:49:11 +08:00
Bernard Xiong
cf442c2c2e
Merge pull request #3876 from xfwangqiang/dev
[BSP][IMXRT]fixed SConstruct file spell error in imxrt1064-nxp-evk
2020-09-04 08:48:20 +08:00
Bernard Xiong
21c42e6c7f
Merge pull request #3875 from ChenxuanZhao/develop
[bsp/stm32] Add C++ Support
2020-09-04 08:48:03 +08:00
Bernard Xiong
b0418f6cbf
Merge pull request #3878 from supperthomas/supperthomas
[bsp/nrf5x]add the sample of softdevice config
2020-09-04 08:47:11 +08:00
Bernard Xiong
5c1fd3ed39
Merge pull request #3868 from nuclei-community/dev_hbird_eval
[bsp/nuclei] Add BSP support for Nuclei HummingBird FPGA Evaluation Board
2020-09-04 08:33:03 +08:00
Chenxuan Zhao
1ca8a956cc [bsp/stm32] Add C++ Support 2020-09-04 07:59:37 +08:00
supperthomas
421dea8fdb [bsp/nrf5x] add the sample of softdevice config 2020-09-03 20:53:06 +08:00
Huaqi Fang
eb00fbeda7 libcpu/nuclei: Fix wrong RT_KERNEL_INTERRUPT_LEVEL
RT_KERNEL_INTERRUPT_LEVEL set to 0 is the lowest level.

Signed-off-by: Huaqi Fang <578567190@qq.com>
2020-09-03 18:10:08 +08:00
WangQiang
8da824c51b fixed SConstruct file spell error in imxrt1064-nxp-evk 2020-09-03 15:59:33 +08:00
sheltonyu
68df79e8ed [bsp/at32] add link detecting thread for ethernet driver 2020-09-03 15:15:14 +08:00
Chenxuan Zhao
53e4b9d515 Add C++ Support 2020-09-03 14:59:18 +08:00
Bernard Xiong
f3d1e71131
Merge pull request #3872 from ErnestChen1/master
[fix] thread control bug about RT_THREAD_CTRL_CLOSE command
2020-09-03 10:36:04 +08:00
chenchaoqun
c15a7858c9 [fix] thread control bug about RT_THREAD_CTRL_CLOSE command 2020-09-02 15:04:42 +08:00
Huaqi Fang
a64f36f198 bsp/nuclei: Fix issues mentioned in PR #3868
Signed-off-by: Huaqi Fang <578567190@qq.com>
2020-09-02 11:10:54 +08:00
mysterywolf
5721fa8990 Signed-off-by: mysterywolf 2020-09-02 10:33:37 +08:00
mysterywolf
a162640f89 Signed-off-by: mysterywolf 2020-09-02 10:25:52 +08:00
mysterywolf
837604553b 增加unistd.c文件 2020-09-02 10:22:47 +08:00
mysterywolf
9b470d448d 取消isatty函数在本文件中的实现,转移到其他文件中 2020-09-02 10:18:52 +08:00
Bernard Xiong
82ac7d1eea
Merge pull request #3865 from chenyingchun0312/master
Add some config for nrf52832
2020-09-02 08:40:27 +08:00
Huaqi Fang
bc3471e8fa bsp/nuclei: Add more information in hbird_eval doc
Signed-off-by: Huaqi Fang <578567190@qq.com>
2020-09-01 09:17:33 +08:00
Huaqi Fang
1d6c11fb0f bsp/nuclei: Add new bsp entry doc in README.md
Signed-off-by: Huaqi Fang <578567190@qq.com>
2020-09-01 08:54:18 +08:00
Huaqi Fang
25709dca1c bsp/nuclei: Add initial bsp support for Nuclei HummingBird SoC
Signed-off-by: Huaqi Fang <578567190@qq.com>
2020-09-01 08:47:21 +08:00