Gedare Bloom
3ac681191e
cpukit: deprecate notepads
...
Deprecate Classic API Notepads. Mark task_set/get_note() with
the deprecated attribute, and also mark the notepads field.
Replace disable with enable option for notepads in confdefs.h,
and make notepads disabled by default. The previous option
CONFIGURE_DISABLE_CLASSIC_API_NOTEPADS is now unused and
will emit a compile-time warning. A new option
CONFIGURE_ENABLE_CLASSIC_API_NOTEPADS is available to turn
on notepads, but it also will emit a compile-time warning
to indicate that notepads are deprecated.
Closes #2265
2015-03-10 12:53:07 -04:00
Sebastian Huber
1207288022
Update bug report URL
2014-12-05 07:47:32 +01:00
Joel Sherrill
78a38fa2ae
Eliminate use of /*PAGE and clean up formatting
2014-10-09 10:11:58 -05:00
Chris Johns
1461b648b7
testsuite: Add a per BSP test check for tests not to build.
...
Provide a file per BSP to list tests that do not build for a BSP. This change
removes the BSP_SMALL_MEMORY hack from the code. That hack was a
mistake.
Provide configuration files for each BSP with tests that cannot build.
2014-05-05 10:24:41 +10:00
Chris Johns
c49985691f
Change all references of rtems.com to rtems.org.
2014-03-21 08:10:47 +11:00
Gedare Bloom
fad2d38a9f
RTEMS: Delete ChangeLog files.
...
This commit deletes all RTEMS ChangeLog files. These files have been abandoned
since converting to git version control. The historical data may be recovered
by checking out any commit before this one. Most of the contents of these
ChangeLog files can also be found in the git log.
Two external ChangeLog files, ChangeLog.slac and ChangeLog.zlib, remain.
2013-03-08 15:55:06 -05:00
Gedare Bloom
57e922c799
Revert "Add config.h.in."
...
This reverts commit cf42a6ea9d .
2012-08-06 13:04:24 -04:00
Ralf Corsépius
bb2b8259ea
Require automake-1.12.2.
2012-07-19 15:47:55 +02:00
Ralf Corsépius
0f772813aa
Require autoconf-2.69.
2012-07-19 15:44:32 +02:00
Ralf Corsépius
cf42a6ea9d
Add config.h.in.
2012-05-24 07:17:05 +02:00
Joel Sherrill
9b4422a251
Remove All CVS Id Strings Possible Using a Script
...
Script does what is expected and tries to do it as
smartly as possible.
+ remove occurrences of two blank comment lines
next to each other after Id string line removed.
+ remove entire comment blocks which only exited to
contain CVS Ids
+ If the processing left a blank line at the top of
a file, it was removed.
2012-05-11 08:44:13 -05:00
Joel Sherrill
33a105fb69
Revert: Remove CVS Ids
...
See http://www.rtems.org/pipermail/rtems-devel/2012-May/001006.html
for details.
2012-05-07 11:08:48 -05:00
Joel Sherrill
48e02af9ca
mptests - Makefile.am did not set LINK_OBJS
...
LINK_OBJS =
instead of
LINK_OBJS = $(mp01_node1_OBJECTS)
2012-05-04 14:59:10 -05:00
Ralf Corsépius
27a345bfb8
Remove CVS-Ids.
2012-05-04 09:36:24 +02:00
Joel Sherrill
61250b4ce9
Remove all .cvsignore files.
2012-02-01 10:59:44 -06:00
Joel Sherrill
d056639013
2011-12-08 Joel Sherrill <joel.sherrill@oarcorp.com>
...
PR 1589/build
* mp01/node1/Makefile.am, mp01/node2/Makefile.am,
mp02/node1/Makefile.am, mp02/node2/Makefile.am,
mp03/node1/Makefile.am, mp03/node2/Makefile.am,
mp04/node1/Makefile.am, mp04/node2/Makefile.am,
mp05/node1/Makefile.am, mp05/node2/Makefile.am,
mp06/node1/Makefile.am, mp06/node2/Makefile.am,
mp07/node1/Makefile.am, mp07/node2/Makefile.am,
mp08/node1/Makefile.am, mp08/node2/Makefile.am,
mp09/node1/Makefile.am, mp09/node2/Makefile.am,
mp10/node1/Makefile.am, mp10/node2/Makefile.am,
mp11/node1/Makefile.am, mp11/node2/Makefile.am,
mp12/node1/Makefile.am, mp12/node2/Makefile.am,
mp13/node1/Makefile.am, mp13/node2/Makefile.am,
mp14/node1/Makefile.am, mp14/node2/Makefile.am: Remove obsolete
optional manager capability.
2011-12-08 21:38:16 +00:00
Ralf Corsepius
3d5d192477
Add config.h.in
2011-03-01 15:27:02 +00:00
Ralf Corsepius
027e40dc03
2011-02-22 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* configure.ac: Add AC_CONFIG_HEADER(config.h).
2011-02-22 14:56:36 +00:00
Ralf Corsepius
70f83eb210
2011-02-22 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* mp01/init.c, mp01/task1.c, mp02/init.c, mp02/task1.c, mp03/delay.c,
mp03/init.c, mp03/task1.c, mp04/init.c, mp04/task1.c, mp05/asr.c,
mp05/init.c, mp05/task1.c, mp06/init.c, mp06/task1.c, mp07/init.c,
mp07/task1.c, mp08/init.c, mp08/task1.c, mp09/init.c, mp09/recvmsg.c,
mp09/sendmsg.c, mp09/task1.c, mp10/init.c, mp10/task1.c, mp10/task2.c,
mp10/task3.c, mp11/init.c, mp12/init.c, mp13/init.c, mp13/task1.c,
mp13/task2.c, mp14/delay.c, mp14/evtask1.c, mp14/evtmtask.c,
mp14/exit.c, mp14/init.c, mp14/msgtask1.c, mp14/pttask1.c,
mp14/smtask1.c: Add HAVE_CONFIG_H.
2011-02-22 10:00:46 +00:00
Ralf Corsepius
a4bc4d6e29
Add HAVE_CONFIG_H.
2011-02-22 10:00:39 +00:00
Ralf Corsepius
8ee3775f30
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* configure.ac: Require autoconf-2.68, automake-1.11.1.
2011-02-02 15:01:43 +00:00
Joel Sherrill
ef89926a5d
2009-10-30 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* mp03/task1.c, mp10/init.c, mp13/task1.c: Use
rtems_clock_get_ticks_per_second() instead of the obsoleted
TICKS_PER_SECOND.
2009-10-30 17:04:36 +00:00
Ralf Corsepius
b2e122edb2
2009-10-30 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* mp01/init.c, mp02/init.c, mp02/task1.c, mp03/init.c,
mp04/init.c, mp05/init.c, mp06/init.c, mp07/init.c,
mp08/init.c, mp09/init.c, mp09/task1.c, mp10/init.c,
mp11/init.c, mp12/init.c, mp13/init.c, mp14/init.c:
Use PRI*32 to print uint32_ts.
2009-10-30 13:18:50 +00:00
Ralf Corsepius
58397d88e0
Use PRI*32 to print uint32_ts.
2009-10-30 13:18:33 +00:00
Ralf Corsepius
d7e7e27248
2009-10-30 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* mp04/task1.c: Include "tmacros.h".
Use PRIxrtems_task_priority to print rtems_task_prioritys.
Use PRI*32 to print uint32_ts.
2009-10-30 13:16:13 +00:00
Ralf Corsepius
e0f5e98136
Include "tmacros.h".
...
Use PRIxrtems_task_priority to print rtems_task_prioritys.
Use PRI*32 to print uint32_ts.
2009-10-30 13:15:57 +00:00
Ralf Corsepius
8c5d407aa7
2009-10-30 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* mp05/asr.c: Include "tmacros.h".
Use PRIxrtems_signal_set to print rtems_signal_set's.
2009-10-30 13:13:07 +00:00
Ralf Corsepius
cc6ecc518b
Include "tmacros.h".
...
Use PRIxrtems_signal_set to print rtems_signal_sets.
2009-10-30 13:13:00 +00:00
Ralf Corsepius
50a7df108c
2009-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* configure.ac: Don't add -ansi -fasm to CFLAGS.
2009-10-20 04:14:56 +00:00
Joel Sherrill
9992cac496
2009-08-12 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* mp01/task1.c, mp02/task1.c, mp03/task1.c, mp05/task1.c, mp06/task1.c,
mp07/task1.c, mp08/task1.c, mp09/recvmsg.c, mp09/sendmsg.c,
mp09/task1.c, mp10/init.c, mp12/init.c, mp13/init.c, mp13/task1.c,
mp13/task2.c, mp14/evtask1.c, mp14/init.c: Eliminate test routines
TICKS_PER_SECOND and get_ticks_per_second() in favor of new
rtems_clock_get_ticks_per_second().
2009-08-12 20:50:29 +00:00
Joel Sherrill
573f8d4595
2009-08-10 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* mp01/task1.c, mp01/node1/mp01-node1.scn, mp01/node2/mp01-node2.scn:
Convert calls to legacy routine rtems_clock_get( RTEMS_CLOCK_GET_TOD,
..) to rtems_clock_get_tod(..).
2009-08-10 14:50:29 +00:00
Ralf Corsepius
8732f1be94
2009-04-03 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* mp01/node1/Makefile.am, mp01/node2/Makefile.am,
mp02/node1/Makefile.am, mp02/node2/Makefile.am,
mp03/node1/Makefile.am, mp03/node2/Makefile.am,
mp04/node1/Makefile.am, mp04/node2/Makefile.am,
mp05/node1/Makefile.am, mp05/node2/Makefile.am,
mp06/node1/Makefile.am, mp06/node2/Makefile.am,
mp07/node1/Makefile.am, mp07/node2/Makefile.am,
mp08/node1/Makefile.am, mp08/node2/Makefile.am,
mp09/node1/Makefile.am, mp09/node2/Makefile.am,
mp10/node1/Makefile.am, mp10/node2/Makefile.am,
mp11/node1/Makefile.am, mp11/node2/Makefile.am,
mp12/node1/Makefile.am, mp12/node2/Makefile.am,
mp13/node1/Makefile.am, mp13/node2/Makefile.am,
mp14/node1/Makefile.am, mp14/node2/Makefile.am:
Eliminate _exe_/.exe.
2009-04-03 12:55:23 +00:00
Ralf Corsepius
3d5483771c
Eliminate _exe_/.exe.
2009-04-03 12:55:13 +00:00
Joel Sherrill
5265a27fa2
2008-09-08 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* mp09/recvmsg.c, mp09/task1.c, mp10/task1.c, mp13/task1.c,
mp14/msgtask1.c: Correct types to eliminate warnings.
2008-09-08 15:25:08 +00:00
Joel Sherrill
7753aa9fd5
2008-09-05 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* mp14/delay.c, mp14/evtmtask.c: Pass task Id to TSR.
* mp14/system.h: Semaphore_task_id and Semaphore_task_name arrays
were one entry too short.
2008-09-05 21:30:17 +00:00
Joel Sherrill
a319ebef08
2008-09-05 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* mp03/delay.c, mp06/task1.c, mp06/node2/mp06-node2.scn, mp07/task1.c:
Updating and fixing while running them on psim.
2008-09-05 14:41:37 +00:00
Joel Sherrill
f2ad3d120b
2008-09-03 Joel Sherrill <joel.sherrill@OARcorp.com>
...
* mp05/system.h, mp05/task1.c, mp06/system.h, mp06/task1.c,
mp07/system.h, mp07/task1.c, mp14/evtask1.c, mp14/evtmtask.c,
mp14/init.c, mp14/msgtask1.c, mp14/pttask1.c, mp14/smtask1.c,
mp14/system.h: Convert to bool type.
2008-09-03 22:06:22 +00:00
Joel Sherrill
81fed4b75c
2008-01-31 Joel Sherrill <joel.sherrill@OARcorp.com>
...
* mp01/init.c, mp02/init.c, mp03/init.c, mp04/init.c, mp05/init.c,
mp06/init.c, mp07/init.c, mp08/init.c, mp09/init.c, mp10/init.c,
mp11/init.c, mp12/init.c, mp13/init.c, mp14/init.c: Change TEST_INIT
to CONFIGURE_INIT. Make tmacros.h available to all POSIX tests. Add a
clock_settime case for < 1988.
2008-02-01 00:45:06 +00:00
Joel Sherrill
7d1714545b
2008-01-30 Joel Sherrill <joel.sherrill@OARcorp.com>
...
* mp01/node1/Makefile.am, mp01/node2/Makefile.am,
mp02/node1/Makefile.am, mp02/node2/Makefile.am,
mp03/node1/Makefile.am, mp03/node2/Makefile.am,
mp04/node1/Makefile.am, mp04/node2/Makefile.am,
mp05/node1/Makefile.am, mp05/node2/Makefile.am,
mp06/node1/Makefile.am, mp06/node2/Makefile.am,
mp07/node1/Makefile.am, mp07/node2/Makefile.am,
mp08/node1/Makefile.am, mp08/node2/Makefile.am,
mp09/node1/Makefile.am, mp09/node2/Makefile.am,
mp10/node1/Makefile.am, mp10/node2/Makefile.am,
mp11/node1/Makefile.am, mp11/node2/Makefile.am,
mp12/node1/Makefile.am, mp12/node2/Makefile.am,
mp13/node1/Makefile.am, mp13/node2/Makefile.am,
mp14/node1/Makefile.am, mp14/node2/Makefile.am: Use all managers.
2008-01-30 19:53:42 +00:00
Joel Sherrill
65450c148f
2008-01-29 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* mp02/task1.c, mp14/delay.c: Add new Object Services collection. This
changed the name of a few previously public but undocumented services
and added a some new services.
2008-01-29 21:52:58 +00:00
Joel Sherrill
81b291532c
2007-03-28 Joel Sherrill <joel@OARcorp.com>
...
* mp12/node2/mp12-node2.scn: Redo screen to not have cvs conflict
marker.
2007-03-28 18:15:21 +00:00
Ralf Corsepius
fcb0cd462c
2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* configure.ac: New BUG-REPORT address.
2006-12-02 06:06:55 +00:00
Ralf Corsepius
ba2c04fa2c
2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* configure.ac: Require autoconf-2.60. Require automake-1.10.
2006-10-17 07:38:02 +00:00
Ralf Corsepius
9c5ea1114a
Eliminate scndir, docdir. Use rtems_testsdir instead.
2006-07-11 05:09:12 +00:00
Ralf Corsepius
7066061e3f
2006-07-11 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* mp01/node1/Makefile.am, mp01/node2/Makefile.am,
mp02/node1/Makefile.am, mp02/node2/Makefile.am,
mp03/node1/Makefile.am, mp03/node2/Makefile.am,
mp04/node1/Makefile.am, mp04/node2/Makefile.am,
mp05/node1/Makefile.am, mp05/node2/Makefile.am,
mp06/node1/Makefile.am, mp06/node2/Makefile.am,
mp07/node1/Makefile.am, mp07/node2/Makefile.am,
mp08/node1/Makefile.am, mp08/node2/Makefile.am,
mp09/node1/Makefile.am, mp09/node2/Makefile.am,
mp10/node1/Makefile.am, mp10/node2/Makefile.am,
mp11/node1/Makefile.am, mp11/node2/Makefile.am,
mp12/node1/Makefile.am, mp12/node2/Makefile.am,
mp13/node1/Makefile.am, mp13/node2/Makefile.am,
mp14/node1/Makefile.am, mp14/node2/Makefile.am: Eliminate scndir,
docdir. Use rtems_testsdir instead.
2006-07-11 05:08:54 +00:00
Ralf Corsepius
1fd159523f
2005-11-22 Ralf Corsepius <ralf.corsepius@rtems.org>
...
* configure.ac: Remove RTEMS_ENABLE_BARE,
BARE_CPU_CFLAGS, BARE_CPU_MODEL.
2005-11-22 15:30:31 +00:00
Ralf Corsepius
6f2593f79f
Fix my email address
2005-11-13 06:52:39 +00:00
Ralf Corsepius
a6b588d649
Convert to using *_PROGRAMS.
2005-11-13 06:46:05 +00:00
Ralf Corsepius
56c2fbbb1f
2005-11-13 Ralf Corsepius <ralf.corsepius@rtems.org>
...
* mp01/node1/Makefile.am, mp01/node2/Makefile.am,
mp02/node1/Makefile.am, mp02/node2/Makefile.am,
mp03/node1/Makefile.am, mp03/node2/Makefile.am,
mp04/node1/Makefile.am, mp04/node2/Makefile.am,
mp05/node1/Makefile.am, mp05/node2/Makefile.am,
mp06/node1/Makefile.am, mp06/node2/Makefile.am,
mp07/node1/Makefile.am, mp07/node2/Makefile.am,
mp08/node1/Makefile.am, mp08/node2/Makefile.am,
mp09/node1/Makefile.am, mp09/node2/Makefile.am,
mp10/node1/Makefile.am, mp10/node2/Makefile.am,
mp11/node1/Makefile.am, mp11/node2/Makefile.am,
mp12/node1/Makefile.am, mp12/node2/Makefile.am,
mp13/node1/Makefile.am, mp13/node2/Makefile.am,
mp14/node1/Makefile.am, mp14/node2/Makefile.am:
Convert to using *_PROGRAMS.
2005-11-13 06:38:52 +00:00
Ralf Corsepius
dc35ca4374
Fix typos.
2005-11-11 15:10:59 +00:00