pre-release 1.03
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user