xuzhuoyi
|
fd7af6a150
|
[bsp][stm32f429-disco] Add SPI Error Handler
|
2018-09-13 19:13:00 +08:00 |
xuzhuoyi
|
e58bc98ff0
|
[bsp][stm32f429-disco] Add LCD support
|
2018-09-13 18:44:51 +08:00 |
Bernard Xiong
|
471d25ce49
|
Merge pull request #1799 from liruncong/dev0911
修正_sys_command_string返回值
|
2018-09-12 10:04:26 +08:00 |
Bernard Xiong
|
e4bdcef4af
|
Merge pull request #1797 from armink/fix_slist
[slist] Add rt_slist_tail and rt_slist_tail_entry for slist.
|
2018-09-12 10:03:46 +08:00 |
liruncong
|
ba20a00e19
|
_sys_command_string返回值错误,no support时cmd为随机数据,可能导致c库初始化时在此函数返回处死循环或跑飞.
|
2018-09-11 23:36:01 +08:00 |
Bernard Xiong
|
b1bbf434a6
|
Merge pull request #1795 from liruncong/armlibc
armlibc下malloc/realloc/calloc函数声明同一更正
|
2018-09-11 20:52:08 +08:00 |
armink
|
a969b7096f
|
[slist] Add rt_slist_tail and rt_slist_tail_entry for slist.
|
2018-09-11 20:06:40 +08:00 |
liruncong
|
f61c2fb882
|
armlibc下malloc/realloc/calloc声明同一更正
|
2018-09-11 19:46:08 +08:00 |
Bernard Xiong
|
7d3f38e4f6
|
Merge pull request #1790 from liruncong/dev-dfs
dfs_uffs_getdents函数声明问题修正
|
2018-09-11 19:08:47 +08:00 |
Bernard Xiong
|
651d895391
|
Merge pull request #1788 from liruncong/dev
修正打开"Support C++ features"后gcc编译失败问题
|
2018-09-11 19:03:41 +08:00 |
Bernard Xiong
|
8c2448a4d4
|
Merge pull request #1774 from EvalZero/sdio_dev
[DeviceDriver][SDIO] Update sdio debug log.
|
2018-09-11 19:03:10 +08:00 |
Bernard Xiong
|
1d6fad9d2f
|
Merge pull request #1776 from armink/fix_rtdbg
[rtdbg] Optimize footprint for rtdbg log.
|
2018-09-11 19:02:54 +08:00 |
armink
|
aa8ff55bbb
|
[rtdbg] Change all level sequence. The most urgent log level (error) using 0.
|
2018-09-11 18:26:28 +08:00 |
Bernard Xiong
|
729654f1a6
|
Update .travis.yml
|
2018-09-11 08:35:03 +08:00 |
Bernard Xiong
|
84a2ca3421
|
Update rtconfig.py
|
2018-09-11 08:34:04 +08:00 |
Bernard Xiong
|
5014a5ed6e
|
Update rtconfig.py
|
2018-09-11 08:32:32 +08:00 |
Bernard Xiong
|
f9a61768c5
|
Merge pull request #1791 from liruncong/rt_hw_backtrace
rt_hw_backtrace中多余括号删除. armclang给出警告
|
2018-09-10 21:29:54 +08:00 |
liruncong
|
6d16685011
|
rt_hw_backtrace中多余括号删除. armclang给出警告
|
2018-09-10 19:58:28 +08:00 |
liruncong
|
b8b711d0a7
|
修正参数类型不匹配问题. uint32_t为unsigned int, 而rt_uint32_t为unsigned long
注: armclang编译器报错
|
2018-09-10 19:51:15 +08:00 |
liruncong
|
4496437a91
|
8. _init/_fini加入RT_WEAK,与库中定义重复,以便通过通过travis ci的gcc自定编译.
|
2018-09-10 19:20:38 +08:00 |
Bernard Xiong
|
6b5948f735
|
Merge pull request #1786 from weety/dev
[sdio] Fixed issue for requset size calculation.
|
2018-09-10 11:36:12 +08:00 |
weety
|
9fd4f6a159
|
Merge branch 'master' into dev
|
2018-09-10 09:47:40 +08:00 |
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 |
Bernard Xiong
|
b1065e3bb0
|
Merge pull request #1784 from weety/dev
[sdio] Limit the data size per request based on the sdio controller d…
|
2018-09-09 15:03:09 +08:00 |
weety
|
02a2b78943
|
[sdio] Fixed error for dma size calculation.
|
2018-09-09 14:05:45 +08:00 |
Bernard Xiong
|
30ee805bca
|
Merge pull request #1785 from RT-Thread/feature_license
Update license information.
|
2018-09-09 11:18:38 +08:00 |
Bernard Xiong
|
de3afc2929
|
Update license information.
|
2018-09-09 11:13:41 +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 |
Bernard Xiong
|
63178eb1d6
|
Merge pull request #1781 from Lawlieta/cy
[bsp] update keil/iar project for sal 'af_inet.h' error
|
2018-09-08 23:02:22 +08:00 |
Bernard Xiong
|
c185e7f109
|
Merge pull request #1782 from weety/dev
[bsp][dm365] Fixed thread priority config error, update Kconfig file.
|
2018-09-08 21:12:22 +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 |
chenyong
|
1b906876dd
|
[bsp] update keil/iar project for sal 'af_inet.h' error
|
2018-09-07 17:15:22 +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 |
armink
|
3dea90eaf9
|
[rtdbg] Optimize footprint for rtdbg log.
|
2018-09-06 09:50:18 +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 |
EvalZero
|
2c01189114
|
[DeviceDriver][SDIO] Update sdio debug log.
|
2018-09-05 14:50:43 +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 |