Enhance chipidea (#2075)
* update chipidea dcd, remove manual ep_count and use DCCPARAMS to get number of endpoint instead * add dcd dcache for chipidea * add cmake for lpc18 * add makefile build for mcx * use fork of mcu sdk * fix ci build with nrf * flash rp2040 with openocd
This commit is contained in:
@@ -24,7 +24,7 @@ family_add_subdirectory(midi_test)
|
||||
family_add_subdirectory(msc_dual_lun)
|
||||
|
||||
# FIXME temp skip net_lwip_webserver for imxrt for now
|
||||
if (NOT ${FAMILY} STREQUAL "imxrt")
|
||||
if (NOT ${FAMILY} STREQUAL "imxrt" AND NOT ${FAMILY} STREQUAL "mcx")
|
||||
family_add_subdirectory(net_lwip_webserver)
|
||||
endif()
|
||||
|
||||
|
Reference in New Issue
Block a user