Remove uIP TCP/IP stack and related demos (#467)

* Remove uIP TCP/IP stack.

* Remove demos that uses uIP.

* Update Demo ReadMe.txt files.
This commit is contained in:
Ming Yue 2020-12-11 15:49:56 -08:00 committed by GitHub
parent f23752164b
commit 639c08ce2a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
1373 changed files with 22 additions and 431027 deletions

View file

@ -0,0 +1 @@
The third party uIP TCP/IP stack and the demo project that used to be in this directory was removed in FreeRTOS version V10.4.3 due to security vulnerabilities identified in uIP. In a future version this demo may be replaced by a version which does not use TCP/IP or uses FreeRTOSs own TCP/IP stack in place of the original third party stack.