Skip to content

Commit 671c845

Browse files
committed
prj: move CONFIG_INPUT_THREAD_* into giga r1 variant
As of now GIGA R1 is the only varian with CONFIG_INPUT=y. On all the other variants this 2 configs are useless and generating warnings.
1 parent 814ad18 commit 671c845

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

loader/prj.conf

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,5 @@ CONFIG_REQUIRES_FULL_LIBC=y
4848
CONFIG_CBPRINTF_FP_SUPPORT=y
4949

5050
CONFIG_MAIN_THREAD_PRIORITY=14
51-
CONFIG_INPUT_THREAD_PRIORITY_OVERRIDE=y
52-
CONFIG_INPUT_THREAD_PRIORITY=0
5351

5452
CONFIG_EVENTS=y

variants/arduino_giga_r1_stm32h747xx_m7/arduino_giga_r1_stm32h747xx_m7.conf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ CONFIG_VIDEO_GC2145=y
5858
CONFIG_DISPLAY=y
5959
CONFIG_INPUT=y
6060
CONFIG_INPUT_QUEUE_MAX_MSGS=64
61+
CONFIG_INPUT_THREAD_PRIORITY_OVERRIDE=y
62+
CONFIG_INPUT_THREAD_PRIORITY=0
6163
CONFIG_STM32_LTDC_FB_USE_SHARED_MULTI_HEAP=y
6264
CONFIG_STM32_LTDC_FB_SMH_ATTRIBUTE=2
6365

0 commit comments

Comments
 (0)