Files
rtems/testsuites/libtests/defaultconfig01/defaultconfig01.doc
Sebastian Huber e870941bb0 libmisc: More useful default configuration
The dummy.c was a de-facto default configuration.  Rename it to
default-configuration.c.  Use unlimited objects and the stack checker.
This makes it easier for new RTEMS users which will likely use this file
if they just work with the usual main() function as the application
entry point.  Provide proper arguments for main() using the BSP command
line.  Add spare user extensions and drivers.

Do not initialize the network by default.  Delete bspinit.c.
2014-12-05 07:47:06 +01:00

12 lines
189 B
Plaintext

This file describes the directives and concepts tested by this test set.
test set name: defaultconfig01
directives:
- main()
concepts:
- Make sure the default configuration works.