How to add driver library in MCUXpress IDE

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

How to add driver library in MCUXpress IDE

跳至解决方案
1,317 次查看
vasudhevan
Contributor V

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

标签 (1)
0 项奖励
回复
1 解答
1,222 次查看
jingpan
NXP TechSupport
NXP TechSupport

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

在原帖中查看解决方案

0 项奖励
回复
4 回复数
1,222 次查看
jingpan
NXP TechSupport
NXP TechSupport

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

0 项奖励
回复
1,222 次查看
vasudhevan
Contributor V

Hi Jing Pan,

     Thank you for your response.

     How to migrate to new sdk ?

     Again i need to import one project after needs to add driver library ?

Thanks & Regards 

        Vasu 

0 项奖励
回复
1,223 次查看
jingpan
NXP TechSupport
NXP TechSupport

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

0 项奖励
回复
1,222 次查看
vasudhevan
Contributor V

Hi Jing Pan,

       Thank you.

Regards,

  Vasu

0 项奖励
回复