summaryrefslogtreecommitdiffstats
path: root/c/src/librtems++/src/rtemsInterrupt.cc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* librtems++: Remove from RTEMS.Chris Johns2016-08-111-126/+0
| | | | | | | This is old and there are better design patterns for threading and C++. We recommend you use the new C++ standards based support. Closes #2777.
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-211-1/+1
|
* Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill2012-05-111-2/+0
| | | | | | | | | | | | 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.
* librtems++ - Remove junk line accidentally committedJoel Sherrill2012-05-111-3/+2
|
* librtems++ - Disable Interrupt Class When Not Simple VectoredJoel Sherrill2012-05-091-0/+4
| | | | | | This class only works on Simple Vectored Architectures. Even worse, it is not guaranteed to compile on a Programmable Interrupt Vector architecture.
* #include <cstdlib>.Ralf Corsepius2009-11-231-1/+1
|
* 2009-08-06 Chris Johns <chrisj@rtems.org>Chris Johns2009-08-061-2/+8
| | | | | * src/rtemsInterrupt.cc: Fixed the code to compile on targets with CPU_SIMPLE_VECTORED_INTERRUPTS defined to true.
* 2008-08-04 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-08-041-3/+3
| | | | | PR 1282/misc * src/rtemsInterrupt.cc: Correct vec/vector variable confusion.
* 2003-09-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-09-041-1/+1
| | | | | | | | | | | * include/rtems++/rtemsEvent.h, include/rtems++/rtemsInterrupt.h, include/rtems++/rtemsMessageQueue.h, include/rtems++/rtemsSemaphore.h, include/rtems++/rtemsStatusCode.h, include/rtems++/rtemsTask.h, include/rtems++/rtemsTaskMode.h, include/rtems++/rtemsTimer.h, src/rtemsEvent.cc, src/rtemsInterrupt.cc, src/rtemsMessageQueue.cc, src/rtemsSemaphore.cc, src/rtemsStatusCode.cc, src/rtemsTask.cc, src/rtemsTimer.cc: URL for license changed.
* 2001-01-08 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2001-01-081-1/+5
| | | | | * src/rtemsInterrupt.cc: Allocated interrupt_table since since cannot be determined without CPU model information.
* Patch from Chris Johns to add the interrupt class destructure.Joel Sherrill1998-02-181-0/+5
|
* Merged very large and much appreciated patch from Chris JohnsJoel Sherrill1997-07-311-0/+110
<cjohns@plessey.com.au>. This patch includes the ods68302 bsp, the RTEMS++ class library, and the rtems++ test.