From 8f90f30d7be0af2c82e51608ea08e07529e49496 Mon Sep 17 00:00:00 2001 From: Michal Sojka Date: Thu, 4 Jul 2013 09:22:51 +0200 Subject: [PATCH] Add preliminary readme --- README | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 0000000..0a44b8a --- /dev/null +++ b/README @@ -0,0 +1,20 @@ +Mimimalistic Simulink Coder Target for Linux +============================================ + +The aim of this target is to allow Simmulink to generate code that +runs in real-time on Linux. This target tries to be minimalistic in +the sense that it reuses as much as possible from Simulink built-in +targets. + + +Installation +------------ + +In Matlab prompt execute: + + cd /ert_linux/ert_linux + ert_linux_setup + +From now on, Code Generation pane of Simulink Model Configuration +Parameters should offer ert_linux.tlc as System Target File (after +pressing "Browse...." button). -- 2.39.2