summaryrefslogtreecommitdiff
path: root/led
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2013-03-12 14:41:30 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2013-03-12 14:41:30 -0500
commitdc216d142f5e63767135ff54d65d755b599f7c9f (patch)
tree08d16052463430940917510bd0a658872980dc1f /led
parent9bfb945091722e58df84f32632de50738bfee85c (diff)
examples-v2: Remove ChangeLog files
Diffstat (limited to 'led')
-rw-r--r--led/ChangeLog71
-rw-r--r--led/complex1/ChangeLog43
2 files changed, 0 insertions, 114 deletions
diff --git a/led/ChangeLog b/led/ChangeLog
deleted file mode 100644
index a49ad66..0000000
--- a/led/ChangeLog
+++ /dev/null
@@ -1,71 +0,0 @@
-2011-06-13 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * ratemon_cond_server/test.c: Eliminate use of obsolete
- rtems_clock_get().
-
-2011-04-01 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * Makefile: Update to account for movement of .cfg files.
-
-2011-03-03 Joel Sherrill <joel.sherrilL@OARcorp.com>
-
- * event_server/init.c, msg_server/init.c, sem_server/init.c,
- timer/init.c, timer_server/init.c: Example clean up.
-
-2010-04-29 Joel Sherrill <joel.sherrilL@OARcorp.com>
-
- * complex1/main.cc, complex1/menu.cc, complex1/periodic.c,
- complex1/test.cc: Turn off test when BSP_SMALL_MEMORY defined.
-
-2010-04-29 Joel Sherrill <joel.sherrilL@OARcorp.com>
-
- * complex1/Makefile: Use make-cxx-exe.
-
-2010-04-06 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * posix_delay_sleep/test.c: Add unistd.h
-
-2009-12-17 Glenn Humphrey <glenn.humphrey@OARcorp.com>
-
- * timer/init.c, timer_server/init.c: Simplified examples to insure
- consistent behavior for all cases.
-
-2009-12-17 Glenn Humphrey <glenn.humphrey@OARcorp.com>
-
- * delay/init.c, event_server/init.c, msg_server/init.c,
- posix_cond_server/test.c, posix_delay_nanosleep/test.c,
- posix_delay_sleep/test.c, posix_mutex_server/test.c, ratemon1/init.c,
- ratemon2/init.c, ratemon_cond_server/test.c, sem_server/init.c,
- timeout_event/init.c: Cleaned up the led examples to produce similiar
- output.
- * timer_server/.cvsignore: New file.
-
-2009-10-12 Glenn Humphrey <glenn.humphrey@OARcorp.com>
-
- * delay/init.c, event_server/init.c, msg_server/init.c,
- ratemon1/init.c, ratemon2/init.c, sem_server/init.c,
- timeout_event/init.c: Cleaned up unused variables and standardized
- for inclusion into RTEMS class materials.
-
-2009-10-12 Glenn Humphrey <glenn.humphrey@OARcorp.com>
-
- * Makefile, timer/init.c: Split the timer example into two examples
- and cleaned up resource usage.
- * timer_server/Makefile, timer_server/init.c: New files.
-
-2009-09-24 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * delay/init.c, ratemon1/init.c: Clean up configuration.
-
-2009-08-06 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * Makefile: Add timer test.
-
-2009-08-06 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * complex1/.main.cc.swp: Removed.
-
-2009-08-06 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * ChangeLog: New file.
-
diff --git a/led/complex1/ChangeLog b/led/complex1/ChangeLog
deleted file mode 100644
index 759b171..0000000
--- a/led/complex1/ChangeLog
+++ /dev/null
@@ -1,43 +0,0 @@
-2010-05-11 Joel Sherrill <joel.sherrilL@OARcorp.com>
-
- * main.cc: Do not configure as much when disabling the test for small
- memory targets.
-
-2008-11-26 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * main.cc: Rework to avoid new GCC error:
- "ISO C++ forbids taking address of function ::main"
-
-2008-09-26 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * main.cc: Update STACK_CHECKER_ON to CONFIGURE_STACK_CHECKER_ENABLED.
-
-2008-09-26 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * periodic.c: Change boolean to bool.
-
-2008-03-12 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * LocalMessageQueuePOSIX10031c.h, test.cc: Add include files needed by
- gcc 4.3 and later.
-
-2007-11-05 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * test.cc: Make LEDs work on IceCube board.
-
-2007-11-02 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * .cvsignore: Correct this.
-
-2007-11-02 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * ChangeLog, LocalMessageQueuePOSIX10031c.h, Makefile, MessageQueueT.h,
- main.cc, periodic.c, test.cc: Now builds and runs. Apparently I
- forgot to merge changes from the last class.
-
-2004-09-22 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * .cvsignore, ChangeLog, LocalMessageQueuePOSIX10031c.h, Makefile,
- Makefile.linux, MessageQueueT.h, MessageQueueT_BASE.h, ledServer.h,
- main.cc, menu.cc, menu.h, periodic.c, periodic.h, test.cc: New files.
-