-
Notifications
You must be signed in to change notification settings - Fork 145
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sdk_ng: Add patch to fix build failure
Add patch to fix mcxw71 examples build failure Add patch to fix RT700 examples build failure Add patch to fix RT1180 examples build failure Add patch to fix i.mx95 examples build failure Add patch to fix RT1170 examples build failure Signed-off-by: Zhaoxiang Jin <[email protected]>
- Loading branch information
1 parent
8cbe4e8
commit b92aa64
Showing
34 changed files
with
292 additions
and
1,365 deletions.
There are no files selected for viewing
10 changes: 10 additions & 0 deletions
10
mcux/mcux-sdk-ng/devices/MCX/MCXW/MCXW716C/drivers/CMakeLists_clock.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# Copyright 2024 NXP | ||
# | ||
# SPDX-License-Identifier: BSD-3-Clause | ||
|
||
if (CONFIG_MCUX_COMPONENT_driver.clock) | ||
mcux_component_version(2.2.1) | ||
|
||
mcux_add_source( SOURCES fsl_clock.c fsl_clock.h ) | ||
mcux_add_include( INCLUDES . ) | ||
endif() |
20 changes: 20 additions & 0 deletions
20
mcux/mcux-sdk-ng/devices/MCX/MCXW/MCXW716C/drivers/CMakeLists_romapi.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Copyright 2024 NXP | ||
# | ||
# SPDX-License-Identifier: BSD-3-Clause | ||
|
||
if (CONFIG_MCUX_COMPONENT_driver.romapi_soc) | ||
mcux_component_version(1.2.0) | ||
|
||
mcux_add_source( | ||
SOURCES | ||
romapi/fsl_flash_api.h | ||
romapi/fsl_kb_api.h | ||
romapi/fsl_lpspi_flash.h | ||
romapi/fsl_nboot.h | ||
romapi/fsl_romapi.c | ||
) | ||
|
||
mcux_add_include( | ||
INCLUDES ./romapi | ||
) | ||
endif() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 0 additions & 1 deletion
1
mcux/mcux-sdk-ng/devices/RT/RT1180/MIMXRT1189/drivers/CMakeLists.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 13 additions & 0 deletions
13
mcux/mcux-sdk-ng/devices/RT/RT1180/MIMXRT1189/drivers/CMakeLists_anadig_pmu_1.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
if (CONFIG_MCUX_COMPONENT_driver.anadig_pmu_1) | ||
mcux_component_version(2.1.2) | ||
|
||
mcux_add_source( | ||
SOURCES fsl_pmu.h | ||
fsl_pmu.c | ||
) | ||
|
||
mcux_add_include( | ||
INCLUDES . | ||
) | ||
|
||
endif() |
13 changes: 13 additions & 0 deletions
13
mcux/mcux-sdk-ng/devices/RT/RT1180/MIMXRT1189/drivers/CMakeLists_clock.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
if (CONFIG_MCUX_COMPONENT_driver.clock) | ||
mcux_component_version(2.1.4) | ||
|
||
mcux_add_source( | ||
SOURCES fsl_clock.h | ||
fsl_clock.c | ||
) | ||
|
||
mcux_add_include( | ||
INCLUDES . | ||
) | ||
|
||
endif() |
13 changes: 13 additions & 0 deletions
13
mcux/mcux-sdk-ng/devices/RT/RT1180/MIMXRT1189/drivers/CMakeLists_dcdc_3.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
if (CONFIG_MCUX_COMPONENT_driver.dcdc_3) | ||
mcux_component_version(2.0.1) | ||
|
||
mcux_add_source( | ||
SOURCES fsl_dcdc.c | ||
fsl_dcdc.h | ||
) | ||
|
||
mcux_add_include( | ||
INCLUDES . | ||
) | ||
|
||
endif() |
13 changes: 13 additions & 0 deletions
13
mcux/mcux-sdk-ng/devices/RT/RT1180/MIMXRT1189/drivers/CMakeLists_edma_soc.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
if (CONFIG_MCUX_COMPONENT_driver.edma_soc) | ||
mcux_component_version(2.1.0) | ||
|
||
mcux_add_source( | ||
SOURCES fsl_edma_soc.c | ||
fsl_edma_soc.h | ||
) | ||
|
||
mcux_add_include( | ||
INCLUDES . | ||
) | ||
|
||
endif() |
13 changes: 13 additions & 0 deletions
13
mcux/mcux-sdk-ng/devices/RT/RT1180/MIMXRT1189/drivers/CMakeLists_ele_base_api.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
if (CONFIG_MCUX_COMPONENT_driver.ele_base_api) | ||
mcux_component_version(1.0.0) | ||
|
||
mcux_add_source( | ||
SOURCES fsl_ele_base_api.c | ||
fsl_ele_base_api.h | ||
) | ||
|
||
mcux_add_include( | ||
INCLUDES . | ||
) | ||
|
||
endif() |
13 changes: 13 additions & 0 deletions
13
mcux/mcux-sdk-ng/devices/RT/RT1180/MIMXRT1189/drivers/CMakeLists_gpc_3.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
if (CONFIG_MCUX_COMPONENT_driver.gpc_3) | ||
mcux_component_version(2.1.0) | ||
|
||
mcux_add_source( | ||
SOURCES fsl_gpc.c | ||
fsl_gpc.h | ||
) | ||
|
||
mcux_add_include( | ||
INCLUDES . | ||
) | ||
|
||
endif() |
12 changes: 12 additions & 0 deletions
12
mcux/mcux-sdk-ng/devices/RT/RT1180/MIMXRT1189/drivers/CMakeLists_iomuxc.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
if (CONFIG_MCUX_COMPONENT_driver.iomuxc) | ||
mcux_component_version(2.0.0) | ||
|
||
mcux_add_source( | ||
SOURCES fsl_iomuxc.h | ||
) | ||
|
||
mcux_add_include( | ||
INCLUDES . | ||
) | ||
|
||
endif() |
13 changes: 13 additions & 0 deletions
13
mcux/mcux-sdk-ng/devices/RT/RT1180/MIMXRT1189/drivers/CMakeLists_memory.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
if (CONFIG_MCUX_COMPONENT_driver.memory) | ||
mcux_component_version(2.0.0) | ||
|
||
mcux_add_source( | ||
SOURCES fsl_memory.c | ||
fsl_memory.h | ||
) | ||
|
||
mcux_add_include( | ||
INCLUDES . | ||
) | ||
|
||
endif() |
12 changes: 12 additions & 0 deletions
12
mcux/mcux-sdk-ng/devices/RT/RT1180/MIMXRT1189/drivers/CMakeLists_misc.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
if (CONFIG_MCUX_COMPONENT_driver.misc) | ||
mcux_component_version(2.0.0) | ||
|
||
mcux_add_source( | ||
SOURCES fsl_misc.h | ||
) | ||
|
||
mcux_add_include( | ||
INCLUDES . | ||
) | ||
|
||
endif() |
13 changes: 13 additions & 0 deletions
13
mcux/mcux-sdk-ng/devices/RT/RT1180/MIMXRT1189/drivers/CMakeLists_romapi.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
if (CONFIG_MCUX_COMPONENT_driver.romapi) | ||
mcux_component_version(1.1.2) | ||
|
||
mcux_add_source( | ||
SOURCES ./romapi/fsl_romapi.c | ||
./romapi/fsl_romapi.h | ||
) | ||
|
||
mcux_add_include( | ||
INCLUDES ./romapi | ||
) | ||
|
||
endif() |
12 changes: 12 additions & 0 deletions
12
mcux/mcux-sdk-ng/devices/RT/RT1180/MIMXRT1189/drivers/CMakeLists_src_3.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
if (CONFIG_MCUX_COMPONENT_driver.src_3) | ||
mcux_component_version(2.0.1) | ||
|
||
mcux_add_source( | ||
SOURCES fsl_soc_src.c | ||
fsl_soc_src.h | ||
) | ||
|
||
mcux_add_include( | ||
INCLUDES . | ||
) | ||
endif() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 9 additions & 0 deletions
9
mcux/mcux-sdk-ng/devices/RT/RT700/MIMXRT798S/drivers/CMakeLists_clock.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Copyright 2024 NXP | ||
# | ||
# SPDX-License-Identifier: BSD-3-Clause | ||
|
||
if (CONFIG_MCUX_COMPONENT_driver.clock) | ||
mcux_component_version(2.4.0) | ||
mcux_add_source( SOURCES fsl_clock.c fsl_clock.h ) | ||
mcux_add_include( INCLUDES . ) | ||
endif() |
9 changes: 9 additions & 0 deletions
9
mcux/mcux-sdk-ng/devices/RT/RT700/MIMXRT798S/drivers/CMakeLists_dsp.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Copyright 2024 NXP | ||
# | ||
# SPDX-License-Identifier: BSD-3-Clause | ||
|
||
if (CONFIG_MCUX_COMPONENT_driver.dsp) | ||
mcux_component_version(2.0.0) | ||
mcux_add_source( SOURCES fsl_dsp.c fsl_dsp.h ) | ||
mcux_add_include( INCLUDES . ) | ||
endif() |
9 changes: 9 additions & 0 deletions
9
mcux/mcux-sdk-ng/devices/RT/RT700/MIMXRT798S/drivers/CMakeLists_edma_soc.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Copyright 2024 NXP | ||
# | ||
# SPDX-License-Identifier: BSD-3-Clause | ||
|
||
if (CONFIG_MCUX_COMPONENT_driver.edma_soc) | ||
mcux_component_version(1.0.0) | ||
mcux_add_source( SOURCES fsl_edma_soc.c fsl_edma_soc.h ) | ||
mcux_add_include( INCLUDES . ) | ||
endif() |
9 changes: 9 additions & 0 deletions
9
mcux/mcux-sdk-ng/devices/RT/RT700/MIMXRT798S/drivers/CMakeLists_ezhv.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Copyright 2024 NXP | ||
# | ||
# SPDX-License-Identifier: BSD-3-Clause | ||
|
||
if (CONFIG_MCUX_COMPONENT_driver.ezhv) | ||
mcux_component_version(2.1.0) | ||
mcux_add_source( SOURCES fsl_ezhv.c fsl_ezhv.h ) | ||
mcux_add_include( INCLUDES . ) | ||
endif() |
9 changes: 9 additions & 0 deletions
9
mcux/mcux-sdk-ng/devices/RT/RT700/MIMXRT798S/drivers/CMakeLists_inputmux_connections.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Copyright 2024 NXP | ||
# | ||
# SPDX-License-Identifier: BSD-3-Clause | ||
|
||
if (CONFIG_MCUX_COMPONENT_driver.inputmux_connections) | ||
mcux_component_version(2.0.0) | ||
mcux_add_source( SOURCES fsl_inputmux_connections.h ) | ||
mcux_add_include( INCLUDES . ) | ||
endif() |
9 changes: 9 additions & 0 deletions
9
mcux/mcux-sdk-ng/devices/RT/RT700/MIMXRT798S/drivers/CMakeLists_iopctl_soc.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Copyright 2024 NXP | ||
# | ||
# SPDX-License-Identifier: BSD-3-Clause | ||
|
||
if (CONFIG_MCUX_COMPONENT_driver.iopctl_soc) | ||
mcux_component_version(2.0.2) | ||
mcux_add_source( SOURCES fsl_iopctl.h ) | ||
mcux_add_include( INCLUDES . ) | ||
endif() |
9 changes: 9 additions & 0 deletions
9
mcux/mcux-sdk-ng/devices/RT/RT700/MIMXRT798S/drivers/CMakeLists_mipi_dsi_soc.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Copyright 2024 NXP | ||
# | ||
# SPDX-License-Identifier: BSD-3-Clause | ||
|
||
if (CONFIG_MCUX_COMPONENT_driver.mipi_dsi_soc) | ||
mcux_component_version(2.0.0) | ||
mcux_add_source( SOURCES fsl_soc_mipi_dsi.h ) | ||
mcux_add_include( INCLUDES . ) | ||
endif() |
9 changes: 9 additions & 0 deletions
9
mcux/mcux-sdk-ng/devices/RT/RT700/MIMXRT798S/drivers/CMakeLists_power.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Copyright 2024 NXP | ||
# | ||
# SPDX-License-Identifier: BSD-3-Clause | ||
|
||
if (CONFIG_MCUX_COMPONENT_driver.power) | ||
mcux_component_version(2.4.0) | ||
mcux_add_source( SOURCES fsl_power.c fsl_power.h ) | ||
mcux_add_include( INCLUDES . ) | ||
endif() |
9 changes: 9 additions & 0 deletions
9
mcux/mcux-sdk-ng/devices/RT/RT700/MIMXRT798S/drivers/CMakeLists_reset.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Copyright 2024 NXP | ||
# | ||
# SPDX-License-Identifier: BSD-3-Clause | ||
|
||
if (CONFIG_MCUX_COMPONENT_driver.reset) | ||
mcux_component_version(2.1.0) | ||
mcux_add_source( SOURCES fsl_reset.c fsl_reset.h ) | ||
mcux_add_include( INCLUDES . ) | ||
endif() |
27 changes: 27 additions & 0 deletions
27
mcux/mcux-sdk-ng/devices/RT/RT700/MIMXRT798S/drivers/CMakeLists_romapi.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# Copyright 2024 NXP | ||
# | ||
# SPDX-License-Identifier: BSD-3-Clause | ||
|
||
if (CONFIG_MCUX_COMPONENT_driver.romapi) | ||
mcux_component_version(2.1.0) | ||
mcux_add_source( | ||
SOURCES ./romapi/bootloader/fsl_romapi.h | ||
./romapi/bootloader/fsl_romapi.c | ||
./romapi/otp/fsl_romapi_otp.h | ||
./romapi/otp/fsl_romapi_otp.c | ||
./romapi/nboot/fsl_romapi_nboot.h | ||
./romapi/nboot/fsl_romapi_nboot.c | ||
./romapi/iap/fsl_romapi_iap.h | ||
./romapi/iap/fsl_romapi_iap.c | ||
./romapi/iap/fsl_sbloader_v3.h | ||
) | ||
|
||
mcux_add_include( | ||
INCLUDES ./romapi | ||
./romapi/bootloader | ||
./romapi/nboot | ||
./romapi/iap | ||
./romapi/otp | ||
) | ||
|
||
endif() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.