I am using FRDM-K66 board. I am using freertos. Have imported sdk example project lwip_tcpecho_freertos. Assign appropriate IP addresses and port # for my network situation, compile and all runs great.
Run refresh SDK components, which I will need to do eventually for my project, and system makes lots of changes, and I get compilation errors.
First thing it does is adds the 4 other heap method programs along with heap_useNewlib.c. I delete these files, compile, now I see that ide has changed stuff in lwipopts.h and opt.h which make build fail.
Obviously I am doing something wrong. My objective is to use the tcpecho demo as the starting point for my project, then add appropriate peripherals add needed to perform other stuff.
Is there a better workflow to get to this objective
Larry