forked from Imagelibrary/rtems
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
364e64d2a0 |
17
.cvsignore
Normal file
17
.cvsignore
Normal file
@@ -0,0 +1,17 @@
|
||||
aclocal.m4
|
||||
autom4te*.cache
|
||||
compile
|
||||
config.cache
|
||||
config.guess
|
||||
config.log
|
||||
config.status
|
||||
config.sub
|
||||
configure
|
||||
depcomp
|
||||
install-sh
|
||||
install.sh
|
||||
Makefile
|
||||
Makefile.in
|
||||
mdate-sh
|
||||
missing
|
||||
texinfo.tex
|
||||
@@ -1,12 +1,3 @@
|
||||
2010-12-16 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||
|
||||
* SUPPORT: Update address.
|
||||
|
||||
2008-10-01 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
PR 1324/bsps
|
||||
* aclocal/check-bsps.m4: Adopt icecube changes from CVS-HEAD.
|
||||
|
||||
2008-09-24 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* Makefile.maint: Bump rtems_api to 4.9.
|
||||
|
||||
@@ -61,8 +61,8 @@ rtems-$(rtems_version)$(TAG_SUFFIX).tar.bz2: rtems-$(rtems_version)/stamp.autofi
|
||||
doc/itron3.0/itron.texi doc/networking/networking.texi \
|
||||
doc/new_chapters/new_chapters.texi doc/porting/porting.texi \
|
||||
doc/posix1003.1/posix1003_1.texi doc/posix_users/posix_users.texi \
|
||||
doc/relnotes/relnotes.texi doc/started/started.texi \
|
||||
doc/user/c_user.texi
|
||||
doc/relnotes/relnotes.texi doc/started_ada/started_ada.texi \
|
||||
doc/started/started.texi doc/user/c_user.texi
|
||||
tar -cj -X rtems-$(rtems_version)/excludes \
|
||||
-f rtems-$(rtems_version)$(TAG_SUFFIX).tar.bz2 rtems-$(rtems_version)
|
||||
|
||||
|
||||
6
SUPPORT
6
SUPPORT
@@ -8,12 +8,12 @@ includes porting RTEMS to new processors and the development of custom board
|
||||
support packages and device drivers. In addition, OAR is available
|
||||
to assist in the development of your real-time embedded application.
|
||||
|
||||
For more information, email Joel Sherrill joel.sherrill@OARcorp.com
|
||||
For more information, email Mark Johannes at mark.johannes@OARcorp.com
|
||||
or contact OAR at:
|
||||
|
||||
On-Line Applications Research Corporation
|
||||
7047 Old Madison Pike Suite 320
|
||||
Huntsville AL 35806
|
||||
4910-L Corporate Drive
|
||||
Huntsville AL 35805
|
||||
Voice: (205) 722-9985
|
||||
Fax: (205 722-0985
|
||||
|
||||
|
||||
@@ -26,9 +26,9 @@ AC_MSG_CHECKING([for available BSPs])
|
||||
bsps="$bsps mbx860_002"
|
||||
bsps="$bsps mbx860_005b"
|
||||
;;
|
||||
gen5200) bsps="pm520_cr825 pm520_ze30 brs5l icecube";;
|
||||
gen5200) bsps="pm520_cr825 pm520_ze30 brs5l";;
|
||||
mpc55xxevb) bsps="mpc5566evb";;
|
||||
gen83xx) bsps="mpc8349eamds hsc_cm01 mpc8313erdb";;
|
||||
gen83xx) bsps="mpc8349eamds hsc_cm01 mpc8313erdb icecube";;
|
||||
motorola_powerpc) bsps="mvme2307 mcp750 mtx603e mvme2100";;
|
||||
pc386) bsps="pc386 pc386dx pc486 pc586 pc686 pck6";;
|
||||
erc32) bsps="erc32 sis";;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
AC_DEFUN([RTEMS_VERSIONING],
|
||||
m4_define([_RTEMS_VERSION],[4.9.6]))
|
||||
m4_define([_RTEMS_VERSION],[4.9.0]))
|
||||
|
||||
m4_define([RTEMS_API],[4.9])
|
||||
|
||||
8
c/.cvsignore
Normal file
8
c/.cvsignore
Normal file
@@ -0,0 +1,8 @@
|
||||
aclocal.m4
|
||||
autom4te*.cache
|
||||
config.cache
|
||||
config.log
|
||||
config.status
|
||||
configure
|
||||
Makefile
|
||||
Makefile.in
|
||||
14
c/src/.cvsignore
Normal file
14
c/src/.cvsignore
Normal file
@@ -0,0 +1,14 @@
|
||||
aclocal.m4
|
||||
autom4te*.cache
|
||||
config.cache
|
||||
config.guess
|
||||
config.log
|
||||
config.status
|
||||
config.sub
|
||||
configure
|
||||
depcomp
|
||||
install-sh
|
||||
Makefile
|
||||
Makefile.in
|
||||
missing
|
||||
mkinstalldirs
|
||||
@@ -1,24 +1,3 @@
|
||||
2011-11-09 Jennifer Averett <jennifer.averett@oarcorp.com>
|
||||
|
||||
PR 1934/bsps
|
||||
* libchip/serial/ns16550.c: Change to unsigned variable.
|
||||
|
||||
2009-03-12 Daniel Hellstrom <daniel@gaisler.com>
|
||||
|
||||
PR 1392/bsps
|
||||
* libchip/i2c/spi-memdrv.c: SPI Memory driver. Fix but where writes
|
||||
over multiple pages results in extra data being written.
|
||||
|
||||
2009-01-21 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* libchip/i2c/spi-sd-card.c: Fixed RTEMS_BLKDEV_CAPABILITIES ioctl
|
||||
which caused invalid multiple block writes.
|
||||
|
||||
2008-11-13 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* libchip/serial/ns16550.c: Transmit the character in the polled write
|
||||
function within a critical section for printk() compatibility.
|
||||
|
||||
2008-09-10 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* aclocal/prog-cc.m4: Remove pre-production testing CFLAGS.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
AC_DEFUN([RTEMS_VERSIONING],
|
||||
m4_define([_RTEMS_VERSION],[4.9.6]))
|
||||
m4_define([_RTEMS_VERSION],[4.9.0]))
|
||||
|
||||
m4_define([RTEMS_API],[4.9])
|
||||
|
||||
12
c/src/ada-tests/.cvsignore
Normal file
12
c/src/ada-tests/.cvsignore
Normal file
@@ -0,0 +1,12 @@
|
||||
Makefile
|
||||
Makefile.in
|
||||
aclocal*
|
||||
aclocal.m4
|
||||
autom4te*.cache
|
||||
autom4te.*
|
||||
autom4te.cache
|
||||
config.*
|
||||
config.cache
|
||||
config.log
|
||||
config.status
|
||||
configure
|
||||
@@ -1,23 +1,3 @@
|
||||
2008-09-29 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* support/timer_driver.adb, support/timer_driver.ads,
|
||||
tmtests/tm01/tmtest.adb, tmtests/tm02/tmtest.adb,
|
||||
tmtests/tm03/tmtest.adb, tmtests/tm04/tmtest.adb,
|
||||
tmtests/tm05/tmtest.adb, tmtests/tm06/tmtest.adb,
|
||||
tmtests/tm07/tmtest.adb, tmtests/tm08/tmtest.adb,
|
||||
tmtests/tm09/tmtest.adb, tmtests/tm10/tmtest.adb,
|
||||
tmtests/tm11/tmtest.adb, tmtests/tm12/tmtest.adb,
|
||||
tmtests/tm13/tmtest.adb, tmtests/tm14/tmtest.adb,
|
||||
tmtests/tm15/tmtest.adb, tmtests/tm16/tmtest.adb,
|
||||
tmtests/tm17/tmtest.adb, tmtests/tm18/tmtest.adb,
|
||||
tmtests/tm19/tmtest.adb, tmtests/tm20/config.h,
|
||||
tmtests/tm20/tmtest.adb, tmtests/tm21/tmtest.adb,
|
||||
tmtests/tm22/tmtest.adb, tmtests/tm23/tmtest.adb,
|
||||
tmtests/tm24/tmtest.adb, tmtests/tm25/tmtest.adb,
|
||||
tmtests/tm28/tmtest.adb, tmtests/tm29/tmtest.adb,
|
||||
tmtests/tmck/tmtest.adb, tmtests/tmoverhd/tmtest.adb: Clean up.
|
||||
Verified to run on psim with gcc 4.3.2.
|
||||
|
||||
2008-06-06 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* samples/hello/config.h, sptests/spname01/config.h: These needed
|
||||
|
||||
2
c/src/ada-tests/mptests/.cvsignore
Normal file
2
c/src/ada-tests/mptests/.cvsignore
Normal file
@@ -0,0 +1,2 @@
|
||||
Makefile
|
||||
Makefile.in
|
||||
2
c/src/ada-tests/mptests/mp01/.cvsignore
Normal file
2
c/src/ada-tests/mptests/mp01/.cvsignore
Normal file
@@ -0,0 +1,2 @@
|
||||
Makefile
|
||||
Makefile.in
|
||||
2
c/src/ada-tests/mptests/mp01/node1/.cvsignore
Normal file
2
c/src/ada-tests/mptests/mp01/node1/.cvsignore
Normal file
@@ -0,0 +1,2 @@
|
||||
Makefile
|
||||
Makefile.in
|
||||
2
c/src/ada-tests/mptests/mp01/node2/.cvsignore
Normal file
2
c/src/ada-tests/mptests/mp01/node2/.cvsignore
Normal file
@@ -0,0 +1,2 @@
|
||||
Makefile
|
||||
Makefile.in
|
||||
2
c/src/ada-tests/mptests/mp02/.cvsignore
Normal file
2
c/src/ada-tests/mptests/mp02/.cvsignore
Normal file
@@ -0,0 +1,2 @@
|
||||
Makefile
|
||||
Makefile.in
|
||||
2
c/src/ada-tests/mptests/mp02/node1/.cvsignore
Normal file
2
c/src/ada-tests/mptests/mp02/node1/.cvsignore
Normal file
@@ -0,0 +1,2 @@
|
||||
Makefile
|
||||
Makefile.in
|
||||
2
c/src/ada-tests/mptests/mp02/node2/.cvsignore
Normal file
2
c/src/ada-tests/mptests/mp02/node2/.cvsignore
Normal file
@@ -0,0 +1,2 @@
|
||||
Makefile
|
||||
Makefile.in
|
||||
2
c/src/ada-tests/mptests/mp03/.cvsignore
Normal file
2
c/src/ada-tests/mptests/mp03/.cvsignore
Normal file
@@ -0,0 +1,2 @@
|
||||
Makefile
|
||||
Makefile.in
|
||||
2
c/src/ada-tests/mptests/mp03/node1/.cvsignore
Normal file
2
c/src/ada-tests/mptests/mp03/node1/.cvsignore
Normal file
@@ -0,0 +1,2 @@
|
||||
Makefile
|
||||
Makefile.in
|
||||
2
c/src/ada-tests/mptests/mp03/node2/.cvsignore
Normal file
2
c/src/ada-tests/mptests/mp03/node2/.cvsignore
Normal file
@@ -0,0 +1,2 @@
|
||||
Makefile
|
||||
Makefile.in
|
||||
2
c/src/ada-tests/mptests/mp04/.cvsignore
Normal file
2
c/src/ada-tests/mptests/mp04/.cvsignore
Normal file
@@ -0,0 +1,2 @@
|
||||
Makefile
|
||||
Makefile.in
|
||||
2
c/src/ada-tests/mptests/mp04/node1/.cvsignore
Normal file
2
c/src/ada-tests/mptests/mp04/node1/.cvsignore
Normal file
@@ -0,0 +1,2 @@
|
||||
Makefile
|
||||
Makefile.in
|
||||
2
c/src/ada-tests/mptests/mp04/node2/.cvsignore
Normal file
2
c/src/ada-tests/mptests/mp04/node2/.cvsignore
Normal file
@@ -0,0 +1,2 @@
|
||||
Makefile
|
||||
Makefile.in
|
||||
2
c/src/ada-tests/mptests/mp05/.cvsignore
Normal file
2
c/src/ada-tests/mptests/mp05/.cvsignore
Normal file
@@ -0,0 +1,2 @@
|
||||
Makefile
|
||||
Makefile.in
|
||||
2
c/src/ada-tests/mptests/mp05/node1/.cvsignore
Normal file
2
c/src/ada-tests/mptests/mp05/node1/.cvsignore
Normal file
@@ -0,0 +1,2 @@
|
||||
Makefile
|
||||
Makefile.in
|
||||
2
c/src/ada-tests/mptests/mp05/node2/.cvsignore
Normal file
2
c/src/ada-tests/mptests/mp05/node2/.cvsignore
Normal file
@@ -0,0 +1,2 @@
|
||||
Makefile
|
||||
Makefile.in
|
||||
2
c/src/ada-tests/mptests/mp06/.cvsignore
Normal file
2
c/src/ada-tests/mptests/mp06/.cvsignore
Normal file
@@ -0,0 +1,2 @@
|
||||
Makefile
|
||||
Makefile.in
|
||||
2
c/src/ada-tests/mptests/mp06/node1/.cvsignore
Normal file
2
c/src/ada-tests/mptests/mp06/node1/.cvsignore
Normal file
@@ -0,0 +1,2 @@
|
||||
Makefile
|
||||
Makefile.in
|
||||
2
c/src/ada-tests/mptests/mp06/node2/.cvsignore
Normal file
2
c/src/ada-tests/mptests/mp06/node2/.cvsignore
Normal file
@@ -0,0 +1,2 @@
|
||||
Makefile
|
||||
Makefile.in
|
||||
2
c/src/ada-tests/mptests/mp07/.cvsignore
Normal file
2
c/src/ada-tests/mptests/mp07/.cvsignore
Normal file
@@ -0,0 +1,2 @@
|
||||
Makefile
|
||||
Makefile.in
|
||||
2
c/src/ada-tests/mptests/mp07/node1/.cvsignore
Normal file
2
c/src/ada-tests/mptests/mp07/node1/.cvsignore
Normal file
@@ -0,0 +1,2 @@
|
||||
Makefile
|
||||
Makefile.in
|
||||
2
c/src/ada-tests/mptests/mp07/node2/.cvsignore
Normal file
2
c/src/ada-tests/mptests/mp07/node2/.cvsignore
Normal file
@@ -0,0 +1,2 @@
|
||||
Makefile
|
||||
Makefile.in
|
||||
2
c/src/ada-tests/mptests/mp08/.cvsignore
Normal file
2
c/src/ada-tests/mptests/mp08/.cvsignore
Normal file
@@ -0,0 +1,2 @@
|
||||
Makefile
|
||||
Makefile.in
|
||||
2
c/src/ada-tests/mptests/mp08/node1/.cvsignore
Normal file
2
c/src/ada-tests/mptests/mp08/node1/.cvsignore
Normal file
@@ -0,0 +1,2 @@
|
||||
Makefile
|
||||
Makefile.in
|
||||
2
c/src/ada-tests/mptests/mp08/node2/.cvsignore
Normal file
2
c/src/ada-tests/mptests/mp08/node2/.cvsignore
Normal file
@@ -0,0 +1,2 @@
|
||||
Makefile
|
||||
Makefile.in
|
||||
2
c/src/ada-tests/mptests/mp09/.cvsignore
Normal file
2
c/src/ada-tests/mptests/mp09/.cvsignore
Normal file
@@ -0,0 +1,2 @@
|
||||
Makefile
|
||||
Makefile.in
|
||||
2
c/src/ada-tests/mptests/mp09/node1/.cvsignore
Normal file
2
c/src/ada-tests/mptests/mp09/node1/.cvsignore
Normal file
@@ -0,0 +1,2 @@
|
||||
Makefile
|
||||
Makefile.in
|
||||
2
c/src/ada-tests/mptests/mp09/node2/.cvsignore
Normal file
2
c/src/ada-tests/mptests/mp09/node2/.cvsignore
Normal file
@@ -0,0 +1,2 @@
|
||||
Makefile
|
||||
Makefile.in
|
||||
2
c/src/ada-tests/mptests/mp10/.cvsignore
Normal file
2
c/src/ada-tests/mptests/mp10/.cvsignore
Normal file
@@ -0,0 +1,2 @@
|
||||
Makefile
|
||||
Makefile.in
|
||||
2
c/src/ada-tests/mptests/mp10/node1/.cvsignore
Normal file
2
c/src/ada-tests/mptests/mp10/node1/.cvsignore
Normal file
@@ -0,0 +1,2 @@
|
||||
Makefile
|
||||
Makefile.in
|
||||
2
c/src/ada-tests/mptests/mp10/node2/.cvsignore
Normal file
2
c/src/ada-tests/mptests/mp10/node2/.cvsignore
Normal file
@@ -0,0 +1,2 @@
|
||||
Makefile
|
||||
Makefile.in
|
||||
2
c/src/ada-tests/mptests/mp11/.cvsignore
Normal file
2
c/src/ada-tests/mptests/mp11/.cvsignore
Normal file
@@ -0,0 +1,2 @@
|
||||
Makefile
|
||||
Makefile.in
|
||||
2
c/src/ada-tests/mptests/mp11/node1/.cvsignore
Normal file
2
c/src/ada-tests/mptests/mp11/node1/.cvsignore
Normal file
@@ -0,0 +1,2 @@
|
||||
Makefile
|
||||
Makefile.in
|
||||
2
c/src/ada-tests/mptests/mp11/node2/.cvsignore
Normal file
2
c/src/ada-tests/mptests/mp11/node2/.cvsignore
Normal file
@@ -0,0 +1,2 @@
|
||||
Makefile
|
||||
Makefile.in
|
||||
2
c/src/ada-tests/mptests/mp12/.cvsignore
Normal file
2
c/src/ada-tests/mptests/mp12/.cvsignore
Normal file
@@ -0,0 +1,2 @@
|
||||
Makefile
|
||||
Makefile.in
|
||||
2
c/src/ada-tests/mptests/mp12/node1/.cvsignore
Normal file
2
c/src/ada-tests/mptests/mp12/node1/.cvsignore
Normal file
@@ -0,0 +1,2 @@
|
||||
Makefile
|
||||
Makefile.in
|
||||
2
c/src/ada-tests/mptests/mp12/node2/.cvsignore
Normal file
2
c/src/ada-tests/mptests/mp12/node2/.cvsignore
Normal file
@@ -0,0 +1,2 @@
|
||||
Makefile
|
||||
Makefile.in
|
||||
2
c/src/ada-tests/mptests/mp13/.cvsignore
Normal file
2
c/src/ada-tests/mptests/mp13/.cvsignore
Normal file
@@ -0,0 +1,2 @@
|
||||
Makefile
|
||||
Makefile.in
|
||||
2
c/src/ada-tests/mptests/mp13/node1/.cvsignore
Normal file
2
c/src/ada-tests/mptests/mp13/node1/.cvsignore
Normal file
@@ -0,0 +1,2 @@
|
||||
Makefile
|
||||
Makefile.in
|
||||
2
c/src/ada-tests/mptests/mp13/node2/.cvsignore
Normal file
2
c/src/ada-tests/mptests/mp13/node2/.cvsignore
Normal file
@@ -0,0 +1,2 @@
|
||||
Makefile
|
||||
Makefile.in
|
||||
2
c/src/ada-tests/mptests/mp14/.cvsignore
Normal file
2
c/src/ada-tests/mptests/mp14/.cvsignore
Normal file
@@ -0,0 +1,2 @@
|
||||
Makefile
|
||||
Makefile.in
|
||||
2
c/src/ada-tests/mptests/mp14/node1/.cvsignore
Normal file
2
c/src/ada-tests/mptests/mp14/node1/.cvsignore
Normal file
@@ -0,0 +1,2 @@
|
||||
Makefile
|
||||
Makefile.in
|
||||
2
c/src/ada-tests/mptests/mp14/node2/.cvsignore
Normal file
2
c/src/ada-tests/mptests/mp14/node2/.cvsignore
Normal file
@@ -0,0 +1,2 @@
|
||||
Makefile
|
||||
Makefile.in
|
||||
2
c/src/ada-tests/samples/.cvsignore
Normal file
2
c/src/ada-tests/samples/.cvsignore
Normal file
@@ -0,0 +1,2 @@
|
||||
Makefile
|
||||
Makefile.in
|
||||
2
c/src/ada-tests/samples/base_mp/.cvsignore
Normal file
2
c/src/ada-tests/samples/base_mp/.cvsignore
Normal file
@@ -0,0 +1,2 @@
|
||||
Makefile
|
||||
Makefile.in
|
||||
2
c/src/ada-tests/samples/base_mp/node1/.cvsignore
Normal file
2
c/src/ada-tests/samples/base_mp/node1/.cvsignore
Normal file
@@ -0,0 +1,2 @@
|
||||
Makefile
|
||||
Makefile.in
|
||||
2
c/src/ada-tests/samples/base_mp/node2/.cvsignore
Normal file
2
c/src/ada-tests/samples/base_mp/node2/.cvsignore
Normal file
@@ -0,0 +1,2 @@
|
||||
Makefile
|
||||
Makefile.in
|
||||
2
c/src/ada-tests/samples/base_sp/.cvsignore
Normal file
2
c/src/ada-tests/samples/base_sp/.cvsignore
Normal file
@@ -0,0 +1,2 @@
|
||||
Makefile
|
||||
Makefile.in
|
||||
2
c/src/ada-tests/samples/hello/.cvsignore
Normal file
2
c/src/ada-tests/samples/hello/.cvsignore
Normal file
@@ -0,0 +1,2 @@
|
||||
Makefile
|
||||
Makefile.in
|
||||
2
c/src/ada-tests/samples/nsecs/.cvsignore
Normal file
2
c/src/ada-tests/samples/nsecs/.cvsignore
Normal file
@@ -0,0 +1,2 @@
|
||||
Makefile
|
||||
Makefile.in
|
||||
2
c/src/ada-tests/samples/ticker/.cvsignore
Normal file
2
c/src/ada-tests/samples/ticker/.cvsignore
Normal file
@@ -0,0 +1,2 @@
|
||||
Makefile
|
||||
Makefile.in
|
||||
2
c/src/ada-tests/sptests/.cvsignore
Normal file
2
c/src/ada-tests/sptests/.cvsignore
Normal file
@@ -0,0 +1,2 @@
|
||||
Makefile
|
||||
Makefile.in
|
||||
2
c/src/ada-tests/sptests/sp01/.cvsignore
Normal file
2
c/src/ada-tests/sptests/sp01/.cvsignore
Normal file
@@ -0,0 +1,2 @@
|
||||
Makefile
|
||||
Makefile.in
|
||||
2
c/src/ada-tests/sptests/sp02/.cvsignore
Normal file
2
c/src/ada-tests/sptests/sp02/.cvsignore
Normal file
@@ -0,0 +1,2 @@
|
||||
Makefile
|
||||
Makefile.in
|
||||
2
c/src/ada-tests/sptests/sp03/.cvsignore
Normal file
2
c/src/ada-tests/sptests/sp03/.cvsignore
Normal file
@@ -0,0 +1,2 @@
|
||||
Makefile
|
||||
Makefile.in
|
||||
2
c/src/ada-tests/sptests/sp04/.cvsignore
Normal file
2
c/src/ada-tests/sptests/sp04/.cvsignore
Normal file
@@ -0,0 +1,2 @@
|
||||
Makefile
|
||||
Makefile.in
|
||||
2
c/src/ada-tests/sptests/sp05/.cvsignore
Normal file
2
c/src/ada-tests/sptests/sp05/.cvsignore
Normal file
@@ -0,0 +1,2 @@
|
||||
Makefile
|
||||
Makefile.in
|
||||
2
c/src/ada-tests/sptests/sp06/.cvsignore
Normal file
2
c/src/ada-tests/sptests/sp06/.cvsignore
Normal file
@@ -0,0 +1,2 @@
|
||||
Makefile
|
||||
Makefile.in
|
||||
2
c/src/ada-tests/sptests/sp07/.cvsignore
Normal file
2
c/src/ada-tests/sptests/sp07/.cvsignore
Normal file
@@ -0,0 +1,2 @@
|
||||
Makefile
|
||||
Makefile.in
|
||||
2
c/src/ada-tests/sptests/sp08/.cvsignore
Normal file
2
c/src/ada-tests/sptests/sp08/.cvsignore
Normal file
@@ -0,0 +1,2 @@
|
||||
Makefile
|
||||
Makefile.in
|
||||
2
c/src/ada-tests/sptests/sp09/.cvsignore
Normal file
2
c/src/ada-tests/sptests/sp09/.cvsignore
Normal file
@@ -0,0 +1,2 @@
|
||||
Makefile
|
||||
Makefile.in
|
||||
2
c/src/ada-tests/sptests/sp11/.cvsignore
Normal file
2
c/src/ada-tests/sptests/sp11/.cvsignore
Normal file
@@ -0,0 +1,2 @@
|
||||
Makefile
|
||||
Makefile.in
|
||||
2
c/src/ada-tests/sptests/sp12/.cvsignore
Normal file
2
c/src/ada-tests/sptests/sp12/.cvsignore
Normal file
@@ -0,0 +1,2 @@
|
||||
Makefile
|
||||
Makefile.in
|
||||
2
c/src/ada-tests/sptests/sp13/.cvsignore
Normal file
2
c/src/ada-tests/sptests/sp13/.cvsignore
Normal file
@@ -0,0 +1,2 @@
|
||||
Makefile
|
||||
Makefile.in
|
||||
2
c/src/ada-tests/sptests/sp14/.cvsignore
Normal file
2
c/src/ada-tests/sptests/sp14/.cvsignore
Normal file
@@ -0,0 +1,2 @@
|
||||
Makefile
|
||||
Makefile.in
|
||||
2
c/src/ada-tests/sptests/sp15/.cvsignore
Normal file
2
c/src/ada-tests/sptests/sp15/.cvsignore
Normal file
@@ -0,0 +1,2 @@
|
||||
Makefile
|
||||
Makefile.in
|
||||
2
c/src/ada-tests/sptests/sp16/.cvsignore
Normal file
2
c/src/ada-tests/sptests/sp16/.cvsignore
Normal file
@@ -0,0 +1,2 @@
|
||||
Makefile
|
||||
Makefile.in
|
||||
2
c/src/ada-tests/sptests/sp17/.cvsignore
Normal file
2
c/src/ada-tests/sptests/sp17/.cvsignore
Normal file
@@ -0,0 +1,2 @@
|
||||
Makefile
|
||||
Makefile.in
|
||||
2
c/src/ada-tests/sptests/sp19/.cvsignore
Normal file
2
c/src/ada-tests/sptests/sp19/.cvsignore
Normal file
@@ -0,0 +1,2 @@
|
||||
Makefile
|
||||
Makefile.in
|
||||
2
c/src/ada-tests/sptests/sp20/.cvsignore
Normal file
2
c/src/ada-tests/sptests/sp20/.cvsignore
Normal file
@@ -0,0 +1,2 @@
|
||||
Makefile
|
||||
Makefile.in
|
||||
2
c/src/ada-tests/sptests/sp22/.cvsignore
Normal file
2
c/src/ada-tests/sptests/sp22/.cvsignore
Normal file
@@ -0,0 +1,2 @@
|
||||
Makefile
|
||||
Makefile.in
|
||||
2
c/src/ada-tests/sptests/sp23/.cvsignore
Normal file
2
c/src/ada-tests/sptests/sp23/.cvsignore
Normal file
@@ -0,0 +1,2 @@
|
||||
Makefile
|
||||
Makefile.in
|
||||
2
c/src/ada-tests/sptests/sp24/.cvsignore
Normal file
2
c/src/ada-tests/sptests/sp24/.cvsignore
Normal file
@@ -0,0 +1,2 @@
|
||||
Makefile
|
||||
Makefile.in
|
||||
2
c/src/ada-tests/sptests/sp25/.cvsignore
Normal file
2
c/src/ada-tests/sptests/sp25/.cvsignore
Normal file
@@ -0,0 +1,2 @@
|
||||
Makefile
|
||||
Makefile.in
|
||||
2
c/src/ada-tests/sptests/spname01/.cvsignore
Normal file
2
c/src/ada-tests/sptests/spname01/.cvsignore
Normal file
@@ -0,0 +1,2 @@
|
||||
Makefile
|
||||
Makefile.in
|
||||
2
c/src/ada-tests/support/.cvsignore
Normal file
2
c/src/ada-tests/support/.cvsignore
Normal file
@@ -0,0 +1,2 @@
|
||||
Makefile
|
||||
Makefile.in
|
||||
@@ -20,21 +20,9 @@
|
||||
--
|
||||
|
||||
with RTEMS;
|
||||
with Interfaces.C;
|
||||
|
||||
package body Timer_Driver is
|
||||
|
||||
--PAGE
|
||||
--
|
||||
-- Empty_function
|
||||
--
|
||||
--
|
||||
procedure Empty_Function
|
||||
is
|
||||
begin
|
||||
Null;
|
||||
end Empty_Function;
|
||||
|
||||
--PAGE
|
||||
--
|
||||
-- Set_Find_Average_Overhead
|
||||
@@ -45,18 +33,12 @@ package body Timer_Driver is
|
||||
Find_Flag : in Standard.Boolean
|
||||
) is
|
||||
procedure Set_Find_Average_Overhead_base (
|
||||
Find_Flag : in Interfaces.Unsigned_8
|
||||
Find_Flag : in RTEMS.Boolean
|
||||
);
|
||||
pragma Import (C, Set_Find_Average_Overhead_base,
|
||||
"benchmark_timer_disable_subtracting_average_overhead");
|
||||
c: Interfaces.Unsigned_8;
|
||||
"Set_find_average_overhead");
|
||||
begin
|
||||
if Find_Flag then
|
||||
c := 1;
|
||||
else
|
||||
c := 0;
|
||||
end if;
|
||||
Set_Find_Average_Overhead_base (c);
|
||||
Set_Find_Average_Overhead_base (RTEMS.From_Ada_Boolean (Find_Flag));
|
||||
end Set_Find_Average_Overhead;
|
||||
|
||||
end Timer_Driver;
|
||||
|
||||
@@ -32,7 +32,7 @@ package Timer_Driver is
|
||||
--
|
||||
|
||||
procedure Initialize;
|
||||
pragma Import (C, Initialize, "benchmark_timer_initialize");
|
||||
pragma Import (C, Initialize, "Timer_initialize");
|
||||
|
||||
--
|
||||
-- Read_Timer
|
||||
@@ -46,7 +46,7 @@ package Timer_Driver is
|
||||
|
||||
function Read_Timer
|
||||
return RTEMS.Unsigned32;
|
||||
pragma Import (C, Read_Timer, "benchmark_timer_read");
|
||||
pragma Import (C, Read_Timer, "Read_timer");
|
||||
|
||||
--
|
||||
-- Empty_Function
|
||||
@@ -60,6 +60,7 @@ package Timer_Driver is
|
||||
--
|
||||
|
||||
procedure Empty_Function;
|
||||
pragma Import (C, Empty_Function, "Empty_function");
|
||||
|
||||
--
|
||||
-- Set_Find_Average_Overhead
|
||||
|
||||
2
c/src/ada-tests/tmtests/.cvsignore
Normal file
2
c/src/ada-tests/tmtests/.cvsignore
Normal file
@@ -0,0 +1,2 @@
|
||||
Makefile
|
||||
Makefile.in
|
||||
2
c/src/ada-tests/tmtests/tm01/.cvsignore
Normal file
2
c/src/ada-tests/tmtests/tm01/.cvsignore
Normal file
@@ -0,0 +1,2 @@
|
||||
Makefile
|
||||
Makefile.in
|
||||
@@ -266,8 +266,6 @@ package body TMTEST is
|
||||
SEMAPHORE_RELEASE_LOOP_TIME * 2,
|
||||
RTEMS_CALLING_OVERHEAD.SEMAPHORE_RELEASE
|
||||
);
|
||||
|
||||
TEXT_IO.PUT_LINE( "*** END OF TIME TEST 1 ***" );
|
||||
RTEMS.SHUTDOWN_EXECUTIVE( 0 );
|
||||
|
||||
end TASK_1;
|
||||
|
||||
2
c/src/ada-tests/tmtests/tm02/.cvsignore
Normal file
2
c/src/ada-tests/tmtests/tm02/.cvsignore
Normal file
@@ -0,0 +1,2 @@
|
||||
Makefile
|
||||
Makefile.in
|
||||
@@ -199,7 +199,6 @@ package body TMTEST is
|
||||
RTEMS_CALLING_OVERHEAD.SEMAPHORE_OBTAIN
|
||||
);
|
||||
|
||||
TEXT_IO.PUT_LINE( "*** END OF TIME TEST 2 ***" );
|
||||
RTEMS.SHUTDOWN_EXECUTIVE( 0 );
|
||||
|
||||
end LOW_TASK;
|
||||
|
||||
2
c/src/ada-tests/tmtests/tm03/.cvsignore
Normal file
2
c/src/ada-tests/tmtests/tm03/.cvsignore
Normal file
@@ -0,0 +1,2 @@
|
||||
Makefile
|
||||
Makefile.in
|
||||
@@ -179,7 +179,6 @@ package body TMTEST is
|
||||
RTEMS_CALLING_OVERHEAD.SEMAPHORE_RELEASE
|
||||
);
|
||||
|
||||
TEXT_IO.PUT_LINE( "*** END OF TIME TEST 3 ***" );
|
||||
RTEMS.SHUTDOWN_EXECUTIVE( 0 );
|
||||
|
||||
end HIGH_TASK;
|
||||
|
||||
2
c/src/ada-tests/tmtests/tm04/.cvsignore
Normal file
2
c/src/ada-tests/tmtests/tm04/.cvsignore
Normal file
@@ -0,0 +1,2 @@
|
||||
Makefile
|
||||
Makefile.in
|
||||
@@ -399,7 +399,6 @@ package body TMTEST is
|
||||
RTEMS_CALLING_OVERHEAD.TASK_DELETE
|
||||
);
|
||||
|
||||
TEXT_IO.PUT_LINE( "*** END OF TIME TEST 4 ***" );
|
||||
RTEMS.SHUTDOWN_EXECUTIVE( 0 );
|
||||
|
||||
end HIGH_TASK;
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user