Commit Graph

3750 Commits

Author SHA1 Message Date
Grissiom 4bb6c8cf0c module: add !__CC_ARM when test __GNUC__
ARMCC will define __GNUC__ in "GNU mode"(with --gnu command line
option). So iff __GNUC__ && !__CC_ARM is GCC.
2014-12-01 18:54:55 +08:00
Grissiom cf692a4ab4 msh: use list_memheap when RT_USING_MEMHEAP_AS_HEAP is enabled
There is no list_mem and only list_memheap when RT_USING_MEMHEAP_AS_HEAP
is enabled.
2014-12-01 18:54:14 +08:00
bernard c26b999360 Fix the sensor list issue. 2014-12-01 12:22:17 +08:00
Bernard Xiong 43e4615075 Merge pull request #386 from bright-pan/master
Add uart driver and finsh function
2014-11-29 13:10:05 +08:00
Bright Pan 3abf1fd5ba Add uart driver and finsh function 2014-11-29 12:34:18 +08:00
Bernard Xiong 9461da1f84 Merge pull request #384 from bright-pan/master
[BSP] Port to NuMicro M051 Series support for Nuvoton corp and fix compile warning
2014-11-26 09:29:14 +08:00
Bright Pan d50ab16e6f Port to gcc and fix keil project 2014-11-25 01:08:13 +08:00
ArdaFu 0e4bd64089 1. [Core] Add INIT_EXPORT_EX micro define. this micro will help the user to organize the start sequence of board/device/application initialization functions. 2014-11-24 12:21:11 +08:00
Arda 143d3b8224 Merge pull request #2 from RT-Thread/master
update from official source
2014-11-24 11:57:31 +08:00
Bright Pan 9957f94d0b [BSP] Port to NuMicro M051 Series support for Nuvoton corp.
1. adapt to M052xDN/xDE, M054xDN/xDE, M058xDN/xDE, M0516/xDN/xDE.
    2. support heap memory management.
2014-11-23 05:18:15 +08:00
Bright Pan eeadfe4705 Fix compile warning: variable "c" was declared but never referenced, when RT_USING_CONSOLE is disable. 2014-11-23 00:04:58 +08:00
Bernard Xiong 9ecd18411f Merge pull request #381 from bright-pan/master
Add mdk5 building
2014-11-19 18:43:40 +08:00
Bernard Xiong d324c88767 Merge pull request #378 from grissiom/tools-next
efm32: return empty variable instead of Return('')
2014-11-19 18:09:46 +08:00
Bright Pan 3c65a522fd Add mdk5 project for stm32 bsps 2014-11-19 15:28:56 +08:00
Bright Pan 777d3c059b Add mdk5 support in SCons tools 2014-11-19 14:57:10 +08:00
Bright Pan 06f8426f59 Delete trailing whitespace 2014-11-19 14:52:36 +08:00
Grissiom 6c1c83e6da efm32: return empty variable instead of Return('') 2014-11-19 13:20:32 +08:00
Bernard Xiong 2ad82e749d Merge pull request #376 from grissiom/tools-next
SCons: allow set object files in DefineGroup
2014-11-18 19:08:04 +08:00
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
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