Skip to content

CorePeripherals: Target Tree Structure#939

Draft
thorstendb-ARM wants to merge 5 commits intomainfrom
scvdHierarchical
Draft

CorePeripherals: Target Tree Structure#939
thorstendb-ARM wants to merge 5 commits intomainfrom
scvdHierarchical

Conversation

@thorstendb-ARM
Copy link
Copy Markdown
Collaborator

@thorstendb-ARM thorstendb-ARM commented Mar 31, 2026

Hierarchical Core Peripherals

This PR introduces hierarchical grouping for the Core Peripherals tree view. Core peripherals like SysTick and NVIC can exist in multiple variants (Secure/Non-Secure with TrustZone, or per-core in multi-core systems). Instead of a flat list, the tree now supports up to three grouping levels:

Single-core without TrustZone — flat list (no change)
Single-core with TrustZone — peripheral → Secure / Non-Secure
Multi-core — core → peripheral → (optional S/NS variants)
For the full design document, see hierarchical-core-peripherals.md.

Ref

#239

Changes

Screenshots

Checklist

  • 🤖 This change is covered by unit tests (if applicable).
  • 🤹 Manual testing has been performed (if necessary).
  • 🛡️ Security impacts have been considered (if relevant).
  • 📖 Documentation updates are complete (if required).
  • 🧠 Third-party dependencies and TPIP updated (if required).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant