-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update to v2.1.3_230818 modified by ST
from: https://github.com/STMicroelectronics/stm32_mw_lwip Signed-off-by: Frederic Pillon <[email protected]>
- Loading branch information
Showing
54 changed files
with
548 additions
and
291 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
lwIP is a small independent implementation of the TCP/IP protocol suite targeted at embedded systems. | ||
|
||
The focus of the lwIP TCP/IP implementation is to reduce resource usage while still having a full scale TCP. This makes lwIP suitable for use in embedded systems with tens of kilobytes of free RAM and room for around 40 kilobytes of code ROM. | ||
|
||
Main features include: | ||
- Protocols: IP, IPv6, ICMP, ND, MLD, UDP, TCP, IGMP, ARP, PPPoS, PPPoE, 6LowPAN (via IEEE 802.15.4, BLE or ZEP; since v2.1.0) | ||
- DHCP client, stateless DHCPv6 (since v2.1.0), DNS client (incl. mDNS hostname resolver), AutoIP/APIPA (Zeroconf), SNMP agent (v1, v2c, v3 (since v2.1.0), private MIB support & MIB compiler) | ||
- APIs: specialized APIs for enhanced performance & zero copy, optional Berkeley-alike socket API | ||
- Extended features: IP forwarding over multiple network interfaces | ||
- Extended TCP features: congestion control, RTT estimation and fast recovery/fast retransmit, sending SACKs (since v2.1.0), "altcp": nearly transparent TLS for any tcp pcb (since v2.1.0) | ||
- Addon applications: HTTP server (HTTPS via altcp), HTTP(S) client (since v2.1.0), SNTP client, SMTP client (SMTPS via altcp), ping, NetBIOS nameserver, mDNS responder, MQTT client (TLS support since v2.1.0), TFTP server, iPerf2 counterpart |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# Report potential product security vulnerabilities | ||
|
||
ST places a high priority on security, and our Product Security Incident | ||
Response Team (PSIRT) is committed to rapidly addressing potential security | ||
vulnerabilities affecting our products. PSIRT's long history and vast experience | ||
in security allows ST to perform clear analyses and provide appropriate guidance | ||
on mitigations and solutions when applicable. | ||
|
||
If you wish to report potential security vulnerabilities regarding our products, | ||
**please do not report them through public GitHub issues.** Instead, we | ||
encourage you to report them to our ST PSIRT following the process described at: | ||
**https://www.st.com/content/st_com/en/security/report-vulnerabilities.html** | ||
|
||
### IMPORTANT - READ CAREFULLY: | ||
|
||
STMicroelectronics International N.V., on behalf of itself, its affiliates and | ||
subsidiaries, (collectively “ST”) takes all potential security vulnerability | ||
reports or other related communications (“Report(s)”) seriously. In order to | ||
review Your Report (the terms “You” and “Yours” include your employer, and all | ||
affiliates, subsidiaries and related persons or entities) and take actions as | ||
deemed appropriate, ST requires that we have the rights and Your permission to | ||
do so. | ||
|
||
As such, by submitting Your Report to ST, You agree that You have the right to | ||
do so, and You grant to ST the rights to use the Report for purposes related to | ||
security vulnerability analysis, testing, correction, patching, reporting and | ||
any other related purpose or function. | ||
|
||
By submitting Your Report, You agree that ST’s | ||
[Privacy Policy](https://www.st.com/content/st_com/en/common/privacy-portal.html) | ||
applies to all related communications. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
name=STM32duino LwIP | ||
version=2.1.2 | ||
version=2.1.3 | ||
author=Adam Dunkels <[email protected]> | ||
maintainer=See url | ||
sentence=A Lightweight TCP/IP stack | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.