Skip to content
This repository was archived by the owner on Jun 5, 2019. It is now read-only.

Commit e51ce6b

Browse files
committed
STM32F4DISCOVERY TinyBooter DA and SPI drivers replaced with stubs
1 parent 2ddde0a commit e51ce6b

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

Solutions/STM32F4DISCOVERY/TinyBooter/TinyBooter.proj

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,8 @@
8383
<RequiredProjects Include="$(SPOCLIENT)\DeviceCode\Targets\Native\STM32F4\DeviceCode\STM32F4_time\dotNetMF.proj" />
8484
</ItemGroup>
8585
<ItemGroup>
86-
<!-- FIXME: There is currently no stub. -->
87-
<DriverLibs Include="STM32F4_SPI.$(LIB_EXT)" />
88-
<RequiredProjects Include="$(SPOCLIENT)\DeviceCode\Targets\Native\STM32F4\DeviceCode\STM32F4_spi\dotNetMF.proj" />
86+
<DriverLibs Include="cpu_spi_stubs.$(LIB_EXT)" />
87+
<RequiredProjects Include="$(SPOCLIENT)\DeviceCode\Drivers\Stubs\Processor\stubs_SPI\dotNetMF.proj" />
8988
</ItemGroup>
9089
<ItemGroup>
9190
<DriverLibs Include="STM32F4_USART.$(LIB_EXT)" />
@@ -244,9 +243,8 @@
244243
<RequiredProjects Include="$(SPOCLIENT)\DeviceCode\Drivers\stubs\processor\stubs_PWM\dotNetMF.proj" />
245244
</ItemGroup>
246245
<ItemGroup>
247-
<!-- FIXME: There is currently no stub. -->
248-
<!--<DriverLibs Include="STM32F4_DA.$(LIB_EXT)" />-->
249-
<!--<RequiredProjects Include="$(SPOCLIENT)\DeviceCode\Targets\Native\STM32F4\DeviceCode\STM32F4_DA\dotNetMF.proj" />-->
246+
<DriverLibs Include="cpu_DA_stubs.$(LIB_EXT)" />
247+
<RequiredProjects Include="$(SPOCLIENT)\DeviceCode\Drivers\Stubs\Processor\stubs_DA\dotNetMF.proj" />
250248
</ItemGroup>
251249
<ItemGroup>
252250
<DriverLibs Include="STM32F4_blconfig_STM32F4DISCOVERY.$(LIB_EXT)" />

0 commit comments

Comments
 (0)