rusefi/firmware/ChibiOS_16/os/various/lwip_bindings
rusefi dd6a530f6a find_cygwin . -type f -print0 | xargs -0 dos2unix 2017-03-24 13:09:48 -04:00
..
arch find_cygwin . -type f -print0 | xargs -0 dos2unix 2017-03-24 13:09:48 -04:00
lwip.mk find_cygwin . -type f -print0 | xargs -0 dos2unix 2017-03-24 13:09:48 -04:00
lwipthread.c find_cygwin . -type f -print0 | xargs -0 dos2unix 2017-03-24 13:09:48 -04:00
lwipthread.h find_cygwin . -type f -print0 | xargs -0 dos2unix 2017-03-24 13:09:48 -04:00
readme.txt find_cygwin . -type f -print0 | xargs -0 dos2unix 2017-03-24 13:09:48 -04:00

readme.txt

This directory contains the ChibiOS/RT "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-1.4.0 then include $(CHIBIOS)/os/various/lwip_bindings/lwip.mk
in your makefile.