We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19b31b1 commit 5c536acCopy full SHA for 5c536ac
1 file changed
build_sdk.py
@@ -493,6 +493,7 @@ def elaborate_all_board_configs(board: BoardInfo) -> list[ConfigInfo]:
493
config = copy.deepcopy(config)
494
config.name = f"domain-{config.name}"
495
config.kernel_options |= {
496
+ "KernelTimerFrequency": True,
497
"KernelNumDomains": 32,
498
"KernelNumDomainSchedules": 64,
499
}
0 commit comments