6511 Commits

Author SHA1 Message Date
weety
799c5e4ea2 [sdio] Fixed merge error. 2018-09-09 22:07:06 +08:00
weety
e19cfd4571 [sdio] Fixed issue for requset size calculation. 2018-09-09 21:20:08 +08:00
weety
02a2b78943 [sdio] Fixed error for dma size calculation. 2018-09-09 14:05:45 +08:00
weety
618e185cd3 [sdio] Limit the data size per request based on the sdio controller driver configuration parameters. 2018-09-08 23:21:13 +08:00
weety
7deaadd782 [bsp][dm365] Fixed thread priority config error, update Kconfig file. 2018-09-07 23:01:39 +08:00
Bernard Xiong
b379407fa8
Merge pull request #1779 from weety/dev
Solve the flicker problem when display the pyconfig window.
2018-09-07 19:30:17 +08:00
weety
754d63a193 Solve the flicker problem when display the pyconfig window. 2018-09-07 13:57:31 +08:00
Bernard Xiong
ed1e73ab06
Merge pull request #1778 from weety/dev
Dev
2018-09-07 08:08:22 +08:00
Bernard Xiong
6fcc5c5504
Merge pull request #1777 from zhaojuntao/ymodem-0906
[components][ymodem] 修复 ymodem 不支持 secureCRT 下 1024字节传输的问题
2018-09-07 06:41:24 +08:00
weety
21c8014da3 [bsp][dm365] update Kconfig file. 2018-09-06 14:16:02 +08:00
weety
bf3ef10aec [bsp][dm365] Support Kconfig. 2018-09-06 14:12:28 +08:00
MurphyZhao
dcbbb05f50 [components][ymodem] 修复 ymodem 不支持 secureCRT 下 1024字节传输的问题
Signed-off-by: MurphyZhao <d2014zjt@163.com>
2018-09-06 11:02:49 +08:00
Bernard Xiong
c125c711a3
Merge pull request #1773 from weety/pyconfig
Pyconfig
2018-09-05 21:26:30 +08:00
weety
ae6f47e274 Solve the problem of RT_USING_DFS cyclic dependency. 2018-09-05 20:52:16 +08:00
Bernard Xiong
67dde16e97
Merge pull request #1775 from shauew/patch-3
修改源文件中的断言指令
2018-09-05 17:48:09 +08:00
shauew
eda579a156
修改源文件中的断言指令
避免编译报错!
2018-09-05 17:19:59 +08:00
weety
4212c72ff5 Support Writting mainmenu text competible with C tools. 2018-09-05 11:40:35 +08:00
Bernard Xiong
6abe7e4ebd
Merge pull request #1771 from Lawlieta/chenyong
[net][sal] Fix close/shutdown memory leak issue.
2018-09-05 11:18:51 +08:00
weety
0b85ab290d Improve menuconfig and help information for RT-Thread packages. 2018-09-05 11:05:59 +08:00
weety
df3262f011 Beautify the configuration interface and keep the interface style consistent with the c tool. 2018-09-05 10:19:28 +08:00
weety
0f40dd6a57 Check if the configuration file needs to be saved when the configuration exits. 2018-09-05 10:14:15 +08:00
weety
ce54828eb0 Support generation of kconfig configuration files compatible with C tools. 2018-09-05 09:48:01 +08:00
weety
d344ff5a9e Merge branch 'pyconfig' of https://github.com/weety/rt-thread into pyconfig 2018-09-05 09:40:12 +08:00
weety
2a46f0d5ee Fixed choice default value issue for stm32f4xx-HAL. 2018-09-05 09:37:56 +08:00
weety
5e7c56add2 Fix dependency loop issue. 2018-09-05 09:35:34 +08:00
weety
7e25fe2266 Merge branch 'master' into pyconfig 2018-09-04 21:01:05 +08:00
weety
937e22fc8b Add scons --pyconfig command for configure project. 2018-09-04 17:14:33 +08:00
chenyong
1571ef5acf [net][sal] Fix close/shutdown memory leak issue. 2018-09-04 11:02:48 +08:00
Bernard Xiong
95c36f32e2
Update rtdef.h 2018-09-04 07:01:39 +08:00
Bernard Xiong
73455eeef5
Update ChangeLog.md v3.1.0 2018-09-03 22:30:40 +08:00
Bernard Xiong
10de75faf2
Merge pull request #1744 from liruncong/master
消除usb结构体gcc编译时的相关警告
2018-09-03 14:00:45 +08:00
Bernard Xiong
1ae8048624
Merge pull request #1765 from uestczyh222/stm32h743-nucleo
[Bsp][stm32h743-nucleo] fix build error with gcc
2018-09-03 14:00:23 +08:00
ZYH
c18ff69ed6 [Bsp][stm32h7xx-nucleo]rename S to s 2018-09-03 09:39:42 +08:00
liruncong
d3c08afd75 1. 保留目前未用到的rt_usbd_ep_unassign函数,暂时移除static属性,消除警告.
2. 修改一处存在多余括号问题. armclang有警告发出.
2018-09-02 22:39:51 +08:00
Bernard Xiong
e166da9961
Merge pull request #1767 from liu2guang/liuguang_ci_dev
[bsp] 修复部分bsp编译错误.
2018-09-02 19:05:25 +08:00
流光
de66213d2e [bsp][lpc408x] 修复lpc408x的mdk5_ide编译错误. 2018-09-02 18:14:09 +08:00
流光
77e5792494 [bsp][frdm-k64f] 修复mdk4_scons/mdk5_scons/mdk5_ide编译错误. 2018-09-02 18:10:43 +08:00
Bernard Xiong
04ea2f35fe
Merge pull request #1766 from RT-Thread/rm_tm4c129x-dk
[BSP] remove tm4c129x-dk bsp
2018-09-02 17:39:13 +08:00
Bernard Xiong
6dc45fbbc4
Merge pull request #1764 from uestczyh222/qemu-vexpress-gemini
[Bsp][qemu-vexpress-gemini]fix build error with gcc
2018-09-02 16:51:59 +08:00
Bernard Xiong
388fc1d80b
Merge pull request #1763 from uestczyh222/nuvoton_nuc472
[Bsp][nuvoton_nuc472]fix gcc build with gcc
2018-09-02 16:51:43 +08:00
Bernard Xiong
8e9fca6eef [BSP] remove tm4c129x-dk bsp 2018-09-02 16:49:51 +08:00
Bernard Xiong
eab458d0ba
Merge branch 'master' into nuvoton_nuc472 2018-09-02 16:10:26 +08:00
Bernard Xiong
3632693141
Merge pull request #1759 from Lawlieta/chenyong
[net][sal] Fix accept create new socket failed issue.
2018-09-02 12:47:05 +08:00
Bernard Xiong
90d05a2925
Merge pull request #1762 from uestczyh222/nuvoton_m05x
[Bsp][nuvoton_m05x]fix build error with gcc
2018-09-02 12:40:46 +08:00
zyh
ab815cf360 [Bsp][stm32h743-nucleo] fix build error with gcc 2018-09-02 12:36:25 +08:00
zyh
dee868dc9c [Bsp][qemu-vexpress-gemini]fix build error with gcc 2018-09-02 12:15:39 +08:00
Bernard Xiong
43f18b677a
Merge pull request #1761 from uestczyh222/master
[Bsp][Apollo2]fix build error with gcc
2018-09-02 12:04:38 +08:00
zyh
2febf68317 [Bsp][nuvoton_nuc472]fix gcc build with gcc 2018-09-02 11:53:14 +08:00
zyh
46f740cd21 [Bsp][nuvoton_m05x]fix build error with gcc 2018-09-02 11:45:03 +08:00
zyh
2bd06ea448 [Bsp][Apollo2]fix build error with gcc 2018-09-02 11:21:03 +08:00