From afc4b117aab39c0f6f726c4efdaa83f441faf61c Mon Sep 17 00:00:00 2001 From: Thomas Schuetz Date: Sun, 26 Feb 2012 15:58:40 +0100 Subject: [runtime.c] reorganized runtime.c for separation of common and platform specific parts, adapted include pathes, C-generator and tests --- runtime/org.eclipse.etrice.runtime.c/src/platforms/generic/info.txt | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 runtime/org.eclipse.etrice.runtime.c/src/platforms/generic/info.txt (limited to 'runtime/org.eclipse.etrice.runtime.c/src/platforms/generic/info.txt') diff --git a/runtime/org.eclipse.etrice.runtime.c/src/platforms/generic/info.txt b/runtime/org.eclipse.etrice.runtime.c/src/platforms/generic/info.txt new file mode 100644 index 000000000..bcb721d20 --- /dev/null +++ b/runtime/org.eclipse.etrice.runtime.c/src/platforms/generic/info.txt @@ -0,0 +1,2 @@ +This generic platform can be used for most 32 or 64 bit systems like windows and linux. +It uses standard c libraries only and it makes use of the file system. -- cgit v1.2.3