Merge branch 'feature/update_pthread_from_esp_idf' into 'master'

pthread: update pthread from esp-idf

See merge request sdk/ESP8266_RTOS_SDK!1072
This commit is contained in:
Dong Heng
2019-09-10 17:15:27 +08:00
19 changed files with 1051 additions and 181 deletions

View File

@ -103,6 +103,8 @@ to exclude the API function. */
#define INCLUDE_xTaskGetCurrentTaskHandle 1
#define INCLUDE_uxTaskGetStackHighWaterMark 1
#define INCLUDE_xSemaphoreGetMutexHolder 1
/* This is the raw value as per the Cortex-M3 NVIC. Values can be 255
(lowest) to 0 (1?) (highest). */
#define configKERNEL_INTERRUPT_PRIORITY 255