diff options
| author | hathach <[email protected]> | 2023-09-26 19:09:36 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2023-09-26 19:09:36 +0700 |
| commit | f6ca86c3ddeaec18f52b15f1065a5c9eea210c00 (patch) | |
| tree | 73e59ce660d5a59931c0fcd3ef48f517a96468e2 /hw/bsp/samd51/FreeRTOSConfig | |
| parent | a7c136c03f0c4a057f8b49c10ed9cddcecf52879 (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.h | 2 |
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 |
