]> rtime.felk.cvut.cz Git - ert_linux.git/log
ert_linux.git
5 years agoMove the project to GitHub master
Michal Sojka [Mon, 14 Jan 2019 14:40:52 +0000 (15:40 +0100)]
Move the project to GitHub

5 years agoConvert README to Markdown
Michal Sojka [Mon, 14 Jan 2019 14:34:42 +0000 (15:34 +0100)]
Convert README to Markdown

5 years agoUpdate my email address
Michal Sojka [Wed, 25 Apr 2018 07:14:02 +0000 (09:14 +0200)]
Update my email address

5 years agoAdd license (Apache 2.0)
Michal Sojka [Wed, 25 Apr 2018 07:12:47 +0000 (09:12 +0200)]
Add license (Apache 2.0)

5 years agoFix typo in README
Michal Sojka [Wed, 25 Apr 2018 07:09:58 +0000 (09:09 +0200)]
Fix typo in README

7 years agoInclude SIGINT handler to properly stop model when aborted by CTRL+C.
Pavel Pisa [Mon, 20 Mar 2017 01:38:41 +0000 (02:38 +0100)]
Include SIGINT handler to properly stop model when aborted by CTRL+C.

Enhancement based on change done by Constantin Wiesener
in daqbeagle project.

Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz>
7 years agoCorrect base_rate function prototype to be compatible with C++.
Pavel Pisa [Mon, 20 Mar 2017 01:32:44 +0000 (02:32 +0100)]
Correct base_rate function prototype to be compatible with C++.

Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz>
9 years agoEnsure that mlockall() applies even to already mapped pages.
Pavel Pisa [Fri, 3 Apr 2015 12:46:07 +0000 (14:46 +0200)]
Ensure that mlockall() applies even to already mapped pages.

Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz>
9 years agoRemove unused file
Michal Sojka [Fri, 3 Oct 2014 14:24:47 +0000 (16:24 +0200)]
Remove unused file

10 years agoSuppress warning about thread return value.
Kvetoslav Belda [Fri, 18 Apr 2014 11:51:58 +0000 (13:51 +0200)]
Suppress warning about thread return value.

10 years agoLocal definition of TRUE/FALSE is required for R2014a Simulink version.
Kvetoslav Belda [Fri, 18 Apr 2014 11:50:08 +0000 (13:50 +0200)]
Local definition of TRUE/FALSE is required for R2014a Simulink version.

10 years agoAdd mlockall() to the generated code
Michal Sojka [Mon, 10 Mar 2014 14:48:09 +0000 (15:48 +0100)]
Add mlockall() to the generated code

10 years agoREADME: Mention how to cross-compile
Michal Sojka [Mon, 10 Mar 2014 14:39:10 +0000 (15:39 +0100)]
README: Mention how to cross-compile

10 years agoREADME: Fix typos and reformat
Michal Sojka [Mon, 10 Mar 2014 14:38:46 +0000 (15:38 +0100)]
README: Fix typos and reformat

10 years agoPointer to GIT repository.
Pavel Pisa [Sun, 23 Feb 2014 15:19:56 +0000 (16:19 +0100)]
Pointer to GIT repository.

Signed-off-by: Pavel Pisa <pi@baree.pikron.com>
10 years agoUpdate of the README.
Pavel Pisa [Sun, 23 Feb 2014 15:17:50 +0000 (16:17 +0100)]
Update of the README.

Signed-off-by: Pavel Pisa <pi@baree.pikron.com>
10 years agoUse rtExtModeParseArgs in ERT main instead of rtERTExtModeParseArgs to support Matlab...
Pavel Pisa [Thu, 20 Feb 2014 12:55:34 +0000 (13:55 +0100)]
Use rtExtModeParseArgs in ERT main instead of rtERTExtModeParseArgs to support Matlab2013a.

Updated code has been checked to still work in Matlab2012b.

Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz>
10 years agoSynchronize external mode in different threads
Michal Sojka [Tue, 23 Jul 2013 19:20:32 +0000 (21:20 +0200)]
Synchronize external mode in different threads

Seems to fix the race condition.

10 years agoConvert to UNIX line endings
Michal Sojka [Tue, 23 Jul 2013 19:05:16 +0000 (21:05 +0200)]
Convert to UNIX line endings

10 years agoClean up generation of ert_main.c
Michal Sojka [Tue, 23 Jul 2013 19:01:59 +0000 (21:01 +0200)]
Clean up generation of ert_main.c

Note: It seems that there is a race condition when using external mode
and the model is executed with -w (wait for connection) parameter.

10 years agoUpdate and cleanup comments
Michal Sojka [Tue, 23 Jul 2013 18:57:50 +0000 (20:57 +0200)]
Update and cleanup comments

10 years agoFix compiler warnings
Michal Sojka [Tue, 23 Jul 2013 17:39:51 +0000 (19:39 +0200)]
Fix compiler warnings

10 years agoSupport also single-tasking mode
Michal Sojka [Tue, 23 Jul 2013 11:57:11 +0000 (13:57 +0200)]
Support also single-tasking mode

