aboutsummaryrefslogtreecommitdiffstats
path: root/demos/STM32/RT-STM32F103-STM3210E_EVAL-FATFS-USB
diff options
context:
space:
mode:
authorRocco Marco Guglielmi <roccomarco.guglielmi@live.com>2016-05-16 13:26:33 +0000
committerRocco Marco Guglielmi <roccomarco.guglielmi@live.com>2016-05-16 13:26:33 +0000
commit9e255c330daa07b7aa067735e93ddc6c2562ca98 (patch)
tree2e8ea5abbfc7093f64ebe2e7e1b1342067d669db /demos/STM32/RT-STM32F103-STM3210E_EVAL-FATFS-USB
parent81c35cb4919c12d164a675c0047848ad2bdcdee0 (diff)
downloadChibiOS-9e255c330daa07b7aa067735e93ddc6c2562ca98.tar.gz
ChibiOS-9e255c330daa07b7aa067735e93ddc6c2562ca98.tar.bz2
ChibiOS-9e255c330daa07b7aa067735e93ddc6c2562ca98.zip
Removed unused LWIP dependencies
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9491 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/STM32/RT-STM32F103-STM3210E_EVAL-FATFS-USB')
-rw-r--r--demos/STM32/RT-STM32F103-STM3210E_EVAL-FATFS-USB/.project5
-rw-r--r--demos/STM32/RT-STM32F103-STM3210E_EVAL-FATFS-USB/Makefile1
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