Grissiom
b8bf6bef76
kernel: mempool: fix race condition in rt_mp_alloc
...
When thread wake up from waiting for memory, there is a chance that
there is no memory available in high pressure. So use a loop to check
again. Otherwise, there will be a NULL reference.
2014-08-20 10:16:04 +08:00
Bernard Xiong
0135dd38cf
[bsp] Add tm4c129x bsp building in travis-ci
2014-07-21 22:04:06 +08:00
Bernard Xiong
4e624d857e
[bsp] Fix MB9BF618s scons building issue
2014-07-21 22:02:27 +08:00
Bernard Xiong
e0c56211b4
Merge pull request #304 from ArdaFu/master
...
[bsp] Add BSP for TM4C1294XL (TI Tiva C Series Connected LaunchPad)
2014-07-21 21:35:08 +08:00
ArdaFu
b21c35df63
[bsp] Add IAR EWARM project template for SCONS project auto generation.
2014-07-21 19:09:15 +08:00
bernard
2a269a8a2a
[bsp] Fix MB9BF618S building issue.
2014-07-21 07:28:44 +08:00
bernard
318452796f
[bsp] Add MB9BF618 porting.
2014-07-21 07:00:47 +08:00
bernard
66c2d28fbf
[bsp] Add MB9BF618 porting.
2014-07-21 06:59:50 +08:00
bernard
33fed1b167
[Kernel] Better documentation for doxygen.
2014-07-21 06:29:15 +08:00
bernard
4e2a6cc361
[Kernel] The rt_object_find routine can support to find an object inside a module. The usage is: rt_object_find("module_name/object_name").
2014-07-21 06:28:43 +08:00
bernard
9572d3e46a
[bsp] Fix STM32F10x compiling warning.
2014-07-21 06:23:50 +08:00
bernard
02faf9edb8
[Finsh] fix device_open issue when set_device in finsh.
2014-07-20 13:57:49 +08:00
bernard
99e18f008c
[Docs] Add RT-Thread logo.
2014-07-20 13:57:01 +08:00
Arda
d1a4f2e8fe
Merge pull request #1 from RT-Thread/master
...
pull rt-thread master
2014-07-20 00:27:39 +08:00
ArdaFu
f74d7f16c0
[bsp] modify the uart_driver to fit the new rt-thread serial device driver framework. Modify the template.uvproj for auto generate MDK project.
2014-07-20 00:16:37 +08:00
bernard
0eb35940a4
[POSIX] fix mq_open and sem_open argument issue.
2014-07-19 06:52:35 +08:00
bernard
3610e38050
[BSP] remove rt_device_init_all() invoking.
2014-07-19 06:52:00 +08:00
bernard
21b9e64cd6
[BSP] remove COMPONENTS_INIT for lpc176x and stm32f107 porting.
2014-07-19 06:51:43 +08:00
bernard
26118499e0
[BSP] remove rt_device_init_all() invoking.
2014-07-19 06:50:00 +08:00
Bernard Xiong
a8224dcb82
Merge pull request #302 from BernardXiong/master
...
[Drivers] re-write serial framework.
2014-07-19 06:03:35 +08:00
ArdaFu
3a1c1c4500
[bsp] Add BSP for TM4C1294XL (TI Tiva C Series Connected LaunchPad)
2014-07-18 17:17:56 +08:00
bernard
74377b2650
[Drivers] re-write serial framework.
2014-07-18 07:21:09 +08:00
bernard
a83558e0e2
[Build] Fix LPC4300 building.
2014-07-18 06:48:37 +08:00
bernard
c45f5a2490
[Drivers] re-write serial framework.
2014-07-18 06:45:54 +08:00
Bernard Xiong
fc6747ef6c
Merge pull request #301 from grissiom/fix-timer
...
[Kernel] src/timer: fix a compile warning
2014-07-17 13:33:02 +08:00
Grissiom
30d68a515c
src/timer: fix a compile warning
2014-07-16 22:05:02 +08:00
Bernard Xiong
19ef55375a
Merge pull request #299 from grissiom/next-ymodem
...
Next ymodem
2014-07-15 18:12:15 +08:00
Bernard Xiong
0bc57e9b82
Merge pull request #300 from nongxiaoming/master
...
[bsp] add the linker script file.
2014-07-15 17:07:20 +08:00
nongxiaoming
3e50b6ac67
xplorer4330:add the linker script file.
2014-07-15 15:51:32 +08:00
nongxiaoming
000daf03e2
xplorer4330:update the startup code.
2014-07-15 15:50:58 +08:00
nongxiaoming
7b32a2bd31
lpc43xx:add the linker script file.
2014-07-15 15:42:22 +08:00
nongxiaoming
67e79c3e97
lpc43xx:update the startup code.
2014-07-15 15:40:05 +08:00
Grissiom
2aa51d42f9
ymodem: increase the default RYM_CHD_INTV_TICK
...
Frequent 'C' on the handshake will confuse some sender(lrzsz for
example).
2014-07-15 14:58:05 +08:00
Bernard Xiong
f301643494
[bsp] Fix compiling issue for LPC43xx
2014-07-15 07:36:59 +08:00
Grissiom
ff1eb2cbc9
ymodem: refactor _rym_read_code
...
Make fast path fast and slow path slow.
2014-07-14 18:45:46 +08:00
Bernard Xiong
925f7e2bba
Merge pull request #298 from nongxiaoming/master
...
[bsp] add the lpc43xx bsp support.
2014-07-14 09:54:49 +08:00
shaolin
64a2902fa9
1. Fix some spell error;
...
2. Fix data transfer size calculate error issue;
2014-07-13 17:19:34 +08:00
nongxiaoming
5995b7a2a1
update the xplorer4330 bsp.
2014-07-13 15:17:26 +08:00
nongxiaoming
e152b68e33
add the lpc43xx bsp support.
2014-07-13 14:13:39 +08:00
bernard
005014e7d0
[Drivers] Add workqueue implementation.
2014-07-13 07:27:57 +08:00
bernard
b89fd091b2
[Doc] Add Change log in Chinese.
2014-07-12 21:47:25 +08:00
bernard
7a7e3002c8
[Kernel] system does not lock scheduler when invoking soft-timer timeout function.
2014-07-12 15:59:45 +08:00
Bernard Xiong
9951cb4cbc
[build] Remove the un-supported porting in the building
2014-07-12 11:34:14 +08:00
Bernard Xiong
6b31b07fc5
[build] Add frdm-k64f into travis-ci building
2014-07-12 11:17:09 +08:00
Bernard Xiong
2604440ceb
[bsp] Remove none-released porting
2014-07-12 11:08:38 +08:00
Bernard Xiong
23686587ff
[bsp] Fix frdm-k64f compiling issue
2014-07-12 10:39:12 +08:00
Bernard Xiong
f8d2f880c3
[bsp] Remove NUC140 porting
2014-07-12 10:23:41 +08:00
Bernard Xiong
5c5928f822
[bsp] Remove none-released bsp
2014-07-12 09:40:37 +08:00
Bernard Xiong
592df37ca5
Merge branch 'master' of https://github.com/RT-Thread/rt-thread
2014-07-12 09:34:56 +08:00
Bernard Xiong
3e49b37469
[build] Update travis.yml configuration file
2014-07-12 09:34:21 +08:00