diff options
| author | Daniel Campora <daniel@wipy.io> | 2015-04-10 21:02:07 +0200 |
|---|---|---|
| committer | Daniel Campora <daniel@wipy.io> | 2015-04-11 13:35:05 +0200 |
| commit | 6e25d955f489ee3446c5af10ea28b1f9038a733b (patch) | |
| tree | 4eb6d4b2ee4af0646ee0a2aeebbabfbcce596bbe /cc3200/FreeRTOS/FreeRTOSConfig.h | |
| parent | d35ac956d1710cb688c4ee4d56e19a3ec1c34bbc (diff) | |
cc3200: Enable long filename support in FatFS.
This has implications all over the place. I have to admit that
you can instantly see that usability improves, but it costs 3K.
At the same time I took the oportunity to rename the '/SFLASH'
drive to '/flash' which improves compatibility with the pyboard.
Diffstat (limited to 'cc3200/FreeRTOS/FreeRTOSConfig.h')
| -rw-r--r-- | cc3200/FreeRTOS/FreeRTOSConfig.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cc3200/FreeRTOS/FreeRTOSConfig.h b/cc3200/FreeRTOS/FreeRTOSConfig.h index 2e9a51438..e831b1034 100644 --- a/cc3200/FreeRTOS/FreeRTOSConfig.h +++ b/cc3200/FreeRTOS/FreeRTOSConfig.h @@ -83,7 +83,7 @@ #define configUSE_TICK_HOOK 1 #define configCPU_CLOCK_HZ ( ( unsigned long ) 80000000 ) #define configTICK_RATE_HZ ( ( TickType_t ) 1000 ) -#define configMINIMAL_STACK_SIZE ( ( unsigned short ) 72 ) +#define configMINIMAL_STACK_SIZE ( ( unsigned short ) 64 ) #define configTOTAL_HEAP_SIZE ( ( size_t ) ( 16384 ) ) #define configMAX_TASK_NAME_LEN ( 8 ) #define configUSE_TRACE_FACILITY 0 |
