Merge branch 'newlib'

This commit is contained in:
Angus Gratton 2015-07-15 16:01:18 +10:00
commit 86188c01fd
133 changed files with 23672 additions and 578 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

@ -1,2 +1,2 @@
PROGRAM=http_get
PROGRAM=http_get_ssl
include ../../common.mk

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;