FreeRTOS + TCP, tutorial, STM32F7 questions.

abeowitz wrote on Friday, October 12, 2018:

Here’s a confusing thing. Atollic(Ecllipse) will automatically edit #includes if I rename the files.

#include “stm32f7xx_hal_eth.h”

Now I rename stm32f7xx_hal_eth.h -> stm32f7xx_hal_eth.h.bak

And Atollic edits the file:
#include “stm32f7xx_hal_eth.h.bak”