This version support both STM32F107 and STR912 MCUs. What's news: - Tested with lwIP v1.3.1 - Tested with FreeRTOS v5.4.2 - STM32 specific info: - Tested with ST Standard Peripheral Library v3.1.0 (CMSIS compliant) - Updated the ST Ethernet driver v1.0.0 (stm32_eth.c) - Updated the LCD driver. - The hardware initialization function (prvHardwareSetup) uses the SystemInit function defined in the CMSIS layer. - Code cleanup. |