Commit Graph

6243 Commits

Author SHA1 Message Date
Lynx Zhou 3b9dfc6aed
Add list iterators over list elements
Some non-gnu toolchains don't support gnu C extended keyword "typeof", like MDK (if no "gnu" option) and IAR, in this case we can provide list element manipulation macro functions to iterate over the list.
2018-07-04 15:50:31 +08:00
ZYH e6a34ead5d
Merge pull request #1604 from uestczyh222/master
[Components][USB][Device]Support customer HID class|支持自定义HID设备
2018-07-04 14:55:19 +08:00
zyh 151330b721 [Components][USB][Device]Support customer HID class|支持自定义HID设备 2018-07-04 14:13:09 +08:00
Bernard Xiong 79e9d2360d
Merge pull request #1603 from liu2guang/master
[BSP][RT1050] Improve pin drive stability. | 提高PIN驱动稳定性.
2018-07-04 07:16:57 +08:00
Bernard Xiong 39998e4d89
Merge pull request #1602 from aozima/re_initial_dev
add re-initial check.
2018-07-04 07:15:45 +08:00
Bernard Xiong 33fb280140
Merge pull request #1601 from aozima/shell_dev
update shell prompt.
2018-07-04 07:15:03 +08:00
liu2guang a28c3bffcb [BSP][RT1050] Improve pin drive stability. | 提高PIN驱动稳定性.
1. 当先配置PIN为普通输入输出后, 再修改成中断, 不会出现无法触发中断的问题.
2018-07-03 15:59:07 +08:00
Bernard Xiong eb821ae031
Merge pull request #1598 from heyuanjie87/lwp
[msh]执行小程序
2018-07-02 21:03:58 +08:00
ZYH 06789333f4
Merge pull request #1595 from brucechousz/master
[Bsp][STM32F10x-HAL]优化GPIO驱动减小Flash占用
2018-07-02 20:40:35 +08:00
Bernard Xiong f388bb36c4
Merge pull request #1587 from zhaojuntao/Finsh-netstat
[finsh] update netstat
2018-07-02 19:56:52 +08:00
aozima efada8768e [shell] set prompt mode is default enable. 2018-07-02 19:46:37 +08:00
aozima f3fc141f5f [dfs] add re-initial check. 2018-07-02 16:58:49 +08:00
aozima 000fe93b9f [lwip] add re-initial check. 2018-07-02 16:58:47 +08:00
aozima 4f1112f838 [shell] add finsh_set_prompt(). 2018-07-02 16:23:00 +08:00
aozima 85e732ddaf [shell] add finsh_get/set_prompt_mode. 2018-07-02 15:12:17 +08:00
heyuanjie 409e7fca0a [msh]执行小程序 2018-07-02 13:47:47 +08:00
朱天龙 (Armink) 1d588c7475
Merge pull request #1596 from liquanqing/inc_modbus
[Components][modbus]add 485 controller pin to Kconfig | 在Kconfig中添加485控制引脚
2018-07-02 12:27:47 +08:00
aozima e49a29f2dc [shell] add re-initial check. 2018-07-02 09:56:12 +08:00
MurphyZhao 6856a8b5e6 [finsh] update netstat
Signed-off-by: MurphyZhao <d2014zjt@163.com>
2018-07-02 09:32:52 +08:00
brucechousz b76db6b45b [Bsp][STM32F10x-HAL]优化GPIO驱动减小Flash占用 2018-06-30 17:56:02 +08:00
Bernard Xiong 9df6acc067
Merge pull request #1593 from Bluebear233/patch-5
[KCONFIG]添加pipe缓冲区大小配置
2018-06-30 16:28:16 +08:00
Bernard Xiong e474861a4b
Merge pull request #1592 from uestczyh222/master
[BSP][QEMU]fix run error on mac add dbg.sh on linux
2018-06-30 16:27:59 +08:00
Bluebear233 985db0e3bf
[KCONFIG]添加pipe缓冲区大小配置 2018-06-30 10:36:31 +08:00
zyh eead9cbd63 [BSP][QEMU]fix run error on mac add dbg.sh on linux 2018-06-29 22:56:42 +08:00
ZYH 0616f81ef6
Merge pull request #1584 from liu2guang/master
[bsp][stm32f10x] Fix compile error when configuring HSI.
2018-06-29 22:38:16 +08:00
Bernard Xiong 5b863eb89b
Merge pull request #1586 from zhaojuntao/wlan-fix-pwd
[drivers/wlan] Fix the problem that the password is empty
2018-06-29 22:19:47 +08:00
Bernard Xiong 05badde135
Merge pull request #1588 from heyuanjie87/lwp
Lwp
2018-06-29 22:15:35 +08:00
heyuanjie 8b8e448944 同步 2018-06-29 16:16:27 +08:00
heyuanjie 7d3af8e9ff 给lwp传递参数 2018-06-29 15:32:53 +08:00
MurphyZhao 6a85a624d7 [drivers/wlan] Fix the problem that the password is empty
Signed-off-by: MurphyZhao <d2014zjt@163.com>
2018-06-29 14:57:13 +08:00
Bernard Xiong 41f2f1829f [libc] Add more typedef in minilibc. 2018-06-29 13:40:28 +08:00
Bernard Xiong 0f3820f1b6
Merge pull request #1578 from Zero-Sky/master
add bsp/TM4C129X-DK
2018-06-29 13:23:32 +08:00
liu2guang e7df811926 [bsp][stm32f10x] Fix compile error when configuring HSI. |修复当配置为HSI内部时钟做为时钟源时编译错误问题. 2018-06-29 13:19:44 +08:00
Bernard Xiong f0f883668c
Merge pull request #1579 from RT-Thread/fix_waitqueue
Fix waitqueue issue
2018-06-29 13:19:16 +08:00
Bernard Xiong 497a2dd02c
[Kernel] Remove the restriction of waitqueue
Remove the restriction of RT_USING_POSIX for waitqueue structure.
2018-06-29 12:18:37 +08:00
Bernard Xiong 0b93fa4aec
Merge pull request #1583 from Bluebear233/patch-1
Update dfs.c
2018-06-29 11:37:13 +08:00
ZYH ea0e9b259d
Merge pull request #1582 from neverxie/stm32-f4xx-bsp
fixed two bugs in drv_gpio.c
2018-06-29 11:04:48 +08:00
Bluebear233 052e6009d0
Update dfs.c
修复list_fd打印乱码问题
2018-06-29 10:50:16 +08:00
liquanqing ac0abf205d delete extra notes 2018-06-29 01:15:24 +08:00
neverxie 4a915c33c4 fixed two bugs to drv_gpio.c 2018-06-28 20:14:12 +08:00
zero 01673841a0 add TM4C129X-DK
添加TM4C129X-DK开发板,完善README信息
2018-06-28 00:16:47 +08:00
liquanqing 212aac4715 reduction define 2018-06-27 21:56:55 +08:00
Bernard Xiong 614b2e389c
Merge pull request #1576 from TanekLiang/dfs
[dfs] add mutex depend to dfs
2018-06-27 13:31:22 +08:00
Bernard Xiong 52d78a7f08
Merge pull request #1575 from armink/fix_scons
[tools] Fix SCons build error when `RTT_EXEC_PATH` not found.
2018-06-27 13:31:10 +08:00
Bernard Xiong cf73f3a3c0
Merge pull request #1574 from misonyo/dev
[components][drivers][pin module]:typo fix for pin_detach_irq
2018-06-27 13:30:56 +08:00
Bernard Xiong 37ce32e840
Merge pull request #1577 from armink/fix_slist
[rtservice] Add `rt_slist_first` and `rt_slist_next` API to slist.
2018-06-27 13:30:30 +08:00
armink aa12d66b30 [rtservice] Add `rt_slist_first` and `rt_slist_next` API to slist. 2018-06-27 13:05:50 +08:00
liang yongxiang ee2767e4a0 [dfs] add mutex depend to dfs 2018-06-27 10:12:59 +08:00
armink dc7522b7ca [tools] Fix SCons build error when `RTT_EXEC_PATH` not found. 2018-06-27 08:27:45 +08:00
luo jiao ef8398c2bb [components][drivers][pin module]:typo fix for pin_detach_irq 2018-06-26 22:18:58 +08:00