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

@ -10,7 +10,6 @@
#include <stdint.h>
#include <stdbool.h>
#include "esp_libc.h"
#include "esp_misc.h"
#include "esp_wifi.h"
#include "esp_softap.h"