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 |
Bernard Xiong
|
355e9f29fb
|
Merge pull request #1573 from enkiller/dev
[components][dfs] list_fd 打印信息更加友好
|
2018-06-26 15:20:27 +08:00 |
tangyuxin
|
839254d976
|
[components][dfs] list_fd 打印信息更加友好
|
2018-06-26 14:01:27 +08:00 |
Bernard Xiong
|
464e1615b9
|
Merge pull request #1572 from enkiller/mmc
[components][drivers]sdio 给局部指针变量赋初值,修复潜在问题
|
2018-06-26 12:10:05 +08:00 |
Bernard Xiong
|
7a9cdcd5c7
|
Merge pull request #1571 from enkiller/enc28j60
[components][drivers]enc28j60 1.默认关闭log打印 2.优化一个未使用的变量
|
2018-06-26 12:09:48 +08:00 |
Bernard Xiong
|
0cac9afc4b
|
[Kernel] clean code for indentation.
|
2018-06-26 12:02:03 +08:00 |
Bernard Xiong
|
ef132f3c94
|
[Kernel] clean code for indentation.
|
2018-06-26 11:57:20 +08:00 |
Bernard Xiong
|
a1a56ce1d1
|
[Kernel] Add flag in wait queue and fix wakeup issue.
|
2018-06-26 11:19:38 +08:00 |
tangyuxin
|
f850a2dd33
|
[components][drivers]sdio 给局部指针变量赋初值,修复潜在问题
|
2018-06-26 11:09:13 +08:00 |
tangyuxin
|
050600f4a8
|
[components][drivers]enc28j60 1.默认关闭log打印 2.优化一个未使用的变量
|
2018-06-26 11:00:52 +08:00 |
liquanqing
|
125235c61c
|
add freemodbus slave contorl pin config in Kconfig
|
2018-06-25 14:15:32 +08:00 |
liquanqing
|
d188fa496c
|
solve the dependency on the stm32 header file for freemodbus
|
2018-06-25 13:25:54 +08:00 |
Bernard Xiong
|
6ecdfca2cd
|
Merge pull request #1563 from uestczyh222/master
[Bsp][STM32F4xx-HAL]优化GPIO驱动减小Flash占用1128->292
|
2018-06-24 22:50:35 +08:00 |
ZYH
|
ce4b279a4b
|
Merge pull request #1565 from liu2guang/master
[bsp][stm32f303-nucleo]remove illegal bsp. | 移除不合法bsp.
|
2018-06-24 18:12:31 +08:00 |
ZYH
|
676ef05ae4
|
Merge pull request #1564 from brucechousz/master
[Bsp][stm32f303-nucleo]add new bsp
|
2018-06-24 17:06:45 +08:00 |
brucechousz
|
3cf7490594
|
[Bsp][stm32f303-nucleo]add new bsp
|
2018-06-24 17:04:58 +08:00 |
ZYH
|
010f070295
|
Merge remote-tracking branch 'upstream/master'
|
2018-06-24 11:08:03 +08:00 |
liu2guang
|
d91c6f31d2
|
[bsp][stm32f303-nucleo]remove illegal bsp ci. | 移除不合法bsp的ci.
|
2018-06-24 10:11:11 +08:00 |
liu2guang
|
b9317587f1
|
[bsp][stm32f303-nucleo]remove illegal bsp. | 移除不合法bsp.
|
2018-06-24 10:02:59 +08:00 |
Bernard Xiong
|
fb36988e86
|
Merge pull request #1562 from TanekLiang/mmcsd_fix_warning
[DeviceDrivers] remove unused-assign code
|
2018-06-23 19:44:36 +08:00 |
Bernard Xiong
|
85495acdd6
|
Merge pull request #1561 from armink/fix_scons
完善对于 'scons --target=cc' 生成的工程可能编译出错问题的修复
|
2018-06-23 19:44:18 +08:00 |
aozima
|
7da376280a
|
Merge pull request #1556 from enkiller/dev
[components][drivers]wlan打印ap信息更加友好
|
2018-06-23 19:20:59 +08:00 |
tangyuxin
|
7f4b8d2102
|
[components][drivers]wlan 1.修改wifi速率单位为bps 2.打印ap信息更加友好
|
2018-06-23 14:52:08 +08:00 |
aozima
|
324c5da5cf
|
Merge pull request #1560 from enkiller/Kconfig
[components][drivers]Kconfig添加SDIO相关配置
|
2018-06-23 13:59:35 +08:00 |
liang yongxiang
|
fef854a431
|
[DeviceDrivers] remove unused-assign code
|
2018-06-23 12:09:24 +08:00 |
armink
|
dbe8e60fcc
|
[tools] Change the generate cconfig.h code position for fix the 'scons --target=cc' problem.
|
2018-06-23 12:04:17 +08:00 |