Commit Graph

6580 Commits

Author SHA1 Message Date
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
chenyong 39f3f93ec1 [net][sal] Fix accept create new socket failed issue. 2018-09-01 19:42:33 +08:00
Bernard Xiong 5251ab737f
Merge pull request #1760 from RT-Thread/fix_lwip_wq
[lwIP] Fix the wait queue initialization issue.
2018-09-01 15:25:06 +08:00
Bernard Xiong 11479e53bd [lwIP] Fix the wait queue initialization issue. 2018-09-01 13:32:03 +08:00
Bernard Xiong 1b9e9a39ad
Merge pull request #1757 from RT-Thread/rm_lwp
[components] Remove lwP from v3.1.0
2018-09-01 13:30:57 +08:00
Bernard Xiong ab1a220eae [components] Remove lwP from v3.1.0 2018-09-01 12:03:32 +08:00
Bernard Xiong 52761fb9c8
Merge pull request #1756 from RT-Thread/feature_libdl
Feature libdl
2018-09-01 11:55:53 +08:00
Bernard Xiong 7dc042e6b9 [dlmodule] Simply remove the module.c file from the project file. 2018-09-01 11:03:29 +08:00
Bernard Xiong ba5c1bea44 [dlmodule] Add cache ops in dlmodule. 2018-09-01 11:00:42 +08:00
Bernard Xiong f0ab00621a
Merge pull request #1755 from liu2guang/master
[bsp][rt1050] Fix the pin driver GCC build warning. | 修复pin驱动gcc编译警告.
2018-09-01 09:11:55 +08:00
Bernard Xiong d203e3820b
Merge pull request #1753 from Lawlieta/chenyong
[net][at] Modify 'AT+CLOSE' processing method
2018-08-31 18:41:55 +08:00
Bernard Xiong 07ec7e686d
Merge pull request #1754 from liangyongxiang/rt-used
add RT_USED to component init and finsh shell
2018-08-31 18:41:44 +08:00
Bernard Xiong d74d5801c8
Merge pull request #1751 from RT-Thread/feature_libdl
[Kernel] move module to libc/libdl.
2018-08-31 18:41:16 +08:00
chenyong 02c1f0c621 [net][at] Add AT Client Error LOG for multiple clients 2018-08-31 17:24:26 +08:00
Bernard Xiong 75c8515f1a [dlmodule] Add priority and stack size option for dlmodule. 2018-08-31 15:02:48 +08:00
liang yongxiang 7c0c1c1b4a [finsh] add RT_USED to macro FINSH_FUNCTION_EXPORT_CMD and FINSH_VAR_EXPORT 2018-08-31 15:02:01 +08:00
liang yongxiang 0aa03dd731 [kernel] add RT_USED to INIT_EXPORT, so that the initialization function is not deleted when it is linked. 2018-08-31 15:01:04 +08:00
流光 03ef0fc58d [bsp][rt1050] Fix the pin driver GCC build warning. | 修复pin驱动gcc编译警告. 2018-08-31 14:46:23 +08:00
chenyong 33a5cf15ee [net][at] Modify AT socket object release judgment 2018-08-31 14:45:40 +08:00
chenyong a3ea0565cf Merge remote-tracking branch 'remotes/rtt/master' into chenyong 2018-08-31 14:09:08 +08:00
chenyong a8c9b2fee3 [net][at] Modify 'AT+CLOSE' processing method 2018-08-31 14:08:04 +08:00
Bernard Xiong f89b8ed250 [BSP] remove RT_USING_LIBDL option. 2018-08-31 12:58:26 +08:00
Bernard Xiong 25478836f7 [BSP] Remove module fature in mini2440 2018-08-31 09:11:58 +08:00
Bernard Xiong efe4523132 [Kernel] move module tolibc/libdl. 2018-08-30 20:27:45 +08:00
Bernard Xiong f7d19319ab
Merge pull request #1749 from chenyong111/chenyong
Add AT multiple client support
2018-08-30 12:59:42 +08:00
Bernard Xiong 830975f66d
Merge pull request #1750 from shauew/patch-2
Update portserial_m.c
2018-08-30 12:58:56 +08:00
shauew 4fb344e759
Update portserial_m.c
sorry, miss out other two parts.
2018-08-30 09:10:52 +08:00
Bernard Xiong eada5059da
Merge pull request #1747 from shauew/patch-1
Update portserial_m.c
2018-08-30 06:46:15 +08:00
chenyong 87c35d4e2f [net][at] Add AT Socket select SAL 2018-08-29 20:40:07 +08:00
chenyong cf96dfcbdb Merge branch 'master' into chenyong 2018-08-29 19:41:29 +08:00
shauew eea0b9ebf2
Update portserial_m.c
add macro to aviod compile error with:
rt_pin_mode(MODBUS_MASTER_RT_CONTROL_PIN_INDEX, PIN_MODE_OUTPUT);
2018-08-29 18:31:32 +08:00
Bernard Xiong 361a1b2498
Merge pull request #1746 from chenyong111/master
[bsp][stm32f4xx-HAL] Add uart3 driver
2018-08-29 13:05:23 +08:00