10 years agoDo not use 64 bit integer
Michal Sojka [Tue, 23 Jul 2013 11:56:49 +0000 (13:56 +0200)]
Do not use 64 bit integer

If the code generation is configured for 32 bit architecture, uint64_T type
is not defined.

10 years agoPostpone next sampling time on overruns
Michal Sojka [Tue, 23 Jul 2013 11:51:52 +0000 (13:51 +0200)]
Postpone next sampling time on overruns

If the overrun is longer than a period, we may end up executing next
steps without any delay. Most of the time this is not a good think to do
so on overruns, we simply print a message and postpone the next step to
now + period.

10 years agoFix/add some comments
Michal Sojka [Tue, 23 Jul 2013 11:44:23 +0000 (13:44 +0200)]
Fix/add some comments

10 years agoDon't use debugging version of ext_svr.c
Michal Sojka [Fri, 12 Jul 2013 08:51:59 +0000 (10:51 +0200)]
Don't use debugging version of ext_svr.c

10 years agoMove ext mode communiction out of the real-time thread
Michal Sojka [Fri, 12 Jul 2013 08:50:33 +0000 (10:50 +0200)]
Move ext mode communiction out of the real-time thread

10 years agoExternal mode works now
Michal Sojka [Fri, 12 Jul 2013 08:38:29 +0000 (10:38 +0200)]
External mode works now

10 years agoCorrectly shutdown external mode
Michal Sojka [Fri, 12 Jul 2013 07:17:38 +0000 (09:17 +0200)]
Correctly shutdown external mode

10 years agoFix duplicate object files during linking
Michal Sojka [Thu, 11 Jul 2013 19:33:07 +0000 (21:33 +0200)]
Fix duplicate object files during linking

Otherwise the makefile attempts to link the debugging version of ext_svr
two times.

10 years agoSimplify external mode support by using provided functions
Michal Sojka [Thu, 11 Jul 2013 19:12:28 +0000 (21:12 +0200)]
Simplify external mode support by using provided functions

10 years agoAdd debuging version of ext_svr.c
Michal Sojka [Thu, 11 Jul 2013 19:11:06 +0000 (21:11 +0200)]
Add debuging version of ext_svr.c

10 years agoSomehow working version
Michal Sojka [Thu, 11 Jul 2013 12:14:14 +0000 (14:14 +0200)]
Somehow working version

- only multitasking mode supported
- external mode does not work only partially (start/stop works, cannot watch signals)

10 years agoAdd select callback handler (inspired by Hamacek)
Michal Sojka [Wed, 10 Jul 2013 13:17:42 +0000 (15:17 +0200)]
Add select callback handler (inspired by Hamacek)

10 years agofixup file process
Michal Sojka [Wed, 10 Jul 2013 12:28:20 +0000 (14:28 +0200)]
fixup file process

10 years agoUpdate README
Michal Sojka [Wed, 10 Jul 2013 12:25:49 +0000 (14:25 +0200)]
Update README

10 years agoUse only multitasking mode, remove unnecessary logging
Michal Sojka [Wed, 10 Jul 2013 12:17:07 +0000 (14:17 +0200)]
Use only multitasking mode, remove unnecessary logging

10 years agoAdd Hamacek's main file template
Michal Sojka [Wed, 10 Jul 2013 12:15:30 +0000 (14:15 +0200)]
Add Hamacek's main file template

10 years agoIntentation fixes
Michal Sojka [Wed, 10 Jul 2013 12:11:14 +0000 (14:11 +0200)]
Intentation fixes

10 years agoAdd main file generator from Hamacek's target
Michal Sojka [Wed, 10 Jul 2013 12:07:21 +0000 (14:07 +0200)]
Add main file generator from Hamacek's target

10 years agoCopy default file processing template
Michal Sojka [Thu, 4 Jul 2013 21:47:25 +0000 (23:47 +0200)]
Copy default file processing template

10 years agoAdd preliminary readme
Michal Sojka [Thu, 4 Jul 2013 07:22:51 +0000 (09:22 +0200)]
Add preliminary readme

10 years agoAdd libraries needed for linking the final binary
Michal Sojka [Thu, 4 Jul 2013 06:41:55 +0000 (08:41 +0200)]
Add libraries needed for linking the final binary

10 years agoAdd setup script
Michal Sojka [Wed, 3 Jul 2013 10:32:44 +0000 (12:32 +0200)]
Add setup script

10 years agoUpdate system target file to have a minimal working version
Michal Sojka [Wed, 3 Jul 2013 10:32:24 +0000 (12:32 +0200)]
Update system target file to have a minimal working version

10 years agoAdd renamed ert.tlc
Michal Sojka [Wed, 3 Jul 2013 08:59:40 +0000 (10:59 +0200)]
Add renamed ert.tlc

10 years agoAdd renamed ert_unix.tmf
Michal Sojka [Wed, 3 Jul 2013 08:58:13 +0000 (10:58 +0200)]
Add renamed ert_unix.tmf