Skip to content

Commit

Permalink
V4.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SpieringsAE committed Jul 5, 2024
1 parent 899eccf commit 5e38136
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
*.a2l
*.slx.autosave
/*.mdl
/*.m
*.zip
.vscode/settings.json
.vscode*
Expand Down
6 changes: 4 additions & 2 deletions ToolboxPackagingConfiguration.prj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<param.summary>A toolbox for working with the GOcontroll Moduline controllers</param.summary>
<param.description>This toolbox contains everything necessery to get started developping for the GOcontroll Moduline controllers, it will install the proper compiler and contains various blocks made to interact with the controllers hardware.</param.description>
<param.screenshot>${PROJECT_ROOT}/GOcontroll.png</param.screenshot>
<param.version>4.2.0.3</param.version>
<param.version>4.3.0</param.version>
<param.output>${PROJECT_ROOT}/GOcontroll-Simulink.mltbx</param.output>
<param.products.name>
<item>MATLAB</item>
Expand Down Expand Up @@ -67,6 +67,7 @@ GOcontroll_Linux.a2l
GOcontroll_Linux.slxc
GOcontroll_Linux.mdl
GOcontroll_Linux.mdl.autosave
GOcontroll_Linux_startup.m
**/*.mex*
doc
slprj
Expand Down Expand Up @@ -147,6 +148,7 @@ slprj
<fileset.rootfiles>
<file>${PROJECT_ROOT}/+GOcontroll_Simulink_2023b_dev</file>
<file>${PROJECT_ROOT}/GOcontroll.png</file>
<file>${PROJECT_ROOT}/GOcontroll_Linux.sltx</file>
<file>${PROJECT_ROOT}/LICENSE</file>
<file>${PROJECT_ROOT}/README.md</file>
<file>${PROJECT_ROOT}/blockset</file>
Expand Down Expand Up @@ -184,7 +186,7 @@ slprj
<vista>false</vista>
<linux>true</linux>
<solaris>false</solaris>
<osver>5.15.0-107-generic</osver>
<osver>5.15.0-113-generic</osver>
<os32>false</os32>
<os64>true</os64>
<arch>glnxa64</arch>
Expand Down
3 changes: 2 additions & 1 deletion blockset/ert_linux_target_version.m
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

function [version] = ert_linux_target_version()

version = 'GOcontroll V4.3.0-rc3';
version = 'GOcontroll V4.3.0';

%% V4.3.0 Update 18-6-2024:
% XCP server can now use UDP or TCP
Expand All @@ -44,6 +44,7 @@
% Fixed bus error/segmentation fault caused by small buffer in the XCP stack
% Added second supply control to the 10 channel input module for firmware version 0.0.4+
% Improved module firmware version checks
% Removed the buffer full message from the legacy CAN send block

%% V4.2.0 Update 5-6-2024:
% Documentation fix on the license block
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<?xml version='1.0' encoding='UTF-8'?>
<Info/>
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<?xml version='1.0' encoding='UTF-8'?>
<Info location="GOcontroll_Linux.sltx" type="File"/>

0 comments on commit 5e38136

Please sign in to comment.