26 lines
1.0 KiB
Plaintext
26 lines
1.0 KiB
Plaintext
; --------------------------------------------------------------------------------
|
|
; @Title: ARMV8-M Specific Menu
|
|
; @Props: Released
|
|
; @Author: WWI, MJW
|
|
; @Changelog: 2016-04-07 WWI
|
|
; 2020-06-25 MJW
|
|
; @Manufacturer: ARM - ARM Ltd.
|
|
; @Core: ARMv8
|
|
; @Copyright: (C) 1989-2020 Lauterbach GmbH, licensed for use with TRACE32(R) only
|
|
; --------------------------------------------------------------------------------
|
|
; $Id: menarmv8m.men 16339 2023-07-03 13:30:14Z pegold $
|
|
|
|
add
|
|
menu
|
|
(
|
|
popup "Peripherals"
|
|
(
|
|
menuitem "[:chip]System Control" "per , ""System Control"""
|
|
menuitem "[:chip]Memory Protection Unit" "per , ""Memory Protection Unit"""
|
|
menuitem "[:chip]Security Attribution Unit" "per , ""Security Attribution Unit"""
|
|
menuitem "[:chip]Nested Vectored Interrupt Controller" "per , ""Nested Vectored Interrupt Controller"""
|
|
menuitem "[:chip]Floating-point Unit" "per , ""Floating-point Unit (FPU)"""
|
|
menuitem "[:chip]Debug" "per , ""Debug"""
|
|
)
|
|
)
|