Skip to content

tests: arch: arm: arm_irq_vector_table: Microchip MEC build fix #93605

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

scottwcpg
Copy link
Contributor

Running twister with plaform Microchip mec_assy6941/<variant_name> builds the arm_irq_vector_table test. Microchip mec_assy6941 boards all use a 32-bit 32 KHz timer for the kernel. The test build fails due to any board using a custom kernel timer driver requires the test to include a chip specific interrupt table. We don't want to exclude the test. The MEC chips include Cortex-M4 SysTick. We added board overlays to the test turning off the 32KHz timer and enabling ARM SysTick. The test now builds.

Running twister with plaform Microchip mec_assy6941/<variant_name>
builds the arm_irq_vector_table test. Microchip mec_assy6941 boards
all use a 32-bit 32 KHz timer for the kernel. The test build fails
due to any board using a custom kernel timer driver requires the
test to include a chip specific interrupt table. We don't want to
exclude the test. The MEC chips include Cortex-M4 SysTick. We added
board overlays to the test turning off the 32KHz timer and enabling
ARM SysTick. The test now builds.

Signed-off-by: Scott Worley <[email protected]>
Copy link

@kartben kartben merged commit c084c0e into zephyrproject-rtos:main Jul 25, 2025
23 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: ARM ARM (32-bit) Architecture
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants