Skip to content

Commit

Permalink
V4.4.0-rc8
Browse files Browse the repository at this point in the history
  • Loading branch information
SpieringsAE committed Jan 29, 2025
1 parent bf824ad commit 3bbcb06
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
Binary file modified GOcontrollSimulinkProject.sltx
Binary file not shown.
2 changes: 1 addition & 1 deletion 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.3.2.7</param.version>
<param.version>4.3.2.8</param.version>
<param.output>${PROJECT_ROOT}/GOcontroll-Simulink.mltbx</param.output>
<param.products.name>
<item>MATLAB</item>
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.4.0-rc7';
version = 'GOcontroll V4.4.0-rc8';

%% V4.4.0 Update -:
% BREAKING Fixed mask errors in the 10 channel input, reset pulse counter and all the output blocks have been fixed this can reset certain parameters
Expand All @@ -42,6 +42,7 @@
% User can now configure a simulink codegen/cache folder to prevent cluttering of the project folder
% Added read accelerometer block for reading out the accelerometer on the moduline mini
% Added the 10 channel output monitor block to the library
% Changed the CAN_MESSAGE datatype into CAN_MESSAGE_EXTENDED in can_receive_v2, this has no functional difference but makes building work better

%% V4.3.2 Update 8-8-2024:
% The Execute shell command block now forks the process before calling system() to not block the main thread
Expand Down

0 comments on commit 3bbcb06

Please sign in to comment.