Skip to content

Commit

Permalink
freertos memory increase
Browse files Browse the repository at this point in the history
  • Loading branch information
mvladic committed Jul 16, 2019
1 parent e99154e commit 729bed4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/third_party/stm32/Inc/FreeRTOSConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@
#define configCPU_CLOCK_HZ ( SystemCoreClock )
#define configTICK_RATE_HZ ((TickType_t)1000)
#define configMAX_PRIORITIES ( 7 )
#define configMINIMAL_STACK_SIZE ((uint16_t)128)
#define configTOTAL_HEAP_SIZE ((size_t)32768)
#define configMINIMAL_STACK_SIZE ((uint16_t)1024)
#define configTOTAL_HEAP_SIZE ((size_t)65536)
#define configMAX_TASK_NAME_LEN ( 16 )
#define configUSE_16_BIT_TICKS 0
#define configUSE_MUTEXES 1
Expand Down

0 comments on commit 729bed4

Please sign in to comment.