Commit Graph

6835 Commits

Author SHA1 Message Date
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
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
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