Skip to content

Commit 1e6f6da

Browse files
committed
threads: change main thread priority to 14
1 parent cbf7e44 commit 1e6f6da

File tree

4 files changed

+18
-0
lines changed

4 files changed

+18
-0
lines changed

variants/arduino_giga_r1_stm32h747xx_m7/arduino_giga_r1_stm32h747xx_m7.conf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,3 +64,7 @@ CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=2048
6464
CONFIG_BT_RX_STACK_SIZE=4096
6565

6666
CONFIG_STM32H7_BOOT_M4_AT_INIT=n
67+
68+
CONFIG_MAIN_THREAD_PRIORITY=14
69+
CONFIG_INPUT_THREAD_PRIORITY_OVERRIDE=y
70+
CONFIG_INPUT_THREAD_PRIORITY=0

variants/arduino_opta_stm32h747xx_m7/arduino_opta_stm32h747xx_m7.conf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,3 +93,8 @@ CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=2048
9393
CONFIG_BT_RX_STACK_SIZE=4096
9494

9595
CONFIG_STM32H7_BOOT_M4_AT_INIT=n
96+
97+
CONFIG_MAIN_THREAD_PRIORITY=14
98+
CONFIG_INPUT_THREAD_PRIORITY_OVERRIDE=y
99+
CONFIG_INPUT_THREAD_PRIORITY=0
100+

variants/arduino_portenta_c33_r7fa6m5bh3cfc/arduino_portenta_c33_r7fa6m5bh3cfc.conf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,3 +99,7 @@ CONFIG_BT_BUF_ACL_RX_SIZE=255
9999
CONFIG_BT_BUF_CMD_TX_SIZE=255
100100
CONFIG_BT_BUF_EVT_DISCARDABLE_SIZE=255
101101
CONFIG_BT_MAX_CONN=4
102+
103+
CONFIG_MAIN_THREAD_PRIORITY=14
104+
CONFIG_INPUT_THREAD_PRIORITY_OVERRIDE=y
105+
CONFIG_INPUT_THREAD_PRIORITY=0

variants/arduino_portenta_h7_stm32h747xx_m7/arduino_portenta_h7_stm32h747xx_m7.conf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,3 +100,8 @@ CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=2048
100100
CONFIG_BT_RX_STACK_SIZE=4096
101101

102102
CONFIG_STM32H7_BOOT_M4_AT_INIT=n
103+
104+
CONFIG_MAIN_THREAD_PRIORITY=14
105+
CONFIG_INPUT_THREAD_PRIORITY_OVERRIDE=y
106+
CONFIG_INPUT_THREAD_PRIORITY=0
107+

0 commit comments

Comments
 (0)