diff options
Diffstat (limited to 'demos/STM32')
-rw-r--r-- | demos/STM32/RT-STM32F103-STM3210E_EVAL-FATFS-USB/.project | 5 | ||||
-rw-r--r-- | demos/STM32/RT-STM32F103-STM3210E_EVAL-FATFS-USB/Makefile | 1 |
2 files changed, 0 insertions, 6 deletions
diff --git a/demos/STM32/RT-STM32F103-STM3210E_EVAL-FATFS-USB/.project b/demos/STM32/RT-STM32F103-STM3210E_EVAL-FATFS-USB/.project index 27c76eacf..7bdd9de23 100644 --- a/demos/STM32/RT-STM32F103-STM3210E_EVAL-FATFS-USB/.project +++ b/demos/STM32/RT-STM32F103-STM3210E_EVAL-FATFS-USB/.project @@ -88,11 +88,6 @@ <locationURI>CHIBIOS/ext/fatfs</locationURI>
</link>
<link>
- <name>lwip</name>
- <type>2</type>
- <locationURI>CHIBIOS/ext/lwip</locationURI>
- </link>
- <link>
<name>os</name>
<type>2</type>
<locationURI>CHIBIOS/os</locationURI>
diff --git a/demos/STM32/RT-STM32F103-STM3210E_EVAL-FATFS-USB/Makefile b/demos/STM32/RT-STM32F103-STM3210E_EVAL-FATFS-USB/Makefile index 0c2a19eb0..85a28d756 100644 --- a/demos/STM32/RT-STM32F103-STM3210E_EVAL-FATFS-USB/Makefile +++ b/demos/STM32/RT-STM32F103-STM3210E_EVAL-FATFS-USB/Makefile @@ -101,7 +101,6 @@ include $(CHIBIOS)/os/common/ports/ARMCMx/compilers/GCC/mk/port_v7m.mk include $(CHIBIOS)/test/rt/test.mk
include $(CHIBIOS)/os/hal/lib/streams/streams.mk
include $(CHIBIOS)/os/various/shell/shell.mk
-include $(CHIBIOS)/os/various/lwip_bindings/lwip.mk
include $(CHIBIOS)/os/various/fatfs_bindings/fatfs.mk
# Define linker script file here
|