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

10134 Commits

Author SHA1 Message Date
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
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
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
Bernard Xiong
aeff91b2a7
Merge pull request #3769 from jesven/fix_yield
解决yield操作不能及时释放cpu的问题
2020-10-01 15:46:10 +08:00
Bernard Xiong
1c6700acfd [kernel] fix the timer issue 2020-09-30 23:50:18 +08:00
Bernard Xiong
c758168877
Merge pull request #3937 from chenyingchun0312/master
同步nrf52840相关修改到nrf52832中,测试了ble 相关sample,同时测试了RTC设备,可以正常工作
2020-09-30 03:14:45 +08:00
chenyingchun0312
0051092c81 sync nrf52840 some config files to nrf52832 2020-09-28 17:27:05 +08:00
Bernard Xiong
e3d1ed45c6
Merge pull request #3936 from thread-liu/liukang
[update] stm32mp1 pin-index
2020-09-27 17:15:04 +08:00
thread-liu
076e33aa03 [update] stm32mp1 pin-index 2020-09-27 14:29:36 +08:00
Bernard Xiong
aa05fc1469
Merge pull request #3675 from DavidLin1577/patch-10
[drivers/usb]Fixed a bug may cause stackover flow
2020-09-27 08:23:55 +08:00
Bernard Xiong
08688f7095
Merge pull request #3712 from egbert-h/master
mstorage.c: fix bug in device descriptor that MAC OS enumeration failed.
2020-09-27 08:23:14 +08:00
Bernard Xiong
68c5269759
Merge pull request #3935 from enkiller/0926-1225
[dfs] fix the DEVICE could not get or set flags
2020-09-27 08:14:23 +08:00
tangyuxin
8861202c3b [dfs] fix the DEVICE could not get or set flags 2020-09-26 12:30:39 +08:00
Bernard Xiong
38931765d1
Merge pull request #3931 from enkiller/0926
[add] DFS file system supports device types
2020-09-26 11:25:25 +08:00