-
Notifications
You must be signed in to change notification settings - Fork 626
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
nordic: nrf54h20: Increase the MAX_THREAD_BYTES
I need to check if this will go upstream but it breaks building some of the kernel tests in zephyr. Signed-off-by: Georgios Vasilakis <[email protected]>
- Loading branch information
1 parent
fdb8ad2
commit ea69b6c
Showing
2 changed files
with
4 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,3 +26,5 @@ CONFIG_EXTERNAL_CACHE=y | |
|
||
# Enable GPIO | ||
CONFIG_GPIO=y | ||
|
||
CONFIG_MAX_THREAD_BYTES=3 |
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