Skip to content

Commit

Permalink
Merge pull request #10 from libdriver/dev
Browse files Browse the repository at this point in the history
fix: fix project errors
  • Loading branch information
libdriver authored Nov 17, 2024
2 parents cbb212f + e6be89a commit 76a2e4d
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 9 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 1.0.5 (2024-11-18)

## Bug Fixes

- fix project errors

## 1.0.4 (2024-11-17)

## Bug Fixes
Expand Down
11 changes: 4 additions & 7 deletions project/stm32f407/EW/stm32f407.dep
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<project>
<fileVersion>5</fileVersion>
<fileChecksum>2215696047</fileChecksum>
<fileChecksum>1469933326</fileChecksum>
<configuration>
<name>Release</name>
<outputs>
<file>$PROJ_DIR$\..\usr\src\system_stm32f4xx.c</file>
<file>$PROJ_DIR$\..\usr\src\main.c</file>
<file>$PROJ_DIR$\..\usr\src\stm32f4xx_hal_msp.c</file>
<file>$PROJ_DIR$\..\usr\src\shell.c</file>
<file>$PROJ_DIR$\..\usr\src\stm32f4xx_it.c</file>
<file>$PROJ_DIR$\..\usr\src\getopt.c</file>
<file>$PROJ_DIR$\..\..\..\test\driver_llcc68_cad_test.c</file>
<file>$PROJ_DIR$\..\..\..\test\driver_llcc68_register_test.c</file>
<file>$PROJ_DIR$\..\..\..\test\driver_llcc68_send_receive_test.c</file>
</outputs>
<forcedrebuild>
<name>[REBUILD_ALL]</name>
Expand Down
2 changes: 1 addition & 1 deletion project/stm32f407/EW/stm32f407.ewp
Original file line number Diff line number Diff line change
Expand Up @@ -1376,7 +1376,7 @@
<name>$PROJ_DIR$\..\..\..\test\driver_llcc68_register_test.c</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\test\driver_llcc68_sent_receive_test.c</name>
<name>$PROJ_DIR$\..\..\..\test\driver_llcc68_send_receive_test.c</name>
</file>
</group>
<group>
Expand Down
2 changes: 1 addition & 1 deletion project/stm32f407/EW/stm32f407.ewt
Original file line number Diff line number Diff line change
Expand Up @@ -1745,7 +1745,7 @@
<name>$PROJ_DIR$\..\..\..\test\driver_llcc68_register_test.c</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\test\driver_llcc68_sent_receive_test.c</name>
<name>$PROJ_DIR$\..\..\..\test\driver_llcc68_send_receive_test.c</name>
</file>
</group>
<group>
Expand Down

0 comments on commit 76a2e4d

Please sign in to comment.