Skip to content

Commit bdc2c6f

Browse files
committed
tests: kernel: For CI test first, will upstream later if needed
tests: kernel: Increase MAX_THREAD_SIZE for nRF54h20 Increase the number oe MAX_THREAD_SIZE to 6 for the schedule_api and dynamic_thread_stack tests since these fail to build downstream in sdk-nrf when the IPC between domains is enabled. Signed-off-by: Georgios Vasilakis <[email protected]>
1 parent d870509 commit bdc2c6f

File tree

4 files changed

+6
-0
lines changed

4 files changed

+6
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
CONFIG_MAX_THREAD_BYTES=6
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
2+
CONFIG_MAX_THREAD_BYTES=6
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
CONFIG_MAX_THREAD_BYTES=6
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
2+
CONFIG_MAX_THREAD_BYTES=6

0 commit comments

Comments
 (0)