Replace all binary SDK libc functions with newlib

Adds a new build step to remove the SDK object files listed in
<libname>.remove.

Closes #1.
This commit is contained in:
Angus Gratton 2015-06-16 10:02:36 +10:00
parent f0b5bc324c
commit aaef4b0644
13 changed files with 68 additions and 95 deletions

View file

@ -7,6 +7,8 @@
#include "espressif/esp_common.h"
#include "espressif/sdk_private.h"
#include <string.h>
#include "FreeRTOS.h"
#include "task.h"

View file

@ -9,6 +9,8 @@
#include "espressif/esp_common.h"
#include "espressif/sdk_private.h"
#include <string.h>
#include "FreeRTOS.h"
#include "task.h"

View file

@ -12,6 +12,8 @@
#include "FreeRTOS.h"
#include "ssl.h"
#include <string.h>
struct test_vector {
const uint8_t *key;
const uint8_t key_len;