Ralf Corsepius
b3b09bccbc
Use %zu instead of %d to print size_t's.
2009-10-26 13:35:06 +00:00
Ralf Corsepius
75c13bef5f
2009-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* rtmonuse/init.c, rtmonuse/task1.c:
Use PRIxrtems_id to print rtems_ids.
2009-10-26 11:36:15 +00:00
Ralf Corsepius
73ae9de87c
Use PRIxrtems_id to print rtems_ids.
2009-10-26 11:36:09 +00:00
Ralf Corsepius
a0c332155f
2009-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* malloctest/init.c: Use %zu instead of %d to print size_t's.
2009-10-26 09:35:09 +00:00
Ralf Corsepius
dbd40cad74
Use %zu instead of %d to print size_t's.
2009-10-26 09:35:02 +00:00
Ralf Corsepius
9625b235c5
Fix _Heap_Resize_block args.
2009-10-26 08:24:08 +00:00
Ralf Corsepius
0a1f5ddeaf
2009-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* malloctest/init.c: Fix _Heap_Resize_block args.
2009-10-26 08:22:34 +00:00
Ralf Corsepius
6e1e1ebef5
2009-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* malloctest/init.c, termios01/init.c,
termios01/termios_testdriver.c: Eliminate unused vars.
2009-10-26 07:58:27 +00:00
Ralf Corsepius
9066bf2085
Eliminate unused vars.
2009-10-26 07:58:21 +00:00
Ralf Corsepius
5502a909a8
2009-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* heapwalk/init.c: Comment out unused vars.
2009-10-26 07:49:56 +00:00
Ralf Corsepius
3066a0b4cb
Comment out unused vars.
2009-10-26 07:49:50 +00:00
Ralf Corsepius
ea36feb427
2009-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* termios01/termios_testdriver.c: Include <rtems/termiostypes.h.
2009-10-26 07:48:14 +00:00
Ralf Corsepius
4184a9c76b
Include <rtems/termiostypes.h.
2009-10-26 07:48:06 +00:00
Ralf Corsepius
4088e75402
Add local prototype for malloc_walk, malloc_info.
2009-10-26 05:56:30 +00:00
Ralf Corsepius
25b12d05b5
2009-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* malloctest/init.c: Add local prototype for malloc_walk,
malloc_info.
2009-10-26 05:56:04 +00:00
Ralf Corsepius
2ff6759dab
Add local prototype for malloc_walk.
2009-10-26 05:53:29 +00:00
Ralf Corsepius
4a1816fc29
2009-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* malloctest/task1.c: Add local prototype for malloc_walk.
2009-10-26 05:53:13 +00:00
Ralf Corsepius
1f73ad578e
2009-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* monitor02/init.c: Remove unused vars.
2009-10-26 05:49:38 +00:00
Ralf Corsepius
dd76d6b6e0
Remove unused vars.
2009-10-26 05:49:32 +00:00
Ralf Corsepius
af15d3c6ab
2009-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* stackchk01/init.c: Remove unused vars.
2009-10-26 05:46:52 +00:00
Ralf Corsepius
8d8eef6c8f
2009-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* heapwalk/init.c, malloctest/init.c, stackchk/blow.c,
termios/init.c: Add missing prototypes.
2009-10-26 05:44:15 +00:00
Ralf Corsepius
cbc5c46032
Add missing prototypes.
2009-10-26 05:44:07 +00:00
Ralf Corsepius
952e4beffa
2009-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* configure.ac: Don't add -fasm to CFLAGS.
2009-10-20 04:12:20 +00:00
Joel Sherrill
e053327de5
2009-10-19 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* block01/.cvsignore: New file.
2009-10-19 19:39:15 +00:00
Thomas Doerfler
b344b3deac
added block01 test
2009-10-19 10:58:30 +00:00
Joel Sherrill
bff419ffc2
2009-10-12 Joel Sherrill <joel.sherrill@OARcorp.com>
...
* cpuuse/init.c, cpuuse/system.h: Use minimum stack size.
2009-10-12 13:31:01 +00:00
Joel Sherrill
dda7c828a0
2009-10-01 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* Makefile.am, configure.ac, termios01/termios_testdriver.c: Do not use
CONSOLE_USE_INTERRUPTS. That is in use by BSPs and we should not use
it.
* termios02/.cvsignore, termios02/Makefile.am, termios02/init.c,
termios02/termios02.doc, termios02/termios02.scn: New files.
termios02 is a test for tcdrain().
2009-10-01 23:52:36 +00:00
Ralf Corsepius
65e3ca6fa3
2009-10-01 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* termios01/init.c, termios01/termios_testdriver.c:
Reflect changes to termios.
2009-10-01 12:14:11 +00:00
Ralf Corsepius
009dfd082d
Reflect changes to termios.
2009-10-01 12:14:01 +00:00
Joel Sherrill
0d1e5fd33a
2009-09-26 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* cpuuse/tswitch.c: Eliminate use of deprecated rtems_extension.
2009-09-26 15:46:34 +00:00
Joel Sherrill
b981f5f0a2
2009-09-24 Joel Sherrill <joel.sherrill@OARcorp.com>
...
* stackchk01/stackchk01.doc: Add content.
2009-09-24 14:23:43 +00:00
Joel Sherrill
99acb01bea
2009-09-21 Joel Sherrill <joel.sherrill@OARcorp.com>
...
* Makefile.am, configure.ac: Add initial test for
rtems_stack_checker_is_blown.
* stackchk01/.cvsignore, stackchk01/Makefile.am, stackchk01/init.c,
stackchk01/stackchk01.doc, stackchk01/stackchk01.scn: New files.
2009-09-21 20:12:08 +00:00
Joel Sherrill
b2f05456e3
2009-09-09 Sebastian Huber <Sebastian.Huber@embedded-brains.de>
...
* heapwalk/heapwalk.scn, heapwalk/init.c: Add missing _Heap_Walk test
cases to get back to 100% object coverage.
2009-09-09 16:30:14 +00:00
Joel Sherrill
809fb589fc
2009-09-09 Christian Mauderer <christian.mauderer@embedded-brains.de>
...
* heapwalk/init.c, heapwalk/heapwalk.scn, malloctest/init.c,
malloctest/malloctest.scn: New test cases.
* stackchk/blow.c, stackchk/stackchk.scn: Update for heap API changes.
2009-09-09 14:59:09 +00:00
Joel Sherrill
f6a41d2ea1
2009-09-03 Christian Mauderer <christian.mauderer@embedded-brains.de>
...
* malloctest/init.c: New test cases. Update for heap API changes.
* stackchk/blow.c: Update for heap API changes.
2009-09-06 15:24:56 +00:00
Joel Sherrill
8de136b6c5
2009-08-19 Sebastian Huber <Sebastian.Huber@embedded-brains.de>
...
* heapwalk/init.c, stackchk/blow.c: Update for heap API changes.
2009-08-26 12:01:21 +00:00
Joel Sherrill
e958d79b33
2009-08-15 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* termios01/init.c, termios01/termios01.scn: Add a few error paths to
complete coverage of termios_XXX_to_YYY() methods.
2009-08-15 22:29:38 +00:00
Joel Sherrill
4d5b156c2c
2009-08-15 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* Makefile.am, configure.ac: Add new test to exercise tcgetattr and
tcsetattr. Does a variety of baud, parity, stop bits, and bits per
character with the assistance of a special test driver which prints
the requests.
* termios01/.cvsignore, termios01/Makefile.am, termios01/init.c,
termios01/termios01.doc, termios01/termios01.scn,
termios01/termios_testdriver.c, termios01/termios_testdriver.h: New files.
2009-08-15 17:54:48 +00:00
Joel Sherrill
de7adafc8c
2009-08-12 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* malloctest/task1.c, stackchk/task1.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:26 +00:00
Joel Sherrill
1875546d63
2009-08-10 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* cpuuse/task1.c, termios/init.c: Convert calls to legacy routine
rtems_clock_get( RTEMS_CLOCK_GET_xxx, ..) to rtems_clock_get_xxx().
2009-08-10 16:04:57 +00:00
Joel Sherrill
cd49fdcdcb
2009-08-10 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* cpuuse/task1.c, cpuuse/tswitch.c, malloctest/task1.c,
stackchk/task1.c: Convert calls to legacy routine rtems_clock_get(
RTEMS_CLOCK_GET_TOD, ..) to rtems_clock_get_tod(..).
2009-08-10 14:50:24 +00:00
Joel Sherrill
384f0225e8
2009-08-09 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* malloctest/init.c: Adjust allocation in test so it passes now that
heap overhead constant has been increased.
2009-08-09 17:31:48 +00:00
Joel Sherrill
248db2171f
2009-08-06 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* bspcmdline01/init.c: Do not violate visibility.
2009-08-07 00:31:05 +00:00
Joel Sherrill
cac975ed5e
2009-08-06 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* bspcmdline01/bspcmdline01.scn, bspcmdline01/init.c: Add rtems_ as
prefix to all routines.
2009-08-06 15:21:25 +00:00
Joel Sherrill
7c86172aba
2009-08-05 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* Makefile.am, configure.ac: Add test for new BSP Boot Command Line
helper routines.
* bspcmdline01/.cvsignore, bspcmdline01/Makefile.am,
bspcmdline01/bspcmdline01.doc, bspcmdline01/bspcmdline01.scn,
bspcmdline01/init.c, bspcmdline01/test.c: New files.
2009-08-05 19:36:57 +00:00
Joel Sherrill
66abaa1e20
2009-07-09 Joel Sherrill <joel.sherrill@OARcorp.com>
...
* malloctest/init.c, malloctest/malloctest.scn: Add heap resize test
for shrinking a block enough to need to free the newly unused
portion.
2009-07-09 16:13:06 +00:00
Joel Sherrill
4b6c378fab
2009-07-08 Joel Sherrill <joel.sherrill@OARcorp.com>
...
* malloctest/init.c, malloctest/malloctest.scn: Add error cases for
_Protected_heap_Get_information().
2009-07-08 19:15:04 +00:00
Joel Sherrill
5f6a4a24fa
2009-06-10 Joel Sherrill <joel.sherrill@OARcorp.com>
...
* heapwalk/init.c: Add test code for first free block pointer not
aligned.
2009-06-10 15:28:10 +00:00
Joel Sherrill
93f4ac264c
2009-06-08 Joel Sherrill <joel.sherrill@OARcorp.com>
...
* heapwalk/init.c: Add more cases.
2009-06-08 22:49:58 +00:00
Joel Sherrill
f4812a03e3
2009-06-06 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* heapwalk/init.c: Add more automated corruption capability.
2009-06-06 18:52:54 +00:00