I have just downloaded your new SDK mcu_plus_sdk_am243x_08_05_00_24
My project based on LwIP doesn't compile because some include files are missing:
The previous SDK mcu_plus_sdk_am243x_08_04_00_17 had the directory arch with files: cc.h, perf.h, sys_arch.h
C:\ti\mcu_plus_sdk_am243x_08_04_00_17\source\networking\lwip\lwip-port\freertos\include\arch
Now in the new SDK mcu_plus_sdk_am243x_08_05_00_24 the arch directory is missing.
Several .h and .c files still refer to files were included in arch dir, leading to compilation failure.
I copied the arch dir from the previous SDK and it solved: is it the right fix ?
Thanks
Andrea