diff options
Diffstat (limited to 'ChibiOS_20.3.2/os/various/lwip_bindings/readme.txt')
-rw-r--r-- | ChibiOS_20.3.2/os/various/lwip_bindings/readme.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChibiOS_20.3.2/os/various/lwip_bindings/readme.txt b/ChibiOS_20.3.2/os/various/lwip_bindings/readme.txt new file mode 100644 index 0000000..07544e2 --- /dev/null +++ b/ChibiOS_20.3.2/os/various/lwip_bindings/readme.txt @@ -0,0 +1,6 @@ +This directory contains the ChibiOS "official" bindings with the lwIP
+TCP/IP stack: http://savannah.nongnu.org/projects/lwip
+
+In order to use lwIP within ChibiOS/RT project, unzip lwIP under
+./ext/lwip then include $(CHIBIOS)/os/various/lwip_bindings/lwip.mk
+in your makefile.
|