From e870941bb0f2f300e8fd252c7e30ecaabbe50841 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 4 Dec 2014 09:38:27 +0100 Subject: 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. --- c/src/lib/libbsp/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'c/src/lib/libbsp/Makefile.am') diff --git a/c/src/lib/libbsp/Makefile.am b/c/src/lib/libbsp/Makefile.am index ac64f37119..3cab4d7cfa 100644 --- a/c/src/lib/libbsp/Makefile.am +++ b/c/src/lib/libbsp/Makefile.am @@ -6,7 +6,7 @@ DIST_SUBDIRS = @libbsp_cpu_subdir@ EXTRA_DIST = MERGE.PROCEDURE bsp.am # shared -EXTRA_DIST += shared/bootcard.c shared/bspclean.c shared/bspinit.c \ +EXTRA_DIST += shared/bootcard.c shared/bspclean.c \ shared/bsplibc.c shared/bsppost.c shared/console-polled.c \ shared/console.c shared/gnatinstallhandler.c shared/sbrk.c \ shared/tod.c -- cgit v1.2.3