Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
194ca126fb | ||
|
|
0b6807bd2c | ||
|
|
49be34efc9 | ||
|
|
041322a62e | ||
|
|
1aa3c5b955 |
Binary file not shown.
@@ -7,7 +7,7 @@
|
||||
<param.summary>Library for run MCU program in Simulink</param.summary>
|
||||
<param.description />
|
||||
<param.screenshot />
|
||||
<param.version>1.04</param.version>
|
||||
<param.version>1.05</param.version>
|
||||
<param.output>${PROJECT_ROOT}\MCU Wrapper.mltbx</param.output>
|
||||
<param.products.name />
|
||||
<param.products.id />
|
||||
@@ -100,12 +100,14 @@
|
||||
</build-deliverables>
|
||||
<workflow />
|
||||
<matlab>
|
||||
<root>C:\Program Files\MATLAB\R2021b</root>
|
||||
<root>C:\Program Files\MATLAB\R2023a</root>
|
||||
<toolboxes>
|
||||
<toolbox name="matlabcoder" />
|
||||
<toolbox name="embeddedcoder" />
|
||||
<toolbox name="gpucoder" />
|
||||
<toolbox name="fixedpoint" />
|
||||
<toolbox name="matlabhdlcoder" />
|
||||
<toolbox name="neuralnetwork" />
|
||||
</toolboxes>
|
||||
<toolbox>
|
||||
<matlabcoder>
|
||||
@@ -127,6 +129,16 @@
|
||||
<enabled>true</enabled>
|
||||
</fixedpoint>
|
||||
</toolbox>
|
||||
<toolbox>
|
||||
<matlabhdlcoder>
|
||||
<enabled>true</enabled>
|
||||
</matlabhdlcoder>
|
||||
</toolbox>
|
||||
<toolbox>
|
||||
<neuralnetwork>
|
||||
<enabled>true</enabled>
|
||||
</neuralnetwork>
|
||||
</toolbox>
|
||||
</matlab>
|
||||
<platform>
|
||||
<unix>false</unix>
|
||||
|
||||
Reference in New Issue
Block a user