Hi
EVK - IMXRT1064
I imported tcp echo free rtos example code it contains tcp echo example code and related driver code ethernet,lwip etc..
If i want to add httpserver,mqtt,etc... library or other driver library.
How can i add library(driver source code) to MCUXpress IDE ?
Thanks & Regards
Vasu
已解决! 转到解答。
Hi,
Basically, if you want to migrate to new sdk, just uninstall the old one and install the new one.
If you want to add new driver, you can copy it to project. Some of the base driver also can be added by ConfigTools.
ConfigTools->Peripheral. Config the peripheral then the driver can be copy to project automaticlly.
Regards,
Jing
Hi,
You can drag & drop source file to project. Be caution that when you want to create a folder, you must right click the project name -> new -> Source Folder. Other wise, the file in that folder want be compiled by IDE.
Regards,
Jing
Hi,
Basically, if you want to migrate to new sdk, just uninstall the old one and install the new one.
If you want to add new driver, you can copy it to project. Some of the base driver also can be added by ConfigTools.
ConfigTools->Peripheral. Config the peripheral then the driver can be copy to project automaticlly.
Regards,
Jing