summaryrefslogtreecommitdiffstats
path: root/c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* moved from main include directoryJoel Sherrill1997-08-0410-0/+956
|
* Added these files to contain bodies for routines included in the APIJoel Sherrill1997-08-023-1/+102
| | | | | but which did not have real bodies. This is necessary for languages like Ada95 which must have real entries in a library for bindings.
* Added conditional for KA9Q.Joel Sherrill1997-08-011-0/+4
|
* Added include of termios.h which was accidentally left out.Joel Sherrill1997-08-011-0/+2
|
* Added consolex to wrapupJoel Sherrill1997-08-011-0/+1
|
* Corrected typo.Joel Sherrill1997-08-011-1/+1
|
* Made to work.Joel Sherrill1997-08-011-1/+1
|
* Removed warnings.Joel Sherrill1997-08-011-2/+2
|
* Katsutoshi Shibuya (shibuya@mxb.meshnet.or.jp)of BU-Denken Co., Ltd.Joel Sherrill1997-08-0117-11/+1609
| | | | | | | (Sapporo, Japan) submitted the extended console driver for the MVME162LX BSP and the POSIX tcsetattr() and tcgetattr() routines. This device driver supports four serial ports, cooked IO, and provides a portable base for Zilog 8530 based console drivers.
* Merged very large and much appreciated patch from Chris JohnsJoel Sherrill1997-07-3183-0/+12481
| | | | | <cjohns@plessey.com.au>. This patch includes the ods68302 bsp, the RTEMS++ class library, and the rtems++ test.
* Merged very large and much appreciated patch from Chris JohnsJoel Sherrill1997-07-317-6/+84
| | | | | <cjohns@plessey.com.au>. This patch includes the ods68302 bsp, the RTEMS++ class library, and the rtems++ test.
* Added support for rtems_message_queue_get_number_pending.Joel Sherrill1997-07-314-0/+21
|
* Added rtems_message_queue_get_number_pending directive.Joel Sherrill1997-07-316-30/+139
|
* Added comment to indicate what the commented out C_PIECES indicated.Joel Sherrill1997-07-311-2/+3
|
* fixed typoJoel Sherrill1997-07-182-8/+8
|
* Reordered specs.Joel Sherrill1997-07-101-4/+4
|
* fixed milliseconds and microseconds to tick conversion routines.Joel Sherrill1997-07-101-11/+10
|
* Added information on different MVME162 models.Joel Sherrill1997-07-101-0/+11
|
* Strip the trace bit from the SR register when dispatching a thread whenJoel Sherrill1997-07-101-3/+5
| | | | | exiting from an ISR. This allows the trace bit to be set on a per task basis and tracing to be limited to that task.
* Repository damaged -- file re-addedJoel Sherrill1997-07-093-0/+555
|
* Repository damaged -- files readded.Joel Sherrill1997-07-092-0/+411
|
* Changed name from entry to thread_entry to be more compatible withJoel Sherrill1997-07-093-3/+3
| | | | Ada interface where entry is a keyword.
* Used macro instead of hard coded number.Joel Sherrill1997-07-091-1/+1
|
* Added postswitch extension.Joel Sherrill1997-07-092-0/+4
|
* Added post switch extension.Joel Sherrill1997-07-092-0/+10
|
* Corrected typos and spacing.Joel Sherrill1997-07-092-6/+6
|
* This code was in the tree but not actually being compiled. ThereJoel Sherrill1997-07-0934-140/+140
| | | | | | | were a number of minor problems which had to be fixed to get it to compile including modifying the compile rule to handle C++ comments, changing the syntax of the include statement, and getting rid of "%" as part of register names.
* Added sp, sfc, and fpcsr register defines.Joel Sherrill1997-07-091-0/+4
|
* new fileJoel Sherrill1997-06-042-0/+90
|
* corrected name of test suiteJoel Sherrill1997-06-0330-30/+30
|
* fixed commentJoel Sherrill1997-06-031-1/+1
|
* Removed configuration information.Joel Sherrill1997-06-031-54/+0
|
* new fileJoel Sherrill1997-06-034-0/+181
|
* Removed Configuration Information.Joel Sherrill1997-06-031-54/+0
|
* new files.Joel Sherrill1997-06-032-0/+89
|
* Removed configuration information.Joel Sherrill1997-06-031-42/+0
|
* new filesJoel Sherrill1997-06-035-0/+362
|
* new file.Joel Sherrill1997-06-031-0/+9
|
* corrected to compile with the new binding.Joel Sherrill1997-06-035-35/+119
|
* Corrected for this test.Joel Sherrill1997-06-031-0/+1
|
* Added correct contentsJoel Sherrill1997-06-031-0/+57
|
* new fileJoel Sherrill1997-06-034-0/+700
|
* Corrected maximum number of messages to be non-zeroJoel Sherrill1997-06-031-1/+1
|
* removed reference to Stub Device DriverJoel Sherrill1997-06-031-1/+0
|
* Replaced prototype for Last_Task which was accidentally removed whenJoel Sherrill1997-06-031-0/+14
| | | | the Configuration Tables were deleted from the Ada specification.
* Changed RTEMS.Boolean to Standard.Boolean to avoid typing problems.Joel Sherrill1997-06-031-1/+1
|
* Fixed incorrect invocation of Message_Queue_CreateJoel Sherrill1997-06-031-1/+0
|
* fixed typo which resulted in Message_Queue_Create being invoked incorrectly.Joel Sherrill1997-06-031-1/+0
|
* Fixed calls to Message_Queue_Create to include maximum message sizeJoel Sherrill1997-06-039-5/+14
| | | | parameter.
* Changed to variable length messages.Joel Sherrill1997-06-0317-66/+219
|