pre-release 1.03

This commit is contained in:
2025-06-28 16:20:28 +03:00
parent 1aa3c5b955
commit 041322a62e
8 changed files with 29 additions and 6 deletions

View File

@@ -6,7 +6,8 @@ classdef mainConfig
blockPath = gcb;
mask = Simulink.Mask.get(blockPath);
wrapParamToExport = {'wrapperPath', 'enableDebug', 'mcuClk', ...
'threadCycles', 'enableThreading', 'enableDeinit'};
'threadCycles', 'enableThreading', 'enableDeinit', ...
'periphPath'};
portParamToExport = {'inNumb', ...
'in_port_1_name', 'in_port_1_width', ...
'in_port_2_name', 'in_port_2_width', ...
@@ -103,6 +104,8 @@ classdef mainConfig
end
mcuMask.disp(0, 'Конфигурация успешно импортирована.');
mcuMask.periphUpdate();
end
end