]> rtime.felk.cvut.cz Git - jenkicar/rpp-simulink.git/commitdiff
Add Simulink models to test compilation of extmode
authorMichal Sojka <michal.sojka@cvut.cz>
Sun, 8 Sep 2019 20:32:23 +0000 (22:32 +0200)
committerMichal Sojka <michal.sojka@cvut.cz>
Sun, 8 Sep 2019 23:57:48 +0000 (01:57 +0200)
rpp/demos/.gitattributes
rpp/demos/Makefile
rpp/demos/ext_mode_serial.slx [new file with mode: 0644]
rpp/demos/ext_mode_tcpip.slx [new file with mode: 0644]

index 92403fad4e7e593689728eabd7f3e20966e1b77d..c1ee1a782025b4063439fc9d5e3c2750604b9b4b 100644 (file)
@@ -8,6 +8,8 @@
 /continuous_hdk.slx    eaton
 /demo_board_hdk.slx    eaton
 /echo_char.slx eaton
+/ext_mode_serial.slx   eaton
+/ext_mode_tcpip.slx    eaton
 /gio_demo_hdk.slx      eaton
 /hello_world.slx       eaton
 /multirate_mt_hdk.slx  eaton
index 9f2b7a827a39525b431756e5af726507abd3c3ec..60202bd82542ddd81e51ea77e30c44eb3d2cbecf 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2013, 2015 Czech Technical University in Prague
+# Copyright (C) 2013, 2015, 2019 Czech Technical University in Prague
 #
 # Authors:
 #     - Michal Sojka <sojkam1@fel.cvut.cz>
@@ -32,6 +32,8 @@ demos_hdk =                           \
        gio_demo_hdk                    \
        hello_world                             \
        multirate_st_hdk                \
+       ext_mode_serial                 \
+       ext_mode_tcpip                  \
        multirate_mt_hdk
 
 demos_hydctr =                         \
diff --git a/rpp/demos/ext_mode_serial.slx b/rpp/demos/ext_mode_serial.slx
new file mode 100644 (file)
index 0000000..ab60ae3
Binary files /dev/null and b/rpp/demos/ext_mode_serial.slx differ
diff --git a/rpp/demos/ext_mode_tcpip.slx b/rpp/demos/ext_mode_tcpip.slx
new file mode 100644 (file)
index 0000000..69004b5
Binary files /dev/null and b/rpp/demos/ext_mode_tcpip.slx differ