fix(newlib): fix some initialization function is not done when using float-nano newlib and VFS

Using option "NEWLIB_LIBRARY_CUSTOMER" instead of "NEWLIB_ENABLE".
This commit is contained in:
dongheng
2019-08-27 11:47:55 +08:00
parent 0193d06019
commit 3986202ee9
6 changed files with 32 additions and 42 deletions

View File

@ -42,7 +42,7 @@ extern "C" {
#include "xtensa_rtos.h"
#if defined(configUSE_NEWLIB_REENTRANT) && configUSE_NEWLIB_REENTRANT == 1
#if defined(CONFIG_NEWLIB_LIBRARY_LEVEL_NORMAL) || defined(CONFIG_NEWLIB_LIBRARY_LEVEL_NANO)
#ifndef CONFIG_NEWLIB_LIBRARY_CUSTOMER
#include "esp_newlib.h"
#define _impure_ptr _global_impure_ptr