How to add driver library in MCUXpress IDE

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to add driver library in MCUXpress IDE

Jump to solution
1,031 Views
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

Labels (1)
0 Kudos
1 Solution
936 Views
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

View solution in original post

0 Kudos
4 Replies
936 Views
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 Kudos
936 Views
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 Kudos
937 Views
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 Kudos
936 Views
vasudhevan
Contributor V

Hi Jing Pan,

       Thank you.

Regards,

  Vasu

0 Kudos