Complete the STM32L152 demo application functionality - it is still to be 'productionised'.

This commit is contained in:
Richard Barry 2010-12-23 11:03:07 +00:00
parent 7fd1d847fb
commit 52b4c95301
6 changed files with 58 additions and 15 deletions

View file

@ -78,9 +78,13 @@
#define configUSE_TRACE_FACILITY 0
#define configUSE_16_BIT_TICKS 0
#define configIDLE_SHOULD_YIELD 1
#define configQUEUE_REGISTRY_SIZE 1
#define configUSE_MUTEXES 1
#define configQUEUE_REGISTRY_SIZE 5
#define configGENERATE_RUN_TIME_STATS 1
#define configCHECK_FOR_STACK_OVERFLOW 2
#define configUSE_RECURSIVE_MUTEXES 0
#define configUSE_MALLOC_FAILED_HOOK 1
#define configUSE_APPLICATION_TASK_TAG 0
/* Co-routine definitions. */
#define configUSE_CO_ROUTINES 0