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 件の賞賛
返信