summaryrefslogtreecommitdiffstats
path: root/led/README
blob: 4a2ab42fdf6dad9f68172a3577d6370bb1107cbb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
This is a set of example RTEMS programs.  Most of these programs are
demonstrations various ways to use inter-task communication to 
turn and LED on and off at a fixed rate.

You must edit led.h so it knows how to turn an LED on and off on your
target hardware.

The example programs form a logical sequence in the following order:

hello_world_c
posix_hello_world
ticker
delay
ratemon1
ratemon2
timeout_event
event_server
sem_server
msg_server
timer
cpuuse
posix_delay_nanosleep
posix_delay_sleep
posix_mutex_server