gcc8_newlib3: Compilation warnings and errors not specific to newlib v3

This commit is contained in:
Alexey Gerenkov
2018-06-14 19:11:21 +03:00
committed by XiaXiaotian
parent 7b0a926574
commit af2a6ee826
18 changed files with 54 additions and 18 deletions

View File

@@ -16,7 +16,7 @@
#if (CONFIG_FREERTOS_QUEUE_REGISTRY_SIZE > 0)
#define NO_OF_QUEUES_PER_CORE ((int)((CONFIG_FREERTOS_QUEUE_REGISTRY_SIZE - 3)/portNUM_PROCESSORS)) //Save space for some preallocated tasks
#define NO_OF_QUEUES_TOTAL (NO_OF_QUEUES_PER_CORE * portNUM_PROCESSORS)
#define QUEUE_NAME_MAX_LENGTH 10
#define QUEUE_NAME_MAX_LENGTH 30
static SemaphoreHandle_t start_sem[portNUM_PROCESSORS];
static SemaphoreHandle_t done_sem = NULL;