Commit Graph

6835 Commits

Author SHA1 Message Date
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
Bernard Xiong d2930ef32a
Merge pull request #1745 from RT-Thread/fix_signal_warning
[Kernel] Fix the compiling warning
2018-08-29 13:04:43 +08:00
chenyong 8973fa9d3e [bsp][stm32f4xx-HAL] Add uart3 driver 2018-08-29 11:11:10 +08:00
Bernard Xiong 60f3d61acd [Kernel] Fix the compiling warning 2018-08-29 02:35:51 +01:00
Bernard Xiong 240451b978 [skip ci] Fix the rsplit issue in Linux 2018-08-29 02:17:32 +01:00
Bernard Xiong dffc1bfd55 [skip ci] remove .vscode 2018-08-29 02:11:48 +01:00
Bernard Xiong 7bba75753c
Merge pull request #1742 from jesven/master
Move configs of VBUS to Kconfig, delete related head files in the bsp…
2018-08-28 17:21:57 +08:00
chenyong ed7f0cad8b [net][at] Add AT multiple client support 2018-08-28 11:59:30 +08:00
Bernard Xiong 9028cb29f7
Merge pull request #1743 from chenyong111/master
Remove DFS dependencies in the SAL
2018-08-28 08:44:57 +08:00
liruncong 923d6fe33d 消除usb结构体gcc编译时的相关警告 2018-08-28 03:18:39 +08:00
chenyong 6d702e579f [net][sal] Remove DFS dependencies in the SAL 2018-08-27 19:50:37 +08:00
chenyong 2d894b4102 [net][at] Modify AT Socket object callback name 2018-08-27 19:44:04 +08:00
shaojinchun 03cd2c005d Add the definition of RT_VBUS_USING_FLOW_CONTROL to vbus_api.h 2018-08-27 18:33:03 +08:00
shaojinchun 84e8c65683 RT_VMM_RB_BLK_NR now is calculated from _RT_VBUS_RING_SZ 2018-08-27 18:15:38 +08:00
shaojinchun 000887795f Move configs of VBUS to Kconfig, delete related head files in the bsp directory 2018-08-27 15:37:08 +08:00
Bernard Xiong 9fdd46fa8b
Merge pull request #1737 from chenyong111/master
Add query and unregistered protocol family functions,format code
2018-08-27 11:04:48 +08:00
chenyong fc73538153 [net][sal/at] Add components C++ support 2018-08-27 09:56:41 +08:00
Bernard Xiong 6bde1c520d
Merge pull request #1738 from zhuangwei123/master
[bsp/ls1cdev]修复以太网驱动发送字节丢失问题
2018-08-26 20:08:04 +08:00
zhuangwei123 1572cda572 [bsp/ls1cdev]astyle格式化 2018-08-26 18:27:38 +08:00
zhuangwei123 efa6eb1dc2 [bsp/ls1cdev]修复以太网驱动发送字节丢失问题 2018-08-26 12:19:20 +08:00
chenyong 192b177518 [at][sal] Add query and unregistered protocol family functions 2018-08-25 16:01:31 +08:00
chenyong 0d737de882 [net][at] Modify AT Socket log information, fix at_freeaddrinfo() implement 2018-08-24 20:32:14 +08:00
Bernard Xiong 2725e412ea
Merge pull request #1736 from RT-Thread/feature_raspi2
[BSP] Update raspi2 README.md
2018-08-24 13:38:11 +08:00
Bernard Xiong 2fa6b67412 [BSP] Update raspi2 README.md 2018-08-24 11:13:20 +08:00
Bernard Xiong 04ceae4349
Update README.md 2018-08-24 10:56:46 +08:00
Bernard Xiong 095872e914
Merge pull request #1731 from jesven/master
[bsp][raspi2] add raspberry pi 2 support
2018-08-24 10:52:05 +08:00
shaojinchun e5f0b628f2 [bsp][raspi2] change README.md and configs 2018-08-24 09:49:06 +08:00
Bernard Xiong 5b895ad7a4
Merge pull request #1733 from zhaojuntao/ymodem
[component][ymodem] Fix compilation warning in MDK
2018-08-23 18:30:16 +08:00
MurphyZhao 3b161b58f2 [component][ymodem] Fix compilation warning in MDK
Signed-off-by: MurphyZhao <d2014zjt@163.com>
2018-08-23 17:23:03 +08:00
Bernard Xiong 8b73db6c03
Merge pull request #1732 from yangjie11/master
[src][timer.c]:modify -RT_EOK to RT_EOK
2018-08-23 16:38:46 +08:00
yangjie 4a43d3cdae [src][timer.c]:modify -RT_EOK to RT_EOK 2018-08-23 15:57:45 +08:00
shaojinchun e0b04166e8 [bsp][raspi2] add raspberry pi 2 support 2018-08-23 09:52:41 +08:00
Bernard Xiong c5a9371131
Merge pull request #1730 from armink/fix_sfud
Fix sfud
2018-08-23 02:55:53 +08:00
armink 9ef9e4b0f8 [DeviceDriver][SFUD] Update sfud to v1.0.6 latest version. 2018-08-22 16:48:17 +08:00
armink bc7a43bdaf [DeviceDriver][SFUD] Replace the vsnprintf to rt_vsnprintf. 2018-08-22 16:41:56 +08:00
朱天龙 (Armink) fcb9fd5ded
Merge pull request #1729 from chenyong111/master
[net][at] Delete AT Client port function
2018-08-21 14:20:56 +08:00
chenyong 366fea22dc [net][at] Delete AT Client port function 2018-08-21 14:12:28 +08:00
朱天龙 (Armink) 738d03f22b
Merge pull request #1728 from chenyong111/master
[net][at] Modify the AT client initialization process, delete AT sock…
2018-08-21 13:35:27 +08:00
chenyong c2e6f20caf [net][at] Modify the AT client initialization process, delete AT socket automatic initialization. 2018-08-21 12:05:09 +08:00
朱天龙 (Armink) 312897d2ce
Merge pull request #1727 from chenyong111/master
[net][at] Fix receive error data when AT CLI exits.
2018-08-21 10:51:12 +08:00
chenyong 622fa0e7ce [net][at] Fix receive error data when AT CLI exits. 2018-08-21 09:35:21 +08:00
Bernard Xiong 3bfb9eec25
Merge pull request #1725 from uestczyh222/kconfig
[BSP][STM32F107]Update Kconfig
2018-08-18 12:02:22 +08:00
ZYH 28125ab9df [BSP][STM32F107]Update Kconfig 2018-08-18 11:22:30 +08:00
ZYH 09375e8a96
Merge pull request #1724 from whj4674672/master
升级[BSP]stm32f107
2018-08-18 11:07:50 +08:00
whj4674672 b8a6b1e38a add [BSP]stm32f107 Kconfig
add rt_console_set_devic,components,gpio,rtc
2018-08-17 22:43:55 +08:00
Bernard Xiong ea48042fe3
Merge pull request #1722 from zhaojuntao/sfud
[components/drivers/spi] 增加 sfud flash 设备查找接口
2018-08-16 16:01:14 +08:00