add event, mailbox, message queue and timer simple examples.

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@524 bbd45198-f89e-11dd-88c7-29a3b14d5316
This commit is contained in:
bernard.xiong
2010-03-22 09:17:38 +00:00
parent 000bba8cb1
commit 8d19f32ac2
6 changed files with 620 additions and 0 deletions

View File

@@ -19,8 +19,13 @@ semaphore_priority.c
semaphore_buffer_worker.c
semaphore_producer_consumer.c
mutex_simple.c
event_simple.c
mbox_simple.c
messageq_simple.c
timer_simple.c
heap_malloc.c
heap_realloc.c
memp_simple.c
""")
# The set of source files associated with this SConscript file.