Commit Graph

6567 Commits

Author SHA1 Message Date
朱天龙 (Armink) df6c1836e6
Merge pull request #1707 from qgyhd1234/at
[net][at] at_client_wait_connect
2018-08-08 18:28:46 +08:00
zylx f3bce48502 [net][at] add at_client_wait_connect 2018-08-08 18:18:03 +08:00
Bernard Xiong 7d255c68e5
Merge pull request #1632 from Guozhanxin/imx1052
[BSP][RT1052] Merge network drive.
2018-08-07 11:40:52 +08:00
Bernard Xiong 9e56babd17
Merge pull request #1697 from liangyongxiang/imxrt-fixed-uart-bug
[bsp][imxrt1052-evk] fixed uart bug: lost interrupt configuration whe…
2018-08-07 11:39:18 +08:00
朱天龙 (Armink) 260002dd13
Merge pull request #1706 from chenyong111/master
[net][sal] Add shutdown type options.
2018-08-06 19:40:51 +08:00
ZYH 95a55864f3
Merge pull request #1703 from liangyongxiang/stm32l4
[bsp][stm32l476-nucleo] format code
2018-08-06 15:21:47 +08:00
ZYH bddea70d8a
Merge pull request #1704 from liangyongxiang/kconfig-l476
[bsp][stm32l476-nucleo] change default RTT_DIR to ../..
2018-08-06 15:21:08 +08:00
chenyong 05c3af1ee1 [net][sal] Add shutdown type options. 2018-08-06 15:06:29 +08:00
ZYH eea50e7919
Merge pull request #1705 from liangyongxiang/mdk-l4
[bsp][stm32l476-nucleo] support "scons --target=mdk"
2018-08-06 15:04:01 +08:00
liang yongxiang ddc86ccc43 [bsp][stm32l476-nucleo] support "scons --target=mdk" 2018-08-06 14:44:05 +08:00
liang yongxiang 90a38740bf [bsp][stm32l476-nucleo] change default RTT_DIR to ../.. 2018-08-06 14:20:17 +08:00
liang yongxiang 3191bf8a15 [bsp][stm32l476-nucleo] format code 2018-08-06 14:15:00 +08:00
Bernard Xiong fb539cfdc8
Merge pull request #1682 from guochuangjian/master
更新stm32f10x usart驱动bug及modbus rtu断言bug
2018-08-06 13:39:41 +08:00
guochuangjian 63a13906cc fix uart ore-flag clear bug 2018-08-05 15:25:31 +08:00
guochuangjian 3de51fe256 fix usRcvBufferPos == MB_SER_PDU_SIZE_MAX bug 2018-08-05 15:08:50 +08:00
朱天龙 (Armink) 03bf99a56d
Merge pull request #1699 from qgyhd1234/at
[net][at] fix server repeated enter issue
2018-08-05 08:30:57 +08:00
Bernard Xiong 471a2aa606
Merge pull request #1696 from RT-Thread/fix_ci
[travis-ci] Fix wget command issue in travis.yml.
2018-08-05 07:15:34 +08:00
zylx f166ac946b [net][at] fix server repeated enter issue 2018-08-04 18:47:01 +08:00
朱天龙 (Armink) 279661dd3f
Merge pull request #1698 from qgyhd1234/at
[net][at] fix repeated enter issue
2018-08-04 18:36:24 +08:00
zylx e5d9bb9013 [net][at] fix repeated enter issue 2018-08-04 17:44:12 +08:00
liang yongxiang a800493fd8 [bsp][imxrt1052-evk] fixed uart bug: lost interrupt configuration when re-configuring uart 2018-08-04 17:40:42 +08:00
Bernard Xiong 04396c70e0
Merge pull request #1695 from RT-Thread/fix_gcc6
[BSP] Fix the compiling issue with GCC6
2018-08-04 17:40:28 +08:00
Bernard Xiong 8aa929799b [travis-ci] Fix wget command issue in travis.yml. 2018-08-04 17:38:53 +08:00
Bernard Xiong c806fa2eec
Merge pull request #1690 from liangyongxiang/dis-strip
add scons --dist-strip support
2018-08-04 15:08:32 +08:00
Bernard Xiong fcab0f2cb4 [BSP] Fix the compiling issue with GCC6 2018-08-04 14:59:29 +08:00
Bernard Xiong 7cb670b205
Update .travis.yml 2018-08-03 21:02:45 +08:00
Bernard Xiong 39804efd6f
Update .travis.yml 2018-08-03 20:59:44 +08:00
Bernard Xiong b427b86578
Update .travis.yml 2018-08-03 20:31:45 +08:00
朱天龙 (Armink) 5902e9a64d
Merge pull request #1693 from chenyong111/master
[net][at] Add AT serial device receive data length judgment.
2018-08-03 20:01:43 +08:00
Bernard Xiong a0683e0d2c
Merge pull request #1692 from RT-Thread/fix_pthreads
[pthreads] Fix the object check issue.
2018-08-03 19:56:42 +08:00
liang yongxiang b2efa8eeff [tools] update 'scons --dist-strip': copy all sal_socket and add more info to libcpu 2018-08-03 19:47:24 +08:00
chenyong 2e8d994485 [net][at] Modify the AT commands response ERROR judgment method. 2018-08-03 19:10:35 +08:00
liang yongxiang 981afddee3 [tools] fixed typo in MkDist_Strip 2018-08-03 16:29:13 +08:00
liang yongxiang 09a844f729 [tools] The output directory of "scons --dist-strip" is changed from current-bsp/dist to current-bsp/dist-strip 2018-08-03 16:18:27 +08:00
chenyong f5d9276434 [net][at] Add AT serial device receive data length judgment. 2018-08-03 16:11:31 +08:00
Bernard Xiong f68bb0ec90 [pthreads] Fix the object check issue. 2018-08-03 14:28:45 +08:00
liang yongxiang 12eafd541d [tools] Reduce copied files 2018-08-03 12:05:23 +08:00
liang yongxiang 1f389c684b [tools] add scons --dist-strip support 2018-08-03 11:09:01 +08:00
朱天龙 (Armink) 6f012541b0
Merge pull request #1689 from chenyong111/master
Modify SAL configure judgment, add AT Socket select LIBC.
2018-08-02 21:50:21 +08:00
chenyong c2add5cb4e [net][at] Add AT Socket select LIBC configure. 2018-08-02 17:55:01 +08:00
chenyong a8d27156a3 [net][sal] Modify SAL configure judgment. 2018-08-02 17:53:02 +08:00
朱天龙 (Armink) ba1aedd1a5
Merge pull request #1687 from chenyong111/master
[net][sal] add socket set multicast group support.
2018-08-02 17:46:38 +08:00
chenyong dabf8efce4 [net][sal] add socket set multicast group support and format code. 2018-08-02 16:57:23 +08:00
Bernard Xiong 4af9f68a3a
Merge pull request #1686 from heyuanjie87/syscall
添加网络系统调用
2018-08-01 20:49:14 +08:00
Bernard Xiong 1ec998b10a
Merge pull request #1684 from hichard/master
add rt_hw_cpu_reset for cortex-m cpu
2018-08-01 17:37:27 +08:00
heyuanjie 43f718961e 添加网络syscall 2018-08-01 17:03:06 +08:00
heyuanjie 9cf65d0b28 添加网络系统调用 2018-08-01 15:44:33 +08:00
hichard_ren@yeah.net b46e7f3172 add rt_hw_cpu_reset for cortex-m cpu 2018-08-01 11:57:56 +08:00
Bernard Xiong 90cef4fbac
Merge pull request #1673 from yangfasheng/master
update dfs.c of File System
2018-08-01 11:44:53 +08:00
Bernard Xiong 1c7447476a
Merge pull request #1683 from hichard/master
add config main thread priority
2018-08-01 11:14:28 +08:00