Skip to content

Commit

Permalink
iar/examples: update nn examples to NMSIS 1.3.1 and nuclei-sdk v0.7.1
Browse files Browse the repository at this point in the history
Signed-off-by: dongyongtao <dongyongtao@nucleisys.com>
  • Loading branch information
dongyongtao authored and fanghuaqi committed Nov 11, 2024
1 parent 9fc7f08 commit 0145153
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
10 changes: 10 additions & 0 deletions NMSIS/ideprojects/iar/examples/nn_cifar10_example.ewp
Original file line number Diff line number Diff line change
Expand Up @@ -551,6 +551,7 @@
<option>
<name>AsmIncludePath</name>
<state>$PROJ_DIR$\..\..\..\..\..\nuclei-sdk\NMSIS\Core\Include</state>
<state>$PROJ_DIR$\..\..\..\..\..\nuclei-sdk\SoC\evalsoc\Common\Include</state>
</option>
<option>
<name>AsmDefines</name>
Expand Down Expand Up @@ -2143,6 +2144,9 @@
<file>
<name>$PROJ_DIR$\..\..\..\..\..\nuclei-sdk\NMSIS\Core\Include\core_feature_fpu.h</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\nuclei-sdk\NMSIS\Core\Include\core_feature_plic.h</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\nuclei-sdk\NMSIS\Core\Include\core_feature_pmp.h</name>
</file>
Expand Down Expand Up @@ -2259,6 +2263,12 @@
<file>
<name>$PROJ_DIR$\..\..\..\..\..\nuclei-sdk\SoC\evalsoc\Common\Source\IAR\intexc_evalsoc.S</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\nuclei-sdk\SoC\evalsoc\Common\Source\IAR\intexc_evalsoc_s.S</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\nuclei-sdk\SoC\evalsoc\Common\Source\IAR\startup.S</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\nuclei-sdk\SoC\evalsoc\Common\Source\IAR\startup_evalsoc.c</name>
</file>
Expand Down
10 changes: 10 additions & 0 deletions NMSIS/ideprojects/iar/examples/nn_gru_example.ewp
Original file line number Diff line number Diff line change
Expand Up @@ -554,6 +554,7 @@
<option>
<name>AsmIncludePath</name>
<state>$PROJ_DIR$\..\..\..\..\..\nuclei-sdk\NMSIS\Core\Include</state>
<state>$PROJ_DIR$\..\..\..\..\..\nuclei-sdk\SoC\evalsoc\Common\Include</state>
</option>
<option>
<name>AsmDefines</name>
Expand Down Expand Up @@ -2146,6 +2147,9 @@
<file>
<name>$PROJ_DIR$\..\..\..\..\..\nuclei-sdk\NMSIS\Core\Include\core_feature_fpu.h</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\nuclei-sdk\NMSIS\Core\Include\core_feature_plic.h</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\nuclei-sdk\NMSIS\Core\Include\core_feature_pmp.h</name>
</file>
Expand Down Expand Up @@ -2424,6 +2428,12 @@
<file>
<name>$PROJ_DIR$\..\..\..\..\..\nuclei-sdk\SoC\evalsoc\Common\Source\IAR\intexc_evalsoc.S</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\nuclei-sdk\SoC\evalsoc\Common\Source\IAR\intexc_evalsoc_s.S</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\nuclei-sdk\SoC\evalsoc\Common\Source\IAR\startup.S</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\..\..\nuclei-sdk\SoC\evalsoc\Common\Source\IAR\startup_evalsoc.c</name>
</file>
Expand Down

0 comments on commit 0145153

Please sign in to comment.