Enable FreeRTOS SMP (multicore) (#90)

This commit is contained in:
Ken Van Hoeylandt
2024-11-25 21:57:20 +01:00
committed by GitHub
parent dfd9349e6c
commit d06137ba76
12 changed files with 22 additions and 18 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ CONFIG_LV_USE_CLIB_MALLOC=y
CONFIG_FREERTOS_HZ=1000
CONFIG_FREERTOS_TASK_NOTIFICATION_ARRAY_ENTRIES=2
CONFIG_FREERTOS_SMP=n
CONFIG_FREERTOS_UNICORE=y
CONFIG_FREERTOS_UNICORE=n
CONFIG_PARTITION_TABLE_CUSTOM=y
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions.csv"
CONFIG_PARTITION_TABLE_FILENAME="partitions.csv"