aozima
cc8301d0f1
update linker script for components auto initial.
2013-07-11 23:07:16 +08:00
Bernard Xiong
51532ae425
Merge pull request #125 from reynoldxu/K60Fxxxx
...
add K60Fxxxx bsp for TWR-K60F120M board.
2013-07-11 04:10:24 -07:00
reynoldxu
0f6131de40
add K60Fxxxx bsp for TWR-K60F120M board.
2013-07-11 18:15:38 +08:00
Bernard Xiong
2c33678aac
fix the memory block splitting issue
2013-07-11 16:20:28 +08:00
Bernard Xiong
493930ea07
Merge pull request #118 from BernardXiong/master
...
Remove initialization feature for MS VC++ compiler.
2013-07-09 13:56:51 -07:00
Bernard Xiong
eed81a6419
Merge pull request #123 from aozima/hardfualt_enhancement
...
enhancement hard fault exception handler.
2013-07-09 13:56:21 -07:00
Bernard Xiong
bac27a11a4
Merge pull request #122 from grissiom/clang-analyzer
...
building.py: add clang static analyzer support
2013-07-09 13:54:20 -07:00
Bernard Xiong
198a6a162a
Merge pull request #121 from grissiom/device-ref-count
...
device: add ref_count support
2013-07-09 13:53:51 -07:00
aozima
ce4f0329db
enhancement hard fault exception handler.
2013-07-09 22:02:12 +08:00
Grissiom
34027e65e3
building.py: add clang static analyzer support
...
It adds the '--clang-analyzer' option that could invoke clang as the
static code checker. It is recommanded to work with 'scan-build' shipped
with Clang. For example, `scan-build scons --clang-analyzer`.
2013-07-09 21:08:36 +08:00
Grissiom
7bcce9e87f
device: add ref_count support
...
This is a simple work around to the current device stack design. A
ref_count could let different modules to open/close the same device
independently without interfere others in some degree.
But there is still some data shared between the modules, like flag,
open_flag and user_data. Moreover, it won't yield an error if A open a
device, and B read from it before open it in B. Maybe alloc a new handle
in rt_device_open will be the ultimate solution. But that is much bigger
change and we may leave it to future development.
2013-07-09 15:44:55 +08:00
Bernard Xiong
4f0cb88739
Merge pull request #120 from prife/dfs-fix
...
dfs: fix the variable definition bug in copy, found by ffgamelife from rt-thread.org
2013-07-06 06:06:57 -07:00
prife
15b08b483a
dfs: fix the variable definition bug in copy, found by ffgamelife from rt-thread.org
2013-07-06 16:41:10 +08:00
Bernard Xiong
8c0d4d2ad8
fix the spelling wrong
2013-07-05 19:36:57 -04:00
Bernard Xiong
ca56dce2a3
remove initialization feature for MS VC++ compiler
2013-07-05 19:32:16 -04:00
Bernard Xiong
b0c1f8a79b
Add device checking when set_device.
2013-07-05 21:02:47 +08:00
Bernard Xiong
ca71f33303
Merge pull request #117 from grissiom/fix-sam7x
...
remove RT_LWIP_TCP_SND_BUF setting
2013-07-04 03:22:23 -07:00
Grissiom
b9f9c3b2a4
remove RT_LWIP_TCP_SND_BUF setting
...
When not configured in rtconfig.h, lwipopt.h will give us a reasonable
value(TCP_MSS * 2).
2013-07-04 18:04:47 +08:00
Bernard Xiong
7c45dc02f7
Merge pull request #115 from grissiom/rm48x50
...
rm48x50: restore missing include for __TI_COMPILER_VERSION__
2013-07-01 07:23:41 -07:00
Grissiom
9f62f03f11
rm48x50: restore missing include for __TI_COMPILER_VERSION__
2013-07-01 22:03:58 +08:00
Bernard Xiong
1dd7e05336
fix lwip 1.4.1 compiling error when enable component init
2013-06-30 22:50:33 +08:00
Bernard Xiong
1172b47d1e
add sys_now() function porting
2013-06-30 22:37:05 +08:00
Bernard Xiong
e156a8d62b
Move logtrace to utilites
2013-06-30 21:51:41 +08:00
Bernard Xiong
86c9ea1117
Use lwIP 1.4.1 as the default TCP/IP protocol stack
2013-06-30 21:46:14 +08:00
Bernard Xiong
91ee1e07cf
rename group of logtrace
2013-06-30 21:42:34 +08:00
Bernard Xiong
e63be67e2d
Remove the stdarg.h file include.
...
Please @Grissiom check why add this header file in rtthread.h.
2013-06-30 20:17:41 +08:00
yiyue.fang
62c5115282
reformat the coding style in rthw.h
2013-06-29 13:33:06 +08:00
yiyue.fang
cf0db957f2
reformat the coding style in rtdef.h
...
convert the Tabs to Spaces
2013-06-29 11:41:20 +08:00
yiyue.fang
873a5de811
reformat the coding style in dfs_ramfs.c
2013-06-29 10:43:03 +08:00
yiyue.fang
03cf76e7ef
reformat the coding style in usbdevice/core/core.c
2013-06-29 10:32:27 +08:00
yiyue.fang
86db9ed965
reformat the coding style
...
convert Tabs to spaces
2013-06-29 10:00:14 +08:00
yiyue.fang
3359419d4f
additional update
2013-06-28 00:39:11 +08:00
yiyue.fang
621fbdb90c
Embedded GPLv2 license in drivers
2013-06-28 00:36:54 +08:00
yiyue.fang
90ac1c9ba4
Embedded GPLv2 license in components
2013-06-26 23:25:12 +08:00
yiyue.fang
8ab2b287b8
Embedded GPLv2 license in pthreads
2013-06-26 23:18:30 +08:00
yiyue.fang
773990abdb
Embedded GPLv2 license in dfs
2013-06-26 22:30:40 +08:00
Bernard Xiong
cb517cecc9
Merge pull request #113 from grissiom/logtrace
...
add logtrace component
2013-06-25 19:47:54 -07:00
Grissiom
247772df3b
add logtrace component
...
Logtrace is a component that could output the log into either a device
or a file. It has the ability to filter the log messages according to a
pre-module level. Define RT_USING_LOGTRACE in rtconfig.h if you want to
have a try.
2013-06-26 10:34:49 +08:00
aozima
5120f54a29
fix spelling error.
2013-06-24 22:57:27 +08:00
Bernard Xiong
79392bb082
Embedded GPLv2 license.
2013-06-24 17:06:09 +08:00
Bernard Xiong
b23dd15990
Update kservice.c
2013-06-24 00:09:52 +08:00
Bernard Xiong
0bb5eb18b9
Add rt_kprintf re-defined, which is suggested by ufbycd.
2013-06-24 00:08:10 +08:00
Bernard Xiong
e468c6efdc
Merge pull request #112 from aozima/pulls
...
update libcpu/arm/cortex-m4: support lazy stack optimized.
2013-06-23 08:54:59 -07:00
Bernard Xiong
d7762e5a7d
Update SConscript
2013-06-23 23:48:22 +08:00
Bernard Xiong
f83a34b85e
Update rtthread-lpc17xx.ld
2013-06-24 00:45:10 +09:00
Bernard Xiong
97d1ebf6e8
Update SConscript
2013-06-23 23:42:27 +08:00
aozima
90ab472d61
update scons script: support THUMB-2 CODE.
2013-06-23 18:10:46 +08:00
aozima
34d59ccb0f
update libcpu/arm/cortex-m4: support lazy stack optimized.
2013-06-23 18:10:46 +08:00
aozima
b045f93b47
fixed bug: correct cortex-m SCB->VTOR address.
2013-06-23 18:08:16 +08:00
aozima
93b9b28297
format code by Astyle.
2013-06-23 18:07:10 +08:00