forked from zephyrproject-rtos/zephyr
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
arch/x86: tests/cmsis: disable some CMSIS tests in 64-bit mode
The CMSIS layer doesn't like large stacks, and x86 in long mode requires large stacks, so we disable these tests for now (as was previously done on the x86_64 port for the same reasons). Signed-off-by: Charles E. Youse <[email protected]>
- Loading branch information
1 parent
65b1f62
commit 0f98cdd
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
tests: | ||
portability.cmsis_rtos_v2: | ||
platform_exclude: qemu_x86_64 m2gl025_miv | ||
platform_exclude: qemu_x86_64 qemu_x86_long m2gl025_miv | ||
tags: cmsis_rtos_v2 | ||
min_ram: 32 | ||
min_flash: 34 |