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:
parent
f0b5bc324c
commit
aaef4b0644
13 changed files with 68 additions and 95 deletions
|
@ -7,6 +7,8 @@
|
|||
#include "espressif/esp_common.h"
|
||||
#include "espressif/sdk_private.h"
|
||||
|
||||
#include <string.h>
|
||||
|
||||
#include "FreeRTOS.h"
|
||||
#include "task.h"
|
||||
|
||||
|
|
|
@ -9,6 +9,8 @@
|
|||
#include "espressif/esp_common.h"
|
||||
#include "espressif/sdk_private.h"
|
||||
|
||||
#include <string.h>
|
||||
|
||||
#include "FreeRTOS.h"
|
||||
#include "task.h"
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue