freeRtos seems to work well with nrf52840

This commit is contained in:
hathach
2018-08-23 14:45:22 +07:00
parent d18a9e8759
commit d478064a80
3 changed files with 28 additions and 23 deletions

View File

@@ -20,7 +20,7 @@
#define configUSE_PREEMPTION 1
#define configUSE_PORT_OPTIMISED_TASK_SELECTION 0
#define configTICK_RATE_HZ ( 1000 )
#define configMAX_PRIORITIES (8 )
#define configMAX_PRIORITIES (5)
#define configMINIMAL_STACK_SIZE (128 )
#define configTOTAL_HEAP_SIZE ( ( size_t ) ( 16*1024 ) )
#define configMAX_TASK_NAME_LEN 32