shaolin
0fb9c54efd
1.replace API prefix usb* with usbh* in USB host stack to distinct with USB device stack;
...
2.adjust some viable and micro name
3.some other small fix
2014-03-04 08:59:53 +08:00
Bernard Xiong
738871fd9e
Merge pull request #243 from grissiom/serial-rollback
...
Revert "Merge pull request #241 from bright-pan/master"
2014-03-03 12:35:01 +08:00
Grissiom
f615c1e92d
Revert "Merge pull request #241 from bright-pan/master"
...
This reverts commit 5aeedc4f3a
, reversing
changes made to 3d80e414ff
.
This merge breaks every uart driver in all BSPs. @bright-pan , is there
any way to get this done without breaking existing code?
2014-03-03 12:07:13 +08:00
Bernard Xiong
54b693b3a2
Merge pull request #242 from bright-pan/master
...
Fix rt_serial_control() bug for customized command and indent the code
2014-02-28 18:42:53 +08:00
Bright Pan
9ab853aca3
Fix rt_serial_control() bug for customized command and indent the code
2014-02-28 18:22:50 +08:00
Bernard Xiong
5aeedc4f3a
Merge pull request #241 from bright-pan/master
...
Add RTS/CTS option in the serial framework.
2014-02-27 18:19:59 +08:00
Bright Pan
a4cd949519
Fix uart device driver for gpio remap and hardware flow control.
...
Add uart4 and uart5 device driver.
2014-02-26 11:22:08 +08:00
Bright Pan
10c4b6263f
Use DeviceDriver ringbuffer.
...
Add hardware flow support.
Use new struct serial_ringbuffer.
2014-02-26 11:06:14 +08:00
Bernard Xiong
3d80e414ff
[JS] fix the include path issue
2014-02-25 13:43:59 +08:00
Bernard Xiong
213f47e380
Update SConscript
2014-02-25 09:29:09 +08:00
Bernard Xiong
3345c3f15f
Merge pull request #240 from geniusgogo/JS
...
add JavaScript Interpreter
2014-02-25 09:26:38 +08:00
Bernard Xiong
ff302f2863
Merge pull request #227 from RTsien/master
...
Add supports for UART0 to UART5 of beaglebone(black)
2014-02-25 09:20:56 +08:00
geniusgogo
121bb5fcdf
add JavaScript Interpreter
2014-02-25 01:47:49 +08:00
bernard
7255137b0a
[DFS] Add ramfs initialization in components initialization procedure
2014-02-23 00:10:09 +08:00
bernard
5ce39b8ad8
[scons] Add the library to the group when used buildlib building
2014-02-23 00:08:38 +08:00
Bernard Xiong
0468f0c87e
Add INIT_FS_EXPORT for RAM file system
2014-02-20 22:06:59 +08:00
shaolin
8fd0a7f9c6
Update USB Device Stack to support more device controllers;
...
Pass USB CV test verification;
Code cleanup;
2014-02-16 17:42:35 +08:00
Bernard Xiong
db02f56283
[git] Add *.lib/*.a into git ignore list (ci build)
2014-02-16 16:39:25 +08:00
Bernard Xiong
9a40908c0d
Merge branch 'master' of https://github.com/RT-Thread/rt-thread
2014-02-16 16:38:27 +08:00
Bernard Xiong
5ccbef26e4
[scons] Change attribution for wizard.py (ci build)
2014-02-16 16:37:40 +08:00
Bernard Xiong
fd4554392a
[scons] Use a single path for group (ci build)
2014-02-16 16:36:54 +08:00
Bernard Xiong
6cfb1098e4
[ci-skip]
2014-02-16 16:23:18 +08:00
prife
b7b760d58c
Merge pull request #239 from prife/master
...
simulator: fix compile errors in nand driver(512+16)
2014-02-16 14:35:01 +08:00
prife
d8f06c8542
simulator: fix compile errors in nand driver(512+16)
2014-02-16 14:30:58 +08:00
bernard
fb6b1c2520
[scons] fix library suffix issue.
2014-02-15 10:29:35 +08:00
bernard
32a6f5b730
[Finsh] remove the .mo display when command is not found.
2014-02-15 10:28:38 +08:00
Bernard Xiong
6c31900236
Merge pull request #237 from prife/dfs
...
dfs: support copy directory
2014-02-12 09:51:42 +08:00
prife
f015f36d05
dfs: support copy directory
2014-02-09 15:27:52 +08:00
prife
a6fa98f1ee
simulator: fix exit issue when close RTGUI window
2014-02-09 11:24:36 +08:00
bernard
07f8375783
Add more feature on buildlib
2014-02-07 23:23:44 +08:00
Bernard Xiong
be2ff57198
Add directory and SConscript for Espruino.
2014-02-06 15:50:33 +08:00
bernard
8778e39c9f
[Finsh] Add ifconfig command implementation.
2014-02-01 21:35:46 +08:00
bernard
201d11bb2f
[DFS] Fix file size issue
...
This issue causes fstat & lseek not correct.
2014-02-01 21:35:23 +08:00
bernard
5a6ec7dcae
[DFS] fix the wrong field comparison in FAT mount.
2014-01-26 22:43:12 +08:00
Bernard Xiong
ba444f29f6
Merge pull request #235 from aozima/pulls
...
update CMSIS version to 3.20
2014-01-26 05:52:21 -08:00
bernard
27be3d9af4
Include rtconfig.h file in rtdebug.h file.
2014-01-26 20:32:44 +08:00
bernard
e601c2a6ed
Add sector size check when mounting a FAT file system.
2014-01-26 20:30:37 +08:00
aozima
9367bba6d1
update CMSIS version to 3.20
2014-01-22 17:26:52 +08:00
bernard
8fdbb7c92b
[Kernel] Fix the compiling issue for not including rtconfig.h file in rtdebug.h/rtdef.h
2014-01-17 22:32:32 +08:00
bernard
ae891e2011
[Finsh] fix strncmp issue in command search
2014-01-16 22:22:23 +08:00
Bernard Xiong
2970723cb0
Merge pull request #231 from roamboy/master
...
Update msh.c
2014-01-13 00:05:16 -08:00
roamboy
1c8693c87e
Update msh.c
2014-01-13 15:57:13 +08:00
roamboy
1df4c1b962
Update msh.c
2014-01-13 15:56:20 +08:00
roamboy
849130da2c
Update msh.c
...
fix msh_exec(char* cmd, rt_size_t length) bug
2014-01-13 15:52:23 +08:00
RTsien
d71b86c750
friendly for uart count under 6
2014-01-11 22:03:51 +08:00
Bernard Xiong
97508eb48e
Merge pull request #228 from prife/kernel
...
kernel: rearrange the header file include order
2014-01-11 03:58:10 -08:00
prife
86cdc22043
kernel: rearrange the header file include order
...
There are some CONFIG OPTIONS in rtdebug.h, which may influence the
rtdef.h, so rtdebug.h should be head of the rtdef.h
2014-01-11 16:50:53 +08:00
bernard
2188d06003
[DFS] remove a compiling warning
2014-01-11 16:34:15 +08:00
bernard
31446eab4c
[Kernel] application module can support arguments
2014-01-11 16:33:31 +08:00
RTsien
9382a7105f
add CM_PER_UARTx_CLKCTRL
2014-01-11 15:14:36 +08:00