feat(gcc): update cross toolchain GCC to v8.x

This commit is contained in:
donghengqaz
2020-02-12 10:22:49 +08:00
committed by Dong Heng
parent c67cc06436
commit fd54106a97
155 changed files with 308 additions and 15402 deletions

View File

@@ -133,11 +133,7 @@ NVIC value of 255. */
* 1: pthread (optional)
* 2: errno
*/
#ifdef CONFIG_ENABLE_PTHREAD
#define configNUM_THREAD_LOCAL_STORAGE_POINTERS 3
#else
#define configNUM_THREAD_LOCAL_STORAGE_POINTERS 2
#endif
#define configTHREAD_LOCAL_STORAGE_DELETE_CALLBACKS 1
/* add this to dump task stack information */

View File

@@ -42,15 +42,11 @@ extern "C" {
#include "xtensa_rtos.h"
#if defined(configUSE_NEWLIB_REENTRANT) && configUSE_NEWLIB_REENTRANT == 1
#ifndef CONFIG_NEWLIB_LIBRARY_CUSTOMER
#include "esp_newlib.h"
#define _impure_ptr _global_impure_ptr
#undef _REENT_INIT_PTR
#define _REENT_INIT_PTR(p) esp_reent_init(p)
#endif
#endif
/*-----------------------------------------------------------
* Port specific definitions.