1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-12 01:53:07 +03:00

lwip2: build: include and lib

This commit is contained in:
david gauchard
2017-11-01 22:12:20 +01:00
committed by Ivan Grokhotkov
parent 84cf2f4b5e
commit 7315095e46
137 changed files with 26848 additions and 0 deletions

View File

@ -0,0 +1,10 @@
// script-generated, extracted from espressif SDK's lwIP arch/cc.h
#define LWIP_NO_STDINT_H 1
typedef unsigned char u8_t;
typedef signed char s8_t;
typedef unsigned short u16_t;
typedef signed short s16_t;
typedef unsigned long u32_t;
typedef signed long s32_t;
typedef unsigned long mem_ptr_t;
#define LWIP_ERR_T s32_t