From a4945ad5d6e1f75c3c8602c30a16dbcf8207e4e7 Mon Sep 17 00:00:00 2001 From: Yilin Sun Date: Fri, 15 Mar 2024 22:44:55 +0800 Subject: [PATCH] Updated SDK to v2.15.000. Signed-off-by: Yilin Sun --- MIMXRT1021xxxxx.mex | 19 ++++++++++--------- SDK | 2 +- board/clock_config.c | 4 ++-- board/dcd.c | 2 +- board/peripherals.c | 5 +++-- board/pin_mux.c | 5 ++--- 6 files changed, 19 insertions(+), 18 deletions(-) diff --git a/MIMXRT1021xxxxx.mex b/MIMXRT1021xxxxx.mex index 517902f..f052075 100644 --- a/MIMXRT1021xxxxx.mex +++ b/MIMXRT1021xxxxx.mex @@ -1,5 +1,5 @@ - + MIMXRT1021xxxxx MIMXRT1021DAG5A @@ -17,13 +17,13 @@ false - + - 14.0.0 + 15.0.1 @@ -37,7 +37,7 @@ true - + true @@ -60,13 +60,13 @@ - + - 14.0.0 + 15.0.1 @@ -211,7 +211,7 @@ - 14.0.0 + 15.0.1 c_array @@ -346,13 +346,13 @@ - + - 14.0.0 + 15.0.1 @@ -374,6 +374,7 @@ + diff --git a/SDK b/SDK index ec9dcda..763d32b 160000 --- a/SDK +++ b/SDK @@ -1 +1 @@ -Subproject commit ec9dcda9ee2f229b64090ab0ccf11e4015c5770a +Subproject commit 763d32be909f940246b27dc76ccdea96ec0e7f4c diff --git a/board/clock_config.c b/board/clock_config.c index 967f9ff..9681f36 100644 --- a/board/clock_config.c +++ b/board/clock_config.c @@ -15,11 +15,11 @@ /* TEXT BELOW IS USED AS SETTING FOR TOOLS ************************************* !!GlobalInfo -product: Clocks v12.0 +product: Clocks v13.0 processor: MIMXRT1021xxxxx package_id: MIMXRT1021DAG5A mcu_data: ksdk2_0 -processor_version: 14.0.0 +processor_version: 15.0.1 * BE CAREFUL MODIFYING THIS COMMENT - IT IS YAML SETTINGS FOR TOOLS **********/ #include "clock_config.h" diff --git a/board/dcd.c b/board/dcd.c index b38fefe..eac5e67 100644 --- a/board/dcd.c +++ b/board/dcd.c @@ -24,7 +24,7 @@ product: DCDx v3.0 processor: MIMXRT1021xxxxx package_id: MIMXRT1021DAG5A mcu_data: ksdk2_0 -processor_version: 14.0.0 +processor_version: 15.0.1 output_format: c_array * BE CAREFUL MODIFYING THIS COMMENT - IT IS YAML SETTINGS FOR TOOLS **********/ /* COMMENTS BELOW ARE USED AS SETTINGS FOR DCD DATA */ diff --git a/board/peripherals.c b/board/peripherals.c index f2883a2..36743b5 100644 --- a/board/peripherals.c +++ b/board/peripherals.c @@ -6,11 +6,11 @@ /* clang-format off */ /* TEXT BELOW IS USED AS SETTING FOR TOOLS ************************************* !!GlobalInfo -product: Peripherals v13.0 +product: Peripherals v14.0 processor: MIMXRT1021xxxxx package_id: MIMXRT1021DAG5A mcu_data: ksdk2_0 -processor_version: 14.0.0 +processor_version: 15.0.1 functionalGroups: - name: BOARD_InitPeripherals UUID: 8b4c2e98-702d-4536-9c18-c28aae77cb4e @@ -25,6 +25,7 @@ component: - global_system_definitions: - user_definitions: '' - user_includes: '' + - global_init: '' * BE CAREFUL MODIFYING THIS COMMENT - IT IS YAML SETTINGS FOR TOOLS **********/ /* TEXT BELOW IS USED AS SETTING FOR TOOLS ************************************* diff --git a/board/pin_mux.c b/board/pin_mux.c index 32cc204..5567e4b 100644 --- a/board/pin_mux.c +++ b/board/pin_mux.c @@ -6,11 +6,11 @@ /* * TEXT BELOW IS USED AS SETTING FOR TOOLS ************************************* !!GlobalInfo -product: Pins v14.0 +product: Pins v15.0 processor: MIMXRT1021xxxxx package_id: MIMXRT1021DAG5A mcu_data: ksdk2_0 -processor_version: 14.0.0 +processor_version: 15.0.1 power_domains: {NVCC_GPIO: '3.3'} * BE CAREFUL MODIFYING THIS COMMENT - IT IS YAML SETTINGS FOR TOOLS *********** */ @@ -51,7 +51,6 @@ void BOARD_InitDbgUARTPins(void) { IOMUXC_SetPinMux(IOMUXC_GPIO_AD_B0_06_LPUART1_TX, 0U); IOMUXC_SetPinMux(IOMUXC_GPIO_AD_B0_07_LPUART1_RX, 0U); } - /*********************************************************************************************************************** * EOF **********************************************************************************************************************/