diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-04-20 13:31:43 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-04-20 13:31:43 +0000 |
commit | 37f359fbaae4d082935b752618461cf73076d9c0 (patch) | |
tree | 21b7c0edea4f05c3dc69b14757c866b2287836ea /os/various | |
parent | 0c9da34878eb91bc9ce3a7e98464bcdddaae2000 (diff) | |
download | ChibiOS-37f359fbaae4d082935b752618461cf73076d9c0.tar.gz ChibiOS-37f359fbaae4d082935b752618461cf73076d9c0.tar.bz2 ChibiOS-37f359fbaae4d082935b752618461cf73076d9c0.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4117 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/various')
-rw-r--r-- | os/various/lwip_bindings/readme.txt | 6 |
1 files changed, 6 insertions, 0 deletions
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.
|