xuzhuoyi
|
68c5cc39c3
[bsp][stm32f429-disco] Add guiengine support
|
6 years ago |
xuzhuoyi
|
fd7af6a150
[bsp][stm32f429-disco] Add SPI Error Handler
|
6 years ago |
xuzhuoyi
|
e58bc98ff0
[bsp][stm32f429-disco] Add LCD support
|
6 years ago |
Bernard Xiong
|
471d25ce49
Merge pull request #1799 from liruncong/dev0911
|
6 years ago |
Bernard Xiong
|
e4bdcef4af
Merge pull request #1797 from armink/fix_slist
|
6 years ago |
liruncong
|
ba20a00e19
_sys_command_string返回值错误,no support时cmd为随机数据,可能导致c库初始化时在此函数返回处死循环或跑飞.
|
6 years ago |
Bernard Xiong
|
b1bbf434a6
Merge pull request #1795 from liruncong/armlibc
|
6 years ago |
armink
|
a969b7096f
[slist] Add rt_slist_tail and rt_slist_tail_entry for slist.
|
6 years ago |
liruncong
|
f61c2fb882
armlibc下malloc/realloc/calloc声明同一更正
|
6 years ago |
Bernard Xiong
|
7d3f38e4f6
Merge pull request #1790 from liruncong/dev-dfs
|
6 years ago |
Bernard Xiong
|
651d895391
Merge pull request #1788 from liruncong/dev
|
6 years ago |
Bernard Xiong
|
8c2448a4d4
Merge pull request #1774 from EvalZero/sdio_dev
|
6 years ago |
Bernard Xiong
|
1d6fad9d2f
Merge pull request #1776 from armink/fix_rtdbg
|
6 years ago |
armink
|
aa8ff55bbb
[rtdbg] Change all level sequence. The most urgent log level (error) using 0.
|
6 years ago |
Bernard Xiong
|
729654f1a6
Update .travis.yml
|
6 years ago |
Bernard Xiong
|
84a2ca3421
Update rtconfig.py
|
6 years ago |
Bernard Xiong
|
5014a5ed6e
Update rtconfig.py
|
6 years ago |
Bernard Xiong
|
f9a61768c5
Merge pull request #1791 from liruncong/rt_hw_backtrace
|
6 years ago |
liruncong
|
6d16685011
rt_hw_backtrace中多余括号删除. armclang给出警告
|
6 years ago |
liruncong
|
b8b711d0a7
修正参数类型不匹配问题. uint32_t为unsigned int, 而rt_uint32_t为unsigned long
|
6 years ago |
liruncong
|
4496437a91
8. _init/_fini加入RT_WEAK,与库中定义重复,以便通过通过travis ci的gcc自定编译.
|
6 years ago |
Bernard Xiong
|
6b5948f735
Merge pull request #1786 from weety/dev
|
6 years ago |
weety
|
9fd4f6a159
Merge branch 'master' into dev
|
6 years ago |
weety
|
799c5e4ea2
[sdio] Fixed merge error.
|
6 years ago |
weety
|
e19cfd4571
[sdio] Fixed issue for requset size calculation.
|
6 years ago |
Bernard Xiong
|
b1065e3bb0
Merge pull request #1784 from weety/dev
|
6 years ago |
weety
|
02a2b78943
[sdio] Fixed error for dma size calculation.
|
6 years ago |
Bernard Xiong
|
30ee805bca
Merge pull request #1785 from RT-Thread/feature_license
|
6 years ago |
Bernard Xiong
|
de3afc2929
Update license information.
|
6 years ago |
weety
|
618e185cd3
[sdio] Limit the data size per request based on the sdio controller driver configuration parameters.
|
6 years ago |