summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | Changed Task_Entry_Point to Task_Entry to be correct per 4.0.0.Joel Sherrill1997-06-0311-11/+11
| |
* | Changed type Task_Entry_Point to Task_Entry to be correct per 4.0.0.Joel Sherrill1997-06-031-1/+1
| |
* | Fixed all references to Semaphore_Create to have the correctJoel Sherrill1997-06-037-5/+12
| | | | | | | | argument sequence.
* | New file.Joel Sherrill1997-06-0328-0/+1045
| |
* | new fileJoel Sherrill1997-06-0328-0/+1596
| |
* | Removed Configuration Table information.Joel Sherrill1997-06-0330-1170/+0
| |
* | Corrected call to Semaphore_Create to have the proper calling sequenceJoel Sherrill1997-06-031-0/+2
| |
* | Removed Configuration Table informationJoel Sherrill1997-06-031-38/+0
| |
* | new fileJoel Sherrill1997-06-032-0/+94
| |
* | Removed unnecessary dependency on RTEMS_Test_Support which existedJoel Sherrill1997-06-031-1/+0
| | | | | | | | in the RTEMS Ada implementation but does not exist in this binding.
* | new fileJoel Sherrill1997-06-036-0/+209
| |
* | removed reference to the Stub Device DriverJoel Sherrill1997-06-031-1/+0
| |
* | Changed mode and priority of initialization task.Joel Sherrill1997-06-032-5/+2
| |
* | Changed attribute of Initialization Task to Floating_PointJoel Sherrill1997-06-031-1/+1
| |
* | new filesJoel Sherrill1997-06-032-0/+56
| |
* | new fileJoel Sherrill1997-06-033-0/+326
| |
* | new fileJoel Sherrill1997-06-0314-0/+504
| |
* | Changed from RTEMS.Boolean to Standard.Boolean to avoid problems.Joel Sherrill1997-06-031-1/+1
| |
* | new filesJoel Sherrill1997-06-032-0/+82
| |
* | Added True and False constants for RTEMS.Boolean types. This necessitatedJoel Sherrill1997-06-034-16/+72
| | | | | | | | making sure every True/False reference was fully qualified.
* | Switched to proper types for booleans and increased the stack spaceJoel Sherrill1997-06-032-5/+6
| | | | | | | | for the tasks in this test.
* | Added RTEMS boolean constants.Joel Sherrill1997-06-032-0/+6
| |
* | Modifed to make the test run to completion. Primarily providedJoel Sherrill1997-06-032-32/+96
| | | | | | | | | | | | the Buffer type and support routines although some work was required to account for the directives which required message size information.
* | Commented out exception handling code since these routines are notJoel Sherrill1997-06-031-9/+9
| | | | | | | | | | called from Ada tasks. It is questionable whether the exception handling would work correctly.
* | removed with of unchecked_conversionJoel Sherrill1997-06-031-1/+0
| |
* | sptest.adb: update Semaphore_Create calling sequenceJoel Sherrill1997-06-032-1/+8
| | | | | | | | sp12.adb: doubled the initialization task stack size
* | Added Pending_Events and lined up other event constantsJoel Sherrill1997-06-032-66/+68
| |
* | Fixed problems which prevented the test from compiling and running toJoel Sherrill1997-06-033-85/+157
| | | | | | | | completion.
* | added more constants and fixed numerJoel Sherrill1997-06-034-48/+128
| |
* | changed reference for Configuration Table from BSP to RTEMS.Joel Sherrill1997-06-031-2/+1
| |
* | added Signal constants, Is_Status_Successful, and Attribute constants.Joel Sherrill1997-06-034-10/+148
| |
* | *** empty log message ***Joel Sherrill1997-06-0319-18/+13
| |
* | added rtems_interrupt_level_attribute routien to return a properlyJoel Sherrill1997-06-034-32/+12
| | | | | | | | shifted interrupt_level attribute field and RTEMS_INTERRUPT_MASK.
* | updated to runJoel Sherrill1997-06-032-15/+42
| |
* | New style main procedure which creates the test's RTEMS initialization taskJoel Sherrill1997-06-0328-27/+687
| | | | | | | | | | | | as an RTEMS task. This avoid problems resulting from differences in the tasking mode/priority of Ada tasks from the typical way an RTEMS initialization task is created.
* | added subtract of 1 to Task_Number to account for the creationJoel Sherrill1997-06-021-1/+1
| | | | | | | | of the initialization task
* | *** empty log message ***Joel Sherrill1997-06-021-1/+0
| |
* | added Minimum_Stack_Size and Mode constantsJoel Sherrill1997-06-022-16/+46
| |
* | new fileJoel Sherrill1997-06-021-0/+33
| |
* | readded body for "main" proceduresJoel Sherrill1997-06-0247-23/+744
| |
* | removed configuration table definition in AdaJoel Sherrill1997-06-0223-1290/+0
| |
* | new file - automatically generated by a scriptJoel Sherrill1997-06-0255-0/+0
| |
* | Changed license and copyright notice.Joel Sherrill1997-06-025-52/+25
| | | | | | | | Added "development" style CVS Id
* | New file -- works in conjunction with support/init.c.Joel Sherrill1997-06-021-0/+33
| |
* | Removed Ada Configuration Table definition.Joel Sherrill1997-06-021-55/+0
| |
* | added screen files from 3.2.1Joel Sherrill1997-06-0256-0/+1399
| |
* | added new files from test area.Joel Sherrill1997-06-029-0/+7264
| | | | | | | | This code has successfully been used to run sp01.
* | modified copyright notice to be the same as RTEMS 4.0.0.Joel Sherrill1997-06-02176-1056/+1056
| | | | | | | | changed the CVS ID string to be a "development" version.
* | Initial revisionJoel Sherrill1997-06-02176-0/+39236
| |
* | Changed bitwise OR's used to build up option and attribute setsJoel Sherrill1997-05-3130-222/+404
| | | | | | | | | | | | | | | | to be correct in either C or Ada. Added the interrupt disable, enable, flash, and is in progress directives. changed "97" to "1997"