Skip to content

Commit

Permalink
mcux: hal_nxp: add mcxa support
Browse files Browse the repository at this point in the history
Update mcxa156 romapi path to mcxa_romapi

Signed-off-by: Neil Chen <[email protected]>
NeilChen93 authored and decsny committed Sep 4, 2024
1 parent f90b09d commit 338aec9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions mcux/hal_nxp.cmake
Original file line number Diff line number Diff line change
@@ -309,6 +309,11 @@ endif()
if("${CONFIG_SOC_FAMILY}" STREQUAL "nxp_mcx")
if(CONFIG_SOC_SERIES_MCXC)
include_driver_ifdef(CONFIG_SOC_FLASH_MCUX flash driver_flash)
include(${CMAKE_CURRENT_LIST_DIR}/mcux-sdk/drivers/port/driver_port.cmake)
zephyr_include_directories(${CMAKE_CURRENT_LIST_DIR}/mcux-sdk/drivers/port)
elseif(CONFIG_SOC_SERIES_MCXA)
zephyr_include_directories(${CMAKE_CURRENT_LIST_DIR}/mcux-sdk/drivers/mcxa_romapi)

include(${CMAKE_CURRENT_LIST_DIR}/mcux-sdk/drivers/port/driver_port.cmake)
zephyr_include_directories(${CMAKE_CURRENT_LIST_DIR}/mcux-sdk/drivers/port)
else()

0 comments on commit 338aec9

Please sign in to comment.