Bernard Xiong
|
e0c003deb5
|
Merge pull request #1793 from liruncong/am335x
修正bsp\beaglebone重新menuconfig未增加任何配置项时编译失败问题. 并增加C++编译支持
|
2018-09-12 15:02:59 +08:00 |
HubretXie
|
e14330daf9
|
Update sal_socket.c
|
2018-09-12 10:26:46 +08:00 |
HubretXie
|
8edb978c9a
|
Update at_client.c
修复LOG_X修改引起的编译错误
|
2018-09-12 10:22:31 +08:00 |
HubretXie
|
e045c656f0
|
Update at_socket.c
修复LOG_X修改引起的编译错误
|
2018-09-12 10:22:00 +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 |
armink
|
dff8a2c513
|
[DeviceDriver] Add rbb (ring block buffer) data structure.
|
2018-09-12 08:59:58 +08:00 |
liruncong
|
ba20a00e19
|
_sys_command_string返回值错误,no support时cmd为随机数据,可能导致c库初始化时在此函数返回处死循环或跑飞.
|
2018-09-11 23:36:01 +08:00 |
HubretXie
|
8a9646b613
|
Update sal_socket.c
修复关闭socket时的Bug
|
2018-09-11 22:26:17 +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 |
Aubr.Cool
|
771d958e6f
|
[bsp] stm32f10x correct fifo1 alloc error
|
2018-09-11 15:15:25 +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
|
2cf705d6c7
|
am335x改动:
1. SConstruct中增加对C++支持
2. 重新menuconfig. 删除application.c/startup.c,增加main.c. 以便通过编译
|
2018-09-10 20:25:09 +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
|
7b788014f7
|
修正drivers下,armclang编译时的警告或错误 注:vcom_tx_thread_entry下, if(!res & CDC_TX_HAS_DATE)应为bug.
|
2018-09-10 19:40:08 +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 |