diff --git a/LPCXpresso55S69.mex b/LPCXpresso55S69.mex index d0fd199..5bc9c26 100644 --- a/LPCXpresso55S69.mex +++ b/LPCXpresso55S69.mex @@ -1,5 +1,5 @@ - + LPC55S69 LPC55S69JBD100 @@ -20,13 +20,13 @@ false - + - 11.0.1 + 12.0.0 @@ -518,13 +518,13 @@ - + - 11.0.1 + 12.0.0 @@ -541,6 +541,16 @@ true + + + true + + + + + true + + true @@ -573,6 +583,16 @@ true + + + true + + + + + true + + true @@ -630,6 +650,16 @@ true + + + true + + + + + true + + true @@ -693,6 +723,16 @@ true + + + true + + + + + true + + true @@ -737,7 +777,7 @@ - 11.0.1 + 12.0.0 diff --git a/board/clock_config.c b/board/clock_config.c index 1595dbb..5f21ddd 100644 --- a/board/clock_config.c +++ b/board/clock_config.c @@ -17,11 +17,11 @@ /* clang-format off */ /* TEXT BELOW IS USED AS SETTING FOR TOOLS ************************************* !!GlobalInfo -product: Clocks v9.0 +product: Clocks v10.0 processor: LPC55S69 package_id: LPC55S69JBD100 mcu_data: ksdk2_0 -processor_version: 11.0.1 +processor_version: 12.0.0 board: LPCXpresso55S69 * BE CAREFUL MODIFYING THIS COMMENT - IT IS YAML SETTINGS FOR TOOLS **********/ /* clang-format on */ @@ -37,8 +37,6 @@ board: LPCXpresso55S69 /******************************************************************************* * Variables ******************************************************************************/ -/* System clock frequency. */ -extern uint32_t SystemCoreClock; /******************************************************************************* ************************ BOARD_InitBootClocks function ************************ diff --git a/board/peripherals.c b/board/peripherals.c index 439049f..2628636 100644 --- a/board/peripherals.c +++ b/board/peripherals.c @@ -10,7 +10,7 @@ product: Peripherals v11.0 processor: LPC55S69 package_id: LPC55S69JBD100 mcu_data: ksdk2_0 -processor_version: 11.0.1 +processor_version: 12.0.0 board: LPCXpresso55S69 functionalGroups: - name: BOARD_InitPeripherals_cm33_core0 diff --git a/board/pin_mux.c b/board/pin_mux.c index bdfead3..1c8f15c 100644 --- a/board/pin_mux.c +++ b/board/pin_mux.c @@ -7,11 +7,11 @@ /* * TEXT BELOW IS USED AS SETTING FOR TOOLS ************************************* !!GlobalInfo -product: Pins v11.0 +product: Pins v12.0 processor: LPC55S69 package_id: LPC55S69JBD100 mcu_data: ksdk2_0 -processor_version: 11.0.1 +processor_version: 12.0.0 board: LPCXpresso55S69 * BE CAREFUL MODIFYING THIS COMMENT - IT IS YAML SETTINGS FOR TOOLS *********** */