From 37f359fbaae4d082935b752618461cf73076d9c0 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Fri, 20 Apr 2012 13:31:43 +0000 Subject: [PATCH] git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4117 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/various/lwip_bindings/readme.txt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 os/various/lwip_bindings/readme.txt diff --git a/os/various/lwip_bindings/readme.txt b/os/various/lwip_bindings/readme.txt new file mode 100644 index 000000000..8a7a89e8c --- /dev/null +++ b/os/various/lwip_bindings/readme.txt @@ -0,0 +1,6 @@ +This directory contains the ChibiOS/RT "official" bindings with the lwIP +TCP/IP stack: http://savannah.nongnu.org/projects/lwip + +In order to use FatFS within ChibiOS/RT project, unzip FatFS under +./ext/lwip-1.4.0 then include $(CHIBIOS)/os/various/lwip_bindings/lwip.mk +in your makefile.