From 359de37ccdf065172bbd24f0a4e354bac9ccb831 Mon Sep 17 00:00:00 2001 From: Florian Pose <fp@igh-essen.com> Date: Wed, 10 May 2006 07:41:38 +0000 Subject: [PATCH] Added examples directory. --- {mini => examples/mini}/Makefile | 0 {mini => examples/mini}/ethercat.conf.tmpl | 0 {mini => examples/mini}/mini.c | 0 {rt => examples/rt}/Makefile | 0 {rt => examples/rt}/install.sh | 0 {rt => examples/rt}/libm.o_shipped | 0 {rt => examples/rt}/msr_load | 0 {rt => examples/rt}/msr_param.h | 0 {rt => examples/rt}/msr_rt.c | 0 {rt => examples/rt}/msr_unload | 0 {rt => examples/rt}/msrserv.pl | 0 {rt => examples/rt}/rt.conf.tmpl | 0 12 files changed, 0 insertions(+), 0 deletions(-) rename {mini => examples/mini}/Makefile (100%) rename {mini => examples/mini}/ethercat.conf.tmpl (100%) rename {mini => examples/mini}/mini.c (100%) rename {rt => examples/rt}/Makefile (100%) rename {rt => examples/rt}/install.sh (100%) rename {rt => examples/rt}/libm.o_shipped (100%) rename {rt => examples/rt}/msr_load (100%) rename {rt => examples/rt}/msr_param.h (100%) rename {rt => examples/rt}/msr_rt.c (100%) rename {rt => examples/rt}/msr_unload (100%) rename {rt => examples/rt}/msrserv.pl (100%) rename {rt => examples/rt}/rt.conf.tmpl (100%) diff --git a/mini/Makefile b/examples/mini/Makefile similarity index 100% rename from mini/Makefile rename to examples/mini/Makefile diff --git a/mini/ethercat.conf.tmpl b/examples/mini/ethercat.conf.tmpl similarity index 100% rename from mini/ethercat.conf.tmpl rename to examples/mini/ethercat.conf.tmpl diff --git a/mini/mini.c b/examples/mini/mini.c similarity index 100% rename from mini/mini.c rename to examples/mini/mini.c diff --git a/rt/Makefile b/examples/rt/Makefile similarity index 100% rename from rt/Makefile rename to examples/rt/Makefile diff --git a/rt/install.sh b/examples/rt/install.sh similarity index 100% rename from rt/install.sh rename to examples/rt/install.sh diff --git a/rt/libm.o_shipped b/examples/rt/libm.o_shipped similarity index 100% rename from rt/libm.o_shipped rename to examples/rt/libm.o_shipped diff --git a/rt/msr_load b/examples/rt/msr_load similarity index 100% rename from rt/msr_load rename to examples/rt/msr_load diff --git a/rt/msr_param.h b/examples/rt/msr_param.h similarity index 100% rename from rt/msr_param.h rename to examples/rt/msr_param.h diff --git a/rt/msr_rt.c b/examples/rt/msr_rt.c similarity index 100% rename from rt/msr_rt.c rename to examples/rt/msr_rt.c diff --git a/rt/msr_unload b/examples/rt/msr_unload similarity index 100% rename from rt/msr_unload rename to examples/rt/msr_unload diff --git a/rt/msrserv.pl b/examples/rt/msrserv.pl similarity index 100% rename from rt/msrserv.pl rename to examples/rt/msrserv.pl diff --git a/rt/rt.conf.tmpl b/examples/rt/rt.conf.tmpl similarity index 100% rename from rt/rt.conf.tmpl rename to examples/rt/rt.conf.tmpl -- GitLab