Sebastian Huber
0fe7133d6e
flashdisk: Use rtems_blkdev_create()
...
Update #3358 .
2018-08-07 07:17:17 +02:00
Sebastian Huber
d906ce30c6
libtests: Use CONFIGURE_INIT_TASK_TABLE_SIZE
...
Using CONFIGURE_MINIMUM_TASK_STACK_SIZE increases also the interrupt
stack size. This is an issue on some BSPs. Use
CONFIGURE_INIT_TASK_TABLE_SIZE instead.
Update #3433 .
2018-07-30 08:06:23 +02:00
Chris Johns
5c65b9881b
testsuite/libtests: Merged nested Makefile.am files into one Makefile.am
...
This change is part of the testsuite Makefile.am reorganization.
Update #3382
2018-04-10 08:24:54 +10:00
Sebastian Huber
c4b8b147dd
tests: Use simple console driver
...
Update #3170 .
Update #3199 .
2017-11-06 07:26:42 +01:00
Sebastian Huber
af4355459e
tests: Remove TEST_INIT
...
The TEST_EXTERN is a used only by the system.h style tests and they use
CONFIGURE_INIT appropriately.
Update #3170 .
Update #3199 .
2017-10-28 13:33:56 +02:00
Chris Johns
98c6d50145
testsuite: Use printk for all test output where possible.
...
- Remove the printf support leaving the direct printk support configured
with TESTS_USE_PRINTK and all other output goes via a buffered vsniprintf
call to printk.
- Control the test's single init for functions and global data with
TEST_INIT and not CONFIGURE_INIT. They are now separate.
Updates #3170 .
2017-10-23 16:25:45 +11:00
Sebastian Huber
6f46848079
tests: Use floating point task
...
These tests directly or indirectly use fprintf(), etc. which may use the
floating point unit.
Update #3076 .
2017-07-19 11:57:01 +02:00
Sebastian Huber
a0b1b5edb8
Delete CONFIGURE_USE_IMFS_AS_BASE_FILESYSTEM
...
This define was superfluous, undocumented and used inconsistently.
2014-12-16 11:34:38 +01:00
Joel Sherrill
3324383ce0
testsuites: Remove BSP_SMALL_MEMORY
2014-05-06 18:31:00 -05:00
Joel Sherrill
faa4e4c08d
flashdisk01: Honor BSP_SMALL_MEMORY
2014-04-22 08:37:02 -05:00
Chris Johns
c49985691f
Change all references of rtems.com to rtems.org.
2014-03-21 08:10:47 +11:00
Sebastian Huber
f8b2eb03f7
tests/libtests: Use <rtems/test.h>
2014-03-20 09:10:26 +01:00
Cynthia Rempel
73a7713d8c
fstests and libtests: Add contents to multiple documentation files
2014-01-08 12:48:37 -06:00
Sebastian Huber
9e1d605979
libtests/flashdisk01: Include missing header file
2013-10-16 15:19:27 +02:00
Sebastian Huber
38ec8afe72
libtests/flashdisk01: Update screen file
2013-08-23 09:24:00 +02:00
Ralf Corsépius
f205c18f0c
Use uint32_t instead of long. Use unsigned defines (Prevent overflows on 16bit targets)
2013-04-17 12:23:34 +02:00
Sebastian Huber
a53045fda5
libtests/flashdisk01: Disable for small memory BSP
2013-04-08 09:54:53 +02:00
Joel Sherrill
721fe34aae
Fix C files which had two semi-colons at EOL
2012-05-31 15:34:36 -05:00
Joel Sherrill
4c86e3d8be
libtmtests - Eliminate missing prototype warnings
2012-05-11 12:20:47 -05:00
Sebastian Huber
23ed785839
PR2040: libtests/flashdisk01: New test
2012-03-14 11:14:38 +01:00