summaryrefslogtreecommitdiff
path: root/scripts/cmake/templates/peripheral_irqs.h.template
diff options
context:
space:
mode:
authorLiam Barry <liam.barry@arm.com>2022-02-02 17:03:06 +0000
committerLiam Barry <liam.barry@arm.com>2022-02-08 14:26:38 +0000
commit5cdfa9b834dc5a94c70f9f2b1f5c849dc5439e85 (patch)
treeefee9f38d83e4e8c0fb4b0ddcfa86eaf5f50626b /scripts/cmake/templates/peripheral_irqs.h.template
parentc64f506a848ed15d8fb041e4d818a3f92ebe0df8 (diff)
downloadml-embedded-evaluation-kit-5cdfa9b834dc5a94c70f9f2b1f5c849dc5439e85.tar.gz
MLECO-2900: Update Cmake desc
Added QSPI_SRAM_BASE for Secure region. Updated UART and other peripherals affected by change in reserved region Updated names of some base addresses in cmake and template files Error in TRM swapping individual for combined GPIO IRQs reported Follow-up - Marked region in TRM not covered in CMake Change-Id: I046e740053477fe3a51bc171a2b7e28f4a9f0523 Signed-off-by: Liam Barry <liam.barry@arm.com>
Diffstat (limited to 'scripts/cmake/templates/peripheral_irqs.h.template')
-rw-r--r--scripts/cmake/templates/peripheral_irqs.h.template2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/cmake/templates/peripheral_irqs.h.template b/scripts/cmake/templates/peripheral_irqs.h.template
index 8e8888b..7696e13 100644
--- a/scripts/cmake/templates/peripheral_irqs.h.template
+++ b/scripts/cmake/templates/peripheral_irqs.h.template
@@ -32,7 +32,7 @@
#cmakedefine S32K_TIMER_IRQn (@S32K_TIMER_IRQn@) /* S32K Timer Interrupt */
#cmakedefine TIMER0_IRQn (@TIMER0_IRQn@) /* TIMER 0 Interrupt */
#cmakedefine TIMER1_IRQn (@TIMER1_IRQn@) /* TIMER 1 Interrupt */
-#cmakedefine DUALTIMER_IRQn (@DUALTIMER_IRQn@) /* Dual Timer Interrupt */
+#cmakedefine TIMER2_IRQn (@TIMER2_IRQn@) /* TIMER 2 Interrupt */
#cmakedefine MPC_IRQn (@MPC_IRQn@) /* MPC Combined (@Secure@) Interrupt */
#cmakedefine PPC_IRQn (@PPC_IRQn@) /* PPC Combined (@Secure@) Interrupt */
#cmakedefine MSC_IRQn (@MSC_IRQn@) /* MSC Combined (@Secure@) Interrput */