11172 Commits

Author SHA1 Message Date
thread-liu
53dea16e5c [update] sdio wifi. 2021-03-01 15:57:10 +08:00
Bernard Xiong
0a54f4c3dd
Merge pull request #4388 from mysterywolf/getline
[libc][getline] 删除不必要的声明信息
2021-03-01 15:18:52 +08:00
Bernard Xiong
ce76e18620
Merge pull request #4398 from mysterywolf/syscallssss
[libc][newlib] 对syscall中malloc相关桩函数做出预编译调整
2021-03-01 15:15:09 +08:00
Bernard Xiong
893e5ad27c
Merge pull request #4403 from mysterywolf/removeminisystem
[bsp][stm32] 移除mini system BSP
2021-03-01 15:01:43 +08:00
zhuyunfan
2364033109 fix stm32f7 flash driver error 2021-03-01 12:56:59 +08:00
Meco Man
6cf0d54e7d 更新ci检查列表 2021-03-01 05:57:08 +08:00
Meco Man
68782205ed [bsp][stm32] 移除mini system BSP 2021-03-01 05:52:48 +08:00
Bernard Xiong
a716126f28
Merge pull request #4389 from mysterywolf/sdcard
[bug][bsp][stm32][pandora] cannot use fatfs in the main thread at starting up
2021-02-28 22:09:55 +08:00
Bernard Xiong
53b308948d
Merge pull request #4399 from zhangsz0516/zhangsz_0228
[update][kernel]规范rt_object_t强制转换的使用,消除上次提交的编译警告
2021-02-28 20:32:53 +08:00
Bernard Xiong
b087b2d9b0
Merge pull request #4394 from supperthomas/ci_test
[bsp/max32660] 添加GCC编译环境和去掉Keil的microlib选项
2021-02-28 20:24:59 +08:00
Bernard Xiong
307671e2c4
Merge pull request #4392 from Jackistang/master
[bsp/max32660] add the driver of i2c
2021-02-28 20:19:29 +08:00
Howard Su
5a184c19b2 Return when i2c transfer 0 messages
msg->flags is accessed without proper intialized msg variable.
2021-02-28 16:42:27 +08:00
张世争
72d7f6c0ad [update][kernel]规范rt_object_t强制转换的使用,消除上次提交的编译警告 2021-02-28 12:00:44 +08:00
Meco Man
70f5c10262 remove comments 2021-02-28 11:12:18 +08:00
Meco Man
ac275965f2 [libc][newlib] 对syscall中malloc相关桩函数做出编译调整 2021-02-28 11:09:48 +08:00
Meco Jianting Man
8932ffdb96
Merge pull request #21 from RT-Thread/master
pr
2021-02-27 01:02:48 -06:00
Meco Man
9da70b7e76 删除多余空格 2021-02-27 14:53:00 +08:00
jackis
8c7dd0353a Keep the project file as it is, remove test code 2021-02-27 09:53:37 +08:00
Bernard Xiong
2bf53d315d
Merge pull request #4369 from mysterywolf/removeminilibc
[libc]移除minilibc 并将其职能并入newlibc中
2021-02-27 09:12:45 +08:00
supperthomas
db61c0d377 [bsp/max32660] remove the microlib about keil 2021-02-27 00:15:53 +08:00
supperthomas
bc133b83a7 [bsp/max32660] add the gcc and vscode environment 2021-02-26 23:35:08 +08:00
Bernard Xiong
ff469fee30
Merge pull request #4360 from haocg9310/stm32DAC
fix stm32 drv_dac.c some bugs
2021-02-26 23:14:48 +08:00
jackis
2b9d265364 [bsp/max32660] modify readme.md 2021-02-26 17:41:56 +08:00
jackis
c0c353e7c3 [bsp/max32660] close i2c 2021-02-26 17:38:53 +08:00
jackis
d306e39a55 [bsp/max32660] add the driver of i2c 2021-02-26 17:32:33 +08:00
Bernard Xiong
c8056dc7bb
Merge pull request #4390 from zhangsz0516/zhangsz_0226
[update][kernel]规范rt_object_detach的使用
2021-02-26 12:55:44 +08:00
cliff-cmc
eea0c3d74a Add memtrace command for memheap.c 2021-02-26 11:45:19 +08:00
张世争
62137eec9a [update][kernel]规范rt_object_detach的使用 2021-02-26 10:38:31 +08:00
Meco Man
c271332dd8 [bug][bsp][stm32][pandora] fix a bug that cannot use fatfs in the main thread at starting up 2021-02-26 10:23:01 +08:00
Meco Man
952e35d9d3 update Kconfig 2021-02-26 06:34:52 +08:00
Meco Man
88abde1578 [libc] beatify getline 2021-02-26 06:17:22 +08:00
Bernard Xiong
fae0fa8eea
Merge pull request #4383 from mysterywolf/istty
[libc]fix bug of _isatty_r()
2021-02-26 00:48:58 +08:00
Bernard Xiong
4f6fea18c6
Merge pull request #4385 from mysterywolf/mutex
[libc][armlibc] add multithreaded protection
2021-02-26 00:23:18 +08:00
Bernard Xiong
f09592297a
Merge pull request #4386 from xiangxistu/master
[fix] the wrong 'ifconfig' information for multi-network interface
2021-02-26 00:20:08 +08:00
Bernard Xiong
8afee3092a
Merge pull request #4382 from Sunwancn/stm32-usart-8bits-parity
[drv_usart.c]修复stm32串口开启奇偶校验时字长设置错误
2021-02-26 00:10:14 +08:00
xiangxistu
e02f3764bd [delete] useless logic 2021-02-25 14:44:02 +08:00
xiangxistu
7a2ae46ecf [fix] the wrong 'ifconfig' information for multi-network interface 2021-02-25 14:06:03 +08:00
Meco Man
1ce2065660 [libc][armlibc] add multithreaded protection 2021-02-25 09:14:19 +08:00
Meco Man
20b95b8af5 [libc]fix bug of _isatty_r() 2021-02-24 22:09:00 +08:00
Meco Jianting Man
bc28df8b35
Merge pull request #20 from RT-Thread/master
pr
2021-02-24 08:01:14 -06:00
Sunwancn
e22f72293e [drv_usart.c]修复stm32串口开启奇偶校验时字长设置错误 2021-02-24 21:11:27 +08:00
Bernard Xiong
aaf4696c87
Merge pull request #4291 from enkiller/0201-1650
[libcpu][cm33] 安全相关的函数使用宏进行隔离
2021-02-24 18:19:48 +08:00
Bernard Xiong
d1ba6ff32e
Merge pull request #4373 from LeeChunHei/bsp_fix
imxrt bsp 修復
2021-02-24 16:46:05 +08:00
Bernard Xiong
b7a71b8552
Merge pull request #4371 from mysterywolf/fixold
[libc] 去除RT_USING_NOLIBC 历史遗留
2021-02-24 16:45:29 +08:00
Bernard Xiong
86aec6371a
Merge pull request #4381 from mysterywolf/exit
[kernel]  rt_thread_control() 关闭线程后增加rt_schedule调度
2021-02-24 16:43:00 +08:00
Meco Man
2b98ac215a [kernel] rearrange rt_thread_control() - schedule the thread when close it 2021-02-24 16:29:43 +08:00
LeeChunHei
b4cbfca550 change to use SConscript to enable clear bss in startup.s 2021-02-24 12:04:08 +08:00
Bernard Xiong
06e01da1d5
Merge pull request #4380 from Guozhanxin/raspberry-pico
[bsp][raspberry-pico] Fixed failure to start without connecting to UART
2021-02-24 11:22:58 +08:00
guozhanxin
05ce4e67c3 [bsp][raspberry-pico] Fixed failure to start without connecting to UART 2021-02-24 11:04:35 +08:00
Bernard Xiong
c0331c5838
Merge pull request #4375 from mysterywolf/pin
[bsp][stm32][qspi]修复拼写错误
2021-02-23 18:59:40 +08:00