4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-18 06:13:30 +08:00

10146 Commits

Author SHA1 Message Date
Bernard Xiong
0776b36a4f [Kernel] fix the delay_until issue 2020-10-22 22:44:58 +08:00
mysterywolf
b43f7365a4 [bug fixed] add mb mq value overflow-check code 2020-10-22 07:13:49 +08:00
Bernard Xiong
b0b1e0c1a4
Merge pull request #3972 from mysterywolf/pr1
[bug fixed] add mutex values' overflow-check code
2020-10-21 17:51:58 +08:00
mysterywolf
b93b494239 [bug fixed] add mutex values' overflow-check code 2020-10-21 17:15:43 +08:00
GFWisshit
ad917d9010 修改了license header,修改了sconscipt,修改了board.c指针的强制转换类型,interrupt.c添加了新的函数。 2020-10-21 15:09:33 +08:00
Bernard Xiong
84b206533a
Merge pull request #3966 from mysterywolf/master
add stm32f103-blue-pill BSP
2020-10-21 14:42:14 +08:00
Bernard Xiong
14ef00e982
Merge pull request #3970 from supperthomas/supperthomas
[bsp/nrf5x]: add the readme
2020-10-21 14:15:46 +08:00
Bernard Xiong
017e228248
Merge pull request #3971 from SimpleInit/master
Add sensor vendor MAXIM; Fix temp ptint error
2020-10-21 14:13:49 +08:00
mysterywolf
ba63b34c58 更新 STM32 BSP wiki说明 2020-10-21 02:55:44 +08:00
mysterywolf
2077aecd13 Update readme 2020-10-21 02:45:59 +08:00
SimpleInit
c495d5a247 1.Add sensor vendor MAXIM.
2.Fix: When printing sub-zero temperature, "-" is displayed after ".".

