SPNA239 September 2019 RM46L440 , RM46L450 , RM46L830 , RM46L840 , RM46L850 , RM46L852 , RM48L530 , RM48L540 , RM48L730 , RM48L740 , RM48L940 , RM48L950 , RM48L952 , RM57L843 , TMS570LC4357 , TMS570LC4357-EP , TMS570LC4357-SEP , TMS570LS0232 , TMS570LS0332 , TMS570LS0432 , TMS570LS10106 , TMS570LS10116 , TMS570LS10206 , TMS570LS1114 , TMS570LS1115 , TMS570LS1224 , TMS570LS1225 , TMS570LS1227 , TMS570LS20206 , TMS570LS20206-EP , TMS570LS20216 , TMS570LS20216-EP , TMS570LS2124 , TMS570LS2125 , TMS570LS2134 , TMS570LS2135 , TMS570LS3134 , TMS570LS3135 , TMS570LS3137 , TMS570LS3137-EP
The port now services the lwIP timers needed (the demo should work even without this). A bug in the transmission of the packets smaller than 60 bytes has been fixed in the port. Some additional guard code has been added to port. The changes are done mainly in the files listed in Table 1.
File | Change |
---|---|
\third_party\Iwip-1.4.1\ports\hdk\netif\hdkif.c | Added guard conditions, fixed a bug in the hdkif_output() |
\utils\lIwiplib.c | Added servicing of IwIP timers |
\TMS570LC43x\Build-LAUNCHXL2-570LC43\Iwipopts.h | Configuration changes for the IwIP stack |
\RM57x\Build-LAUNCHXL2-RM57x\Iwipopts.h | Configuration changes for the IwIP stack |
\example\hdk\src\Iwip_main.c | Initialization of application and control path for the LwIP and EMAC driver. Added API to handle CGI and SSI calls. |