Skip to content

Commit ede9c74

Browse files
committed
tests: arch: arm: arm_irq_vector_table: Add remaining MEC boards
Any PR affecting all Microchip MEC SoC's causes twister to run the arm IRQ vector table test. Since all the MEC boards are using the MEC 32 KHz timer instead of ARM SysTick we added all the remaining boards to the test. Each overlay disables the MEC 32 KHz timer and enables SysTick as the kernel timer. Signed-off-by: Scott Worley <[email protected]>
1 parent 85e1353 commit ede9c74

File tree

4 files changed

+68
-0
lines changed

4 files changed

+68
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
/*
2+
* Copyright (c) 2025 Microchip Technology Inc.
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
7+
/* Microchip MEC use its 32 KHz based RTOS timer by default.
8+
* Allow the test to build by switching to Cortex-M4 SysTick.
9+
*/
10+
11+
&rtimer {
12+
status = "disabled";
13+
};
14+
15+
&systick {
16+
status = "okay";
17+
};
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
/*
2+
* Copyright (c) 2025 Microchip Technology Inc.
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
7+
/* Microchip MEC use its 32 KHz based RTOS timer by default.
8+
* Allow the test to build by switching to Cortex-M4 SysTick.
9+
*/
10+
11+
&rtimer {
12+
status = "disabled";
13+
};
14+
15+
&systick {
16+
status = "okay";
17+
};
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
/*
2+
* Copyright (c) 2025 Microchip Technology Inc.
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
7+
/* Microchip MEC use its 32 KHz based RTOS timer by default.
8+
* Allow the test to build by switching to Cortex-M4 SysTick.
9+
*/
10+
11+
&rtimer {
12+
status = "disabled";
13+
};
14+
15+
&systick {
16+
status = "okay";
17+
};
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
/*
2+
* Copyright (c) 2025 Microchip Technology Inc.
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
7+
/* Microchip MEC use its 32 KHz based RTOS timer by default.
8+
* Allow the test to build by switching to Cortex-M4 SysTick.
9+
*/
10+
11+
&rtimer {
12+
status = "disabled";
13+
};
14+
15+
&systick {
16+
status = "okay";
17+
};

0 commit comments

Comments
 (0)