Signed-off-by: SimpleInit <63694297@qq.com>
2020-10-20 20:55:34 +08:00
GFWisshit
c1f4d6c691 修改license header,修改driver目录下的SConscript。 2020-10-20 17:32:26 +08:00
Bernard Xiong
e6743e8c47
Merge pull request #3959 from DavidLin1577/patch-6
Update net_test.c
2020-10-18 14:19:57 +08:00
Bernard Xiong
fe66001bd9
Merge pull request #3969 from DavidLin1577/patch-12
Update listdir.c
2020-10-18 14:10:09 +08:00
Bernard Xiong
917beb7462
Merge pull request #3968 from DavidLin1577/patch-8
Update writespeed.c
2020-10-18 13:53:25 +08:00
supperthomas
84de81bed8 add nrf52832 readme 2020-10-17 22:03:46 +08:00
supperthomas
d3e511e4b1 [bsp/nrf5x] rebuild the readme and doc 2020-10-17 20:46:34 +08:00
David Lin
adc5dab5b2
Update listdir.c
1.close dir before return;
2.fixed indentation.
2020-10-17 11:53:11 +08:00
David Lin
b0591443e3
Update writespeed.c
Fixed indentation
2020-10-17 11:26:27 +08:00
David Lin
6e6dfb0003
Update net_test.c
Fixed  pointer check, indentation
2020-10-17 10:52:29 +08:00
mysterywolf
1e54d51086 Update Readme 2020-10-16 16:39:21 +08:00
GFWisshit
7f330c7b79 Add support for architecture sparc-v8 and soc bm3803. 2020-10-16 11:40:00 +08:00
mysterywolf
ab6182aac6 add stm32f103-blue-pill BSP 2020-10-16 11:31:17 +08:00
Bernard Xiong
3ff0c07b38
Merge pull request #3960 from z14git/master
[shell] Ensure that the last char of `char line[]` is '\0'
2020-10-16 07:25:50 +08:00
张世争
8d3f687abb add alarm flags, alarm can repeated by hour minute and second 2020-10-15 14:37:00 +08:00
Bernard Xiong
8fc2f6e7f1
Merge pull request #3962 from DavidLin1577/patch-7
Update udpclient.c
2020-10-15 06:41:19 +08:00
Bernard Xiong
577f2150ee
Merge pull request #3963 from Dozingfiretruck/master
stm32wb
2020-10-14 17:36:55 +08:00
Dozingfiretruck
49fb0a97f6 添加STM32WB系列BSP 2020-10-14 16:01:59 +08:00
Dozingfiretruck
af1e92e661 stm32wb 2020-10-14 15:03:33 +08:00
David Lin
85e32ae58e
Update udpclient.c
tcpclient->udpclient
2020-10-14 11:59:20 +08:00
David Lin
f8a20ee433
Update net_test.c
申请内存失败时,直接return,此前代码goto _exit进行rt_free空指针,会造成内存泄漏
2020-10-14 09:56:53 +08:00
z14git
adceb3e2a4 确保char line[]最后一位为'\0' 2020-10-14 09:27:40 +08:00
Bernard Xiong
b809c02015
Merge pull request #3957 from thread-liu/develop
[update] Dynamic change console
2020-10-13 23:26:44 +08:00
luhuadong
7b38aed845 [bsp][stm32] supplement some other files with STM32CubeMX 2020-10-13 22:26:57 +08:00
thread-liu
01bdb2c86e [update] Dynamic change console 2020-10-13 15:11:37 +08:00
Bernard Xiong
92c54a5c80
Merge pull request #3954 from mysterywolf/pr2
fix some English grammar errors
2020-10-13 10:50:34 +08:00
Bernard Xiong
66d4d2c5af
Merge pull request #3948 from thread-liu/develop
[add] stm32h7 adc and dac driver.
2020-10-13 10:30:24 +08:00
Bernard Xiong
e97ef8b418
Merge pull request #3952 from mysterywolf/rt_sem_release
[fix bug] #3951
2020-10-13 10:25:35 +08:00
mysterywolf
21d0190014 fix some English grammar errors 2020-10-11 18:46:18 +08:00
mysterywolf
2469335e21 [fix bug] #3951 2020-10-11 17:54:39 +08:00
Bernard Xiong
13044b1e29
Merge pull request #3940 from RT-Thread/timer_issue
[kernel] fix the timer issue
2020-10-11 11:01:40 +08:00
Bernard Xiong
11ac3ac364
Merge pull request #3949 from enkiller/1009
[msh] rm command supports recursive deletion of folders
2020-10-11 11:01:02 +08:00
Bernard Xiong
4515c21d29
Merge pull request #3942 from mysterywolf/unsitd
[fixed] 在keil环境下 compilers\armlibc\sys\unistd.h 与 libc_fcntl.h的宏定义发生了…
2020-10-11 09:39:13 +08:00
Bernard Xiong
a5cd7e7abd
Merge pull request #3944 from mysterywolf/libc
[fix bug] #3902
2020-10-11 09:37:38 +08:00
Bernard Xiong
b1f528ea69
Merge pull request #3945 from mysterywolf/getline3
将posix_getline.h termios.h 头文件包含从<>改为""以防止路径出现分歧
2020-10-11 09:36:32 +08:00
tangyuxin
21a4542d7b [msh] rm command supports recursive deletion of folders 2020-10-09 11:54:42 +08:00
thread-liu
8edb7c316a [add] stm32h7 adc and dac driver. 2020-10-09 10:24:08 +08:00
mysterywolf
96acad78ba 将posix_getline.h termios.h 头文件包含从<>改为""以防止路径出现分歧 2020-10-03 00:31:49 +08:00
mysterywolf
c7aa6f0619 [fix bug] #3902 2020-10-02 12:00:52 +08:00
Meco Man
60b1b87903
[fixed] 在keil环境下 compilers\armlibc\sys\unistd.h 与 libc_fcntl.h的宏定义发生了重复定义的冲突 2020-10-02 11:22:17 +08:00