summaryrefslogtreecommitdiff
path: root/hw/bsp/samd51/FreeRTOSConfig
diff options
context:
space:
mode:
authorhathach <[email protected]>2023-09-26 19:09:36 +0700
committerhathach <[email protected]>2023-09-26 19:09:36 +0700
commitf6ca86c3ddeaec18f52b15f1065a5c9eea210c00 (patch)
tree73e59ce660d5a59931c0fcd3ef48f517a96468e2 /hw/bsp/samd51/FreeRTOSConfig
parenta7c136c03f0c4a057f8b49c10ed9cddcecf52879 (diff)
tested cdc_msc_hid_freertos with samd51
add -Wno-error=format for espressif wrap up cdc_msc_hid_freertos
Diffstat (limited to 'hw/bsp/samd51/FreeRTOSConfig')
-rw-r--r--hw/bsp/samd51/FreeRTOSConfig/FreeRTOSConfig.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/bsp/samd51/FreeRTOSConfig/FreeRTOSConfig.h b/hw/bsp/samd51/FreeRTOSConfig/FreeRTOSConfig.h
index e3ee529cf..32db4ad95 100644
--- a/hw/bsp/samd51/FreeRTOSConfig/FreeRTOSConfig.h
+++ b/hw/bsp/samd51/FreeRTOSConfig/FreeRTOSConfig.h
@@ -59,7 +59,7 @@
#define configTICK_RATE_HZ ( 1000 )
#define configMAX_PRIORITIES ( 5 )
#define configMINIMAL_STACK_SIZE ( 128 )
-#define configTOTAL_HEAP_SIZE ( configSUPPORT_DYNAMIC_ALLOCATION*4*1024 )
+#define configTOTAL_HEAP_SIZE ( configSUPPORT_DYNAMIC_ALLOCATION*6*1024 )
#define configMAX_TASK_NAME_LEN 16
#define configUSE_16_BIT_TICKS 0
#define configIDLE_SHOULD_YIELD 1