3932 Commits

Author SHA1 Message Date
Grissiom
767720c1f7 SCons: allow set object files in DefineGroup
The source files can be the raw file names end with .c or .o. So return
the raw file names is more flexible than wrap them with Object.
2014-11-18 17:08:21 +08:00
aozima
31d214ff80 Merge pull request #375 from aozima/pulls
update RW009 driver: add softAP support.
2014-11-15 17:13:18 +08:00
aozima
92fac29f70 update RW009 driver: add softAP support. 2014-11-15 16:11:24 +08:00
Bernard Xiong
4586e48c18 Merge pull request #374 from limxuzheng/master
add a support for rx62n
2014-11-13 14:27:24 +08:00
limxuzheng
cbec4313b1 add rx62n driver library file 2014-11-12 01:18:33 +08:00
limxuzheng
4fea46c83c support rx62n 2014-11-12 01:09:43 +08:00
Bernard Xiong
1a1e9220c0 Merge pull request #372 from pangweishen/master
update the change logs
2014-11-04 13:38:23 +08:00
pangweishen
16266bb04d update the change logs 2014-11-04 10:57:49 +08:00
pangweishen
675fa48281 modified the comments of block device geometry structure, to tell everyone the unit of block_size is byte. 2014-11-04 10:16:54 +08:00
Bernard Xiong
086b87f23f Merge pull request #371 from nongxiaoming/master
bsp:fix the bug of lpc43xx uart interrupt enable in driver initialize.
2014-11-03 23:51:03 +08:00
Bernard Xiong
566cff0ff5 Merge pull request #370 from grissiom/romfs-next
romfs: fix a use-before-set bug on checking the dirent
v2.0.0_rc
2014-11-03 23:13:34 +08:00
xiaonong
d5332e2799 bsp:fix the bug of lpc43xx uart interrupt enable in driver initialize. 2014-11-03 23:02:36 +08:00
Grissiom
28ff3ed186 romfs: fix a use-before-set bug on checking the dirent 2014-11-03 17:32:50 +08:00
Bernard Xiong
00197fde12 Merge pull request #369 from BernardXiong/master
[BSP] Add GCC compiler support for mb9bf568r
2014-11-03 13:46:27 +08:00
Bernard Xiong
b6a9fad9ee [BSP] Add GCC compiler support for mb9bf568r 2014-11-03 13:23:56 +08:00
Bernard Xiong
4b41f0eeab Merge pull request #367 from grissiom/ymodem-fix
ymodem: fix examples due to new API
2014-11-03 12:38:37 +08:00
Bernard Xiong
7cb6463253 Merge pull request #368 from grissiom/romfs-next
Romfs next
2014-11-03 12:38:20 +08:00
Grissiom
b43573844d romfs: rewrite mkromfs.py 2014-11-03 12:20:09 +08:00
Grissiom
e882597f9c romfs: check the dirent before use it
System will crash when the romfs is erased. Add checks before using them
to avoid it.
2014-11-03 12:10:25 +08:00
Grissiom
fe603dd379 ymodem: fix examples due to new API 2014-11-03 11:46:57 +08:00
Bernard Xiong
73d8f72aea Merge pull request #366 from aozima/CME_M7
[CME_M7] add GCC compile support.
2014-11-02 15:54:08 +08:00
aozima
1f47eb88c8 [CME_M7] update gcc compile script. 2014-11-02 14:51:52 +08:00
aozima
4c31c22802 [CME_M7] update gcc linker script. 2014-11-02 14:51:47 +08:00
aozima
c6d9d6e3f9 [CME_M7] change file name to lower case. 2014-11-02 14:50:14 +08:00
aozima
4c1eff52e2 [CME_M7] add GCC compile support. 2014-11-02 13:52:16 +08:00
Bernard Xiong
cbf02c076e Merge pull request #365 from BernardXiong/master
[BSP] fix GCC compiling issue in LPC408x bsp
2014-11-02 09:38:22 +08:00
Bernard Xiong
21c39a3681 Update .travis.yml 2014-11-02 08:34:20 +08:00
Bernard Xiong
007c265f99 Merge pull request #364 from grissiom/romfs-next
romfs: declare the dummy entry as weak
2014-11-01 23:18:09 +08:00
Bernard Xiong
fdfb4dad79 [BSP] fix GCC compiling issue in LPC408x bsp 2014-11-01 23:17:04 +08:00
Bernard Xiong
0bd3a3fd7d [CI] update ARM GCC compiler. 2014-11-01 22:20:49 +08:00
Grissiom
3531fa71aa romfs: declare the dummy entry as weak 2014-11-01 17:57:43 +08:00
bernard
6281ab2bbe [DeviceDriver] Remove i2c_core_lock. 2014-11-01 16:38:53 +08:00
Bernard Xiong
ecbde6bb9d Merge pull request #363 from BernardXiong/master
[Sensor] code cleanup
2014-11-01 15:54:00 +08:00
Bernard Xiong
0fa10629f7 [Sensor] code cleanup 2014-11-01 15:52:25 +08:00
Bernard Xiong
16ff73b51b Merge pull request #362 from BernardXiong/master
[C++] fix GCC compiling issue.
2014-11-01 15:38:43 +08:00
Bernard Xiong
c319182651 Merge remote-tracking branch 'upstream/master' 2014-11-01 15:36:43 +08:00
Bernard Xiong
ef90e4828d Merge branch 'master' of https://github.com/BernardXiong/rt-thread 2014-11-01 15:36:37 +08:00
Bernard Xiong
e22264f1d0 Merge pull request #361 from BernardXiong/master
Add cplusplus and sensor framework.
2014-11-01 15:35:26 +08:00
Bernard Xiong
1974bec8bf [C++] fix the ctors initialization issue 2014-11-01 14:12:58 +08:00
Bernard Xiong
38be10cf89 [BSP] fix GCC compiling issue when enable C++ support 2014-11-01 14:06:51 +08:00
Bernard Xiong
b081df6b93 [NFS] fix opendir failed issue. 2014-11-01 10:53:44 +08:00
Bernard Xiong
796c49347e [BSP] Fix the gcc compiling issue in LPC408x bsp 2014-11-01 09:26:56 +08:00
Bernard Xiong
3bf721a6fb [BSP] Update C++ compiling options 2014-11-01 09:18:21 +08:00
Bernard Xiong
1b793ad039 [BSP] use RT_USING_LIBC instead of RT_USING_NEWLIB 2014-11-01 09:15:07 +08:00
Bernard Xiong
d2e15a52e6 Merge remote-tracking branch 'upstream/master' 2014-11-01 09:12:17 +08:00
Bernard Xiong
18cd95688d [Drivers] Add sensor framework 2014-11-01 09:09:52 +08:00
Bernard Xiong
b84123b0b4 [C++] Add cplusplus component 2014-11-01 09:09:21 +08:00
Bernard Xiong
0797e54f3f [LIBC] fix the fopen/open issue in armlibc 2014-10-30 03:53:22 +00:00
Bernard Xiong
a995264832 Merge pull request #360 from BernardXiong/master
[LIBC] Use RT_USING_LIBC instead of libs option for each compiler
2014-10-30 07:22:34 +08:00
Bernard Xiong
692e597847 [BSP] use RT_USING_LIBC instead of RT_USING_NEWLIB 2014-10-29 13:32:36 +00:00