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 |
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 |
prife
|
c07a78ae00
|
nfs: fix bug
I have to mention that this bug is introduced by myself, in the last
commit <fd07f30f511335f506ae6557e300093d4dde421e> to dfs_nfs.c
|
2014-01-11 14:57:02 +08:00 |
Bernard Xiong
|
05e9233de6
|
Merge pull request #226 from grissiom/hot-fix
Revert "BBB: init timer on startup"
|
2014-01-06 06:38:34 -08:00 |
Grissiom
|
0ddf1023f4
|
Revert "BBB: init timer on startup"
This reverts commit 9cdf989c59 . The timer
has been initialized already.
|
2014-01-06 21:39:17 +08:00 |
Bernard Xiong
|
14507454a5
|
Update README.md [ci-skip]
|
2014-01-06 13:32:24 +08:00 |
Bernard Xiong
|
ff055fe2a0
|
Merge branch 'master' of https://github.com/RT-Thread/rt-thread
|
2014-01-05 14:58:19 +08:00 |
Bernard Xiong
|
abdcd80dcd
|
[Finsh] Add more command in msh
|
2014-01-05 14:57:58 +08:00 |
Bernard Xiong
|
5fb3c76cd4
|
Update README.md [ci skip]
|
2014-01-04 23:30:34 +08:00 |
lgnq
|
dd3d96e83a
|
[BSP] fixed a compiling warning with GCC
|
2014-01-04 23:07:55 +08:00 |
Bernard Xiong
|
053f579eeb
|
[BSP] change file name for Linux building
|
2014-01-04 21:49:31 +08:00 |
bernard
|
737c7acfea
|
Merge branch 'master' of https://github.com/RT-Thread/rt-thread
|
2014-01-04 07:56:08 +08:00 |
bernard
|
3142811644
|
[lwIP] Add more RT-Thread options into lwIP
|
2014-01-04 07:55:25 +08:00 |
Bernard Xiong
|
28246abb5a
|
[BSP] [ci skip] fix list issue in SConscript
|
2014-01-04 07:31:41 +08:00 |
bernard
|
cdf02d3aa0
|
[CI] Add more BSP for travis-ci building
|
2014-01-04 06:08:48 +08:00 |
bernard
|
9973f599a2
|
[CI] Add more BSP for travis-ci building
|
2014-01-04 06:07:32 +08:00 |
bernard
|
7fd45f3d44
|
[DFS] remove the unnecessary code
|
2014-01-04 06:05:03 +08:00 |
bernard
|
e393b8fcfa
|
fix the FINSH_USING_SYMTAB not defined and compiling error issue
|
2014-01-04 06:03:24 +08:00 |
bernard
|
6a624356e4
|
[Finsh] code cleanup
|
2014-01-04 06:02:33 +08:00 |
bernard
|
1f8a0668d2
|
[Finsh] Add features to execute module.
|
2014-01-03 08:01:24 +08:00 |