Skip to content

Commit

Permalink
feat: add IAR EW project
Browse files Browse the repository at this point in the history
  • Loading branch information
libdriver committed Jul 23, 2022
1 parent 8ef7daf commit dfc397c
Show file tree
Hide file tree
Showing 21 changed files with 12,383 additions and 73 deletions.
23 changes: 23 additions & 0 deletions project/stm32f407/EW/stm32f407.dep
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
<project>
<fileVersion>5</fileVersion>
<fileChecksum>2998000976</fileChecksum>
<configuration>
<name>Release</name>
<outputs>
<file>$PROJ_DIR$\..\interface\src\delay.c</file>
<file>$PROJ_DIR$\..\interface\src\uart.c</file>
<file>$PROJ_DIR$\..\interface\src\spi.c</file>
<file>$PROJ_DIR$\..\interface\src\clock.c</file>
<file>$PROJ_DIR$\..\..\..\example\driver_w25qxx_advance.c</file>
<file>$PROJ_DIR$\..\..\..\test\driver_w25qxx_read_test.c</file>
<file>$PROJ_DIR$\..\..\..\src\driver_w25qxx.c</file>
<file>$PROJ_DIR$\..\..\..\example\driver_w25qxx_basic.c</file>
<file>$PROJ_DIR$\..\driver\src\stm32f407_driver_w25qxx_interface.c</file>
<file>$PROJ_DIR$\..\..\..\test\driver_w25qxx_register_test.c</file>
</outputs>
<forcedrebuild>
<name>[REBUILD_ALL]</name>
</forcedrebuild>
</configuration>
</project>
Loading

0 comments on commit dfc397c

Please sign in to comment.