building RTCS Lib without ethernet support for MK22

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

building RTCS Lib without ethernet support for MK22

485 Views
Donsnook
Contributor II

I'm using a MK22f120 trying to build RTCS . I don't need the Ethernet port because I will be setting up a PPP connection over a cellular module but need the support of the TCP/IP stack. is there a define that I can enable/disable so that I can build because the MK22 does not support Ethernet

so far I have not found one.

0 Kudos
2 Replies

372 Views
danielchen
NXP TechSupport
NXP TechSupport

I think the enet driver was excluded in source code if you are using BSP for TWR-K22F120M.

0 Kudos

372 Views
Donsnook
Contributor II

I was able to build with a couple of #ifndef in RTC.h and RTC_IF.h so that don't include any enet*.h

0 Kudos