Skip to content

Commit 0ded2cb

Browse files
committed
feat: add IAR EW project
1 parent 9c49944 commit 0ded2cb

File tree

10 files changed

+7332
-5
lines changed

10 files changed

+7332
-5
lines changed

project/stm32f407/EW/stm32f407.dep

Lines changed: 1773 additions & 0 deletions
Large diffs are not rendered by default.

project/stm32f407/EW/stm32f407.ewd

Lines changed: 1517 additions & 0 deletions
Large diffs are not rendered by default.

project/stm32f407/EW/stm32f407.ewp

Lines changed: 1379 additions & 0 deletions
Large diffs are not rendered by default.

project/stm32f407/EW/stm32f407.ewt

Lines changed: 1748 additions & 0 deletions
Large diffs are not rendered by default.

project/stm32f407/EW/stm32f407.eww

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<workspace>
3+
<project>
4+
<path>$WS_DIR$\stm32f407.ewp</path>
5+
</project>
6+
<batchBuild />
7+
</workspace>

project/stm32f407/MDK/stm32f407.uvprojx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
<NotGenerated>0</NotGenerated>
5050
<InvalidFlash>1</InvalidFlash>
5151
</TargetStatus>
52-
<OutputDirectory>..\obj\</OutputDirectory>
52+
<OutputDirectory>..\output\mdk\</OutputDirectory>
5353
<OutputName>at24cxx</OutputName>
5454
<CreateExecutable>1</CreateExecutable>
5555
<CreateLib>0</CreateLib>
@@ -915,9 +915,9 @@
915915
<GroupName>startup</GroupName>
916916
<Files>
917917
<File>
918-
<FileName>startup_stm32f407xx.s</FileName>
918+
<FileName>startup_stm32f407_mdk.s</FileName>
919919
<FileType>2</FileType>
920-
<FilePath>..\hal\asm\startup_stm32f407xx.s</FilePath>
920+
<FilePath>..\hal\asm\startup_stm32f407_mdk.s</FilePath>
921921
</File>
922922
</Files>
923923
</Group>

0 commit comments

Comments
 (0)