GalaIO
b886340e67
open and then get the new device
...
in rt_console_set_device, open new device first and get the new device to _console_device.
我在编写程序时,在device驱动中打印log,但是使用rt_kprintf时,如果_console_device存在非空,那就执行驱动的write函数,但是这是device还没有初始化成功,但是已经提前给_console_device赋值,导致了程序无故fault,以上述修改可避开这样的矛盾。
2015-09-10 22:59:51 +08:00
Bernard Xiong
0690980fb6
Merge pull request #539 from SchumyHao/master
...
add w25q80 support to spi flash
2015-08-24 10:51:03 +08:00
Bernard Xiong
62a2a49c41
[BSP] Update project files for stm32f0x
2015-08-19 09:51:14 +08:00
Bernard Xiong
3292353bc2
Update README.md
2015-08-09 16:14:39 +08:00
Bernard Xiong
300c7fd8ec
[BSP] reduce the code size for STM32F0x
2015-08-09 15:34:21 +08:00
Bernard Xiong
200282a0bc
[BSP] use RT_UNUSED instead of UNUSED
2015-08-09 11:34:41 +08:00
Bernard Xiong
e029f14b46
[DeviceDrivers] fix sd->drv issue in sdio
2015-08-09 11:23:16 +08:00
Bernard Xiong
fc54a74abb
[BSP] stm32f7-disco cleanup
2015-08-09 09:17:28 +08:00
Bernard Xiong
33b95be42a
[BSP] rename stm32f7 to stm32f7-disco
2015-08-09 08:36:52 +08:00
Bernard Xiong
1a5c579e71
[Tools] merge local modification
2015-08-09 00:03:40 +08:00
Bernard Xiong
2bea2fdea8
Merge pull request #534 from nongxiaoming/master
...
[bsp]add the stm32f74x bsp.
2015-08-07 13:54:10 +08:00
nongxiaoming
af8a91457e
[bsp]add the stm32f74x bsp.
2015-08-07 13:30:13 +08:00
Bernard Xiong
40044b0ff0
Merge pull request #532 from pangweishen/master
...
[BSP]fix lslc compiling issue when using RT_USING_LIBC.
2015-08-07 08:50:39 +08:00
pangwei
330ab2ca0d
[BSP]fix lslc compiling issue when using RT_USING_LIBC.
2015-08-06 16:12:37 +08:00
Bernard Xiong
5ccbf073cc
Merge pull request #531 from pangweishen/master
...
[BSP] update the value of DEVICE in rtconfig.py.
2015-08-05 18:29:02 +08:00
pangwei
d491b30c35
[BSP] update the value of DEVICE in rtconfig.py.
2015-08-05 17:10:49 +08:00
Bernard Xiong
182f1b0ca3
Merge pull request #530 from pangweishen/master
...
updated the ChangeLog_CN.md
2015-08-04 21:40:21 +08:00
pangwei
86b562f4dc
updated the ChangeLog_CN.md
2015-08-04 17:17:08 +08:00
Bernard Xiong
804e23a3aa
[tools] fix the list in list issue when use LOCAL_* options
2015-08-04 09:43:27 +08:00
Bernard Xiong
fd69283f3a
[BSP] fix ls1b compiling issue
2015-08-03 17:41:29 +08:00
Bernard Xiong
3d9ee80f4a
[External] Add the RT_USING_LIBC depend in lodepng.
2015-08-03 16:18:26 +08:00
Bernard Xiong
db5fc259a2
[BSP] remove the asssert_failed function in lpc176x.
2015-08-03 16:17:48 +08:00
Bernard Xiong
3e310522e0
[DFS] Fix the compiling issue in NFS.
2015-08-03 16:17:27 +08:00
Bernard Xiong
2ad2acf577
[net] Fix the options setting issue in lwIP 1.4.1.
2015-08-03 16:17:06 +08:00
Bernard Xiong
266496cef3
[Kernel] Use rt_assert_handler() function to handle assertion.
2015-08-03 16:07:30 +08:00
Bernard Xiong
abd19b8dd7
[Kernel] More better support for module.
2015-08-03 16:02:24 +08:00
Bernard Xiong
db73a31ec8
[Kernel] Fix compiling warning.
2015-08-03 16:02:02 +08:00
Bernard Xiong
783753d943
[Kernel] export more symbols.
2015-08-03 16:01:50 +08:00
Bernard Xiong
717db3931a
Merge pull request #528 from ArdaFu/master
...
[FINSH] Add macro MSH_CMD_EXPORT_ALIAS
2015-08-01 16:48:28 +08:00
ardafu
667c03db97
[FINSH] Add macro MSH_CMD_EXPORT_ALIAS
2015-07-31 11:07:54 +08:00
Bernard Xiong
791c9b5833
Merge pull request #527 from ArdaFu/master
...
[Kernel Init] Add support to use RT_USING_USER_MAIN with IAR
2015-07-29 13:52:13 +08:00
ardafu
9201cbc29b
[Kernel Init] Add support to use RT_USING_USER_MAIN with IAR
2015-07-29 09:58:26 +08:00
Bernard Xiong
0af2be6b5d
[Tools] Add LOCAL_* options for group definition
2015-07-27 10:34:53 +08:00
Bernard Xiong
e3c93b3068
Merge pull request #522 from heyuanjie87/ForPullRequest
...
添加paho mqtt协议栈
2015-07-27 09:52:06 +08:00
Bernard Xiong
f5217d6a9c
[Tools] Add LOCAL_* options for group definition
2015-07-25 23:50:17 +08:00
Bernard Xiong
a891f48fd8
Merge pull request #524 from pangweishen/master
...
[BSP] rename the link files
2015-07-23 14:15:17 +08:00
pangwei
e30ee251e3
[bsp]added the define of RT_USING_LIBC in rtconfig.h.
...
Signed-off-by: pangwei <271372443@qq.com>
2015-07-23 11:20:04 +08:00
pangwei
5b755b85c8
[BSP] rename the link files
...
Signed-off-by: pangwei <271372443@qq.com>
2015-07-23 10:38:28 +08:00
heyuanjie87
0def1a7691
添加mqtt客户端例程(注:由于条件限制仅在linux中测试通过)
2015-07-22 21:55:18 +08:00
heyuanjie87
703eb440d8
添加编译说明
2015-07-22 21:52:09 +08:00
heyuanjie87
e81663377e
Merge branch 'master' of https://github.com/RT-Thread/rt-thread into ForPullReq
2015-07-22 20:49:30 +08:00
Bernard Xiong
8b7d2fb5c1
[BSP] use mips-sde-elf for ls1c bsp.
2015-07-22 10:22:40 +08:00
Bernard Xiong
dbea3cc7d5
Merge pull request #521 from chinesebear/master
...
new file: bsp/ls1cdev/ls1b_ram.lds
2015-07-22 10:21:20 +08:00
Bernard Xiong
063a2eb5c6
Merge pull request #523 from aozima/pulls
...
fixed rt_can_close issues.
2015-07-22 09:49:32 +08:00
aozima
3ad3066c4b
fixed rt_can_close issues.
2015-07-21 17:04:22 +08:00
heyuanjie87
ec67dc9879
添加paho mqtt协议栈
2015-07-20 22:23:43 +08:00
Bernard Xiong
724961c645
Merge pull request #519 from tuy0326/master
...
bsp stm32f10x rtc driver
2015-07-17 09:16:18 +08:00
chinesebear
085682c76b
new file: bsp/ls1cdev/ls1b_ram.lds
2015-07-16 23:19:03 +08:00
FlyM
62f0def025
1.delete comment code
...
2.add change log
2015-07-16 22:50:24 +08:00
Bernard Xiong
a6f0b844cf
Merge pull request #520 from BernardXiong/master
...
[DFS] Add fsync function
2015-07-16 10:36:48 +08:00