- 11 7月, 2013 3 次提交
-
-
由 Bernard Xiong 提交于
add K60Fxxxx bsp for TWR-K60F120M board.
-
由 reynoldxu 提交于
-
由 Bernard Xiong 提交于
-
- 10 7月, 2013 4 次提交
-
-
由 Bernard Xiong 提交于
Remove initialization feature for MS VC++ compiler.
-
由 Bernard Xiong 提交于
enhancement hard fault exception handler.
-
由 Bernard Xiong 提交于
building.py: add clang static analyzer support
-
由 Bernard Xiong 提交于
device: add ref_count support
-
- 09 7月, 2013 3 次提交
-
-
由 wuyangyong 提交于
-
由 Grissiom 提交于
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`.
-
由 Grissiom 提交于
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.
-
- 06 7月, 2013 4 次提交
-
-
由 Bernard Xiong 提交于
dfs: fix the variable definition bug in copy, found by ffgamelife from rt-thread.org
-
由 prife 提交于
-
由 Bernard Xiong 提交于
-
由 Bernard Xiong 提交于
-
- 05 7月, 2013 1 次提交
-
-
由 Bernard Xiong 提交于
-
- 04 7月, 2013 2 次提交
-
-
由 Bernard Xiong 提交于
remove RT_LWIP_TCP_SND_BUF setting
-
由 Grissiom 提交于
When not configured in rtconfig.h, lwipopt.h will give us a reasonable value(TCP_MSS * 2).
-
- 01 7月, 2013 2 次提交
-
-
由 Bernard Xiong 提交于
rm48x50: restore missing include for __TI_COMPILER_VERSION__
-
由 Grissiom 提交于
-
- 30 6月, 2013 6 次提交
-
-
由 Bernard Xiong 提交于
-
由 Bernard Xiong 提交于
-
由 Bernard Xiong 提交于
-
由 Bernard Xiong 提交于
-
由 Bernard Xiong 提交于
-
由 Bernard Xiong 提交于
Please @Grissiom check why add this header file in rtthread.h.
-
- 29 6月, 2013 5 次提交
-
-
由 yiyue.fang 提交于
-
由 yiyue.fang 提交于
convert the Tabs to Spaces
-
由 yiyue.fang 提交于
-
由 yiyue.fang 提交于
-
由 yiyue.fang 提交于
convert Tabs to spaces
-
- 28 6月, 2013 2 次提交
-
-
由 yiyue.fang 提交于
-
由 yiyue.fang 提交于
-
- 26 6月, 2013 5 次提交
-
-
由 yiyue.fang 提交于
-
由 yiyue.fang 提交于
-
由 yiyue.fang 提交于
-
由 Bernard Xiong 提交于
add logtrace component
-
由 Grissiom 提交于
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.
-
- 24 6月, 2013 3 次提交
-
-
由 wuyangyong 提交于
-
由 Bernard Xiong 提交于
-
由 Bernard Xiong 提交于
-