-
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 make RT1180 examples build pass
Signed-off-by: Zhaoxiang Jin <[email protected]>
- Loading branch information
1 parent
4022ba8
commit 2ed8bf1
Showing
15 changed files
with
143 additions
and
1 deletion.
There are no files selected for viewing
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