Update IDF to aaf1239 (#1539)

* fix sdmmc config

* Fix warnings in EEPROM

from @Curclamas

* remove leftover TAG in EEPROM

* Initial add of @stickbreaker i2c

* Add log_n

* fix warnings when log is off

* i2c code clean up and reorganization

* add flags to interrupt allocator

* fix sdmmc config

* Fix warnings in EEPROM

from @Curclamas

* remove leftover TAG in EEPROM

* fix errors with latest IDF

* fix debug optimization (#1365)

incorrect optimization for debugging tick markers.

* Fix some missing BT header

* Change BTSerial log calls

* Update BLE lib

* Arduino-ESP32 release management scripted (#1515)

* Calculate an absolute path for a custom partitions table (#1452)

* * Arduino-ESP32 release management scripted
(ready-to-merge)

* * secure env for espressif/arduino-esp32

* * build tests enabled
* gitter webhook enabled

* * gitter room link fixed
* better comment

* * filepaths fixed

* BT Serial adjustments

* * don't run sketch builds & tests for tagged builds

* Return false from WiFi.hostByName() if hostname is not resolved

* Free BT Memory when BT is not used

* WIFI_MODE_NULL is not supported anymore

* Select some key examples to build with PlatformIO to save some time

* Update BLE lib

* Fixed BLE lib

* Major WiFi overhaul

- auto reconnect on connection loss now works
- moved to event groups
- some code clean up and procedure optimizations
- new methods to get a more elaborate system ststus

* Add cmake tests to travis

* Add initial AsyncUDP

* Add NetBIOS lib and fix CMake includes

* Add Initial WebServer

* Fix WebServer and examples

* travis not quiting on build fail

* Try different travis build

* Update IDF to aaf1239

* Fix WPS Example

* fix script permission and add some fail tests to sketch builder

* Add missing space in WiFiClient::write(Stream &stream)
This commit is contained in:
Me No Dev
2018-06-27 09:01:06 +02:00
committed by GitHub
parent 7abd5862ed
commit a59eafbc9d
626 changed files with 39585 additions and 16687 deletions

0
tools/sdk/include/lwip/lwip/api.h Executable file → Normal file
View File

0
tools/sdk/include/lwip/lwip/arch.h Executable file → Normal file
View File

0
tools/sdk/include/lwip/lwip/autoip.h Executable file → Normal file
View File

0
tools/sdk/include/lwip/lwip/debug.h Executable file → Normal file
View File

0
tools/sdk/include/lwip/lwip/def.h Executable file → Normal file
View File

0
tools/sdk/include/lwip/lwip/dhcp.h Executable file → Normal file
View File

0
tools/sdk/include/lwip/lwip/dhcp6.h Executable file → Normal file
View File

0
tools/sdk/include/lwip/lwip/dns.h Executable file → Normal file
View File

0
tools/sdk/include/lwip/lwip/err.h Executable file → Normal file
View File

0
tools/sdk/include/lwip/lwip/ethip6.h Executable file → Normal file
View File

0
tools/sdk/include/lwip/lwip/icmp.h Executable file → Normal file
View File

0
tools/sdk/include/lwip/lwip/icmp6.h Executable file → Normal file
View File

0
tools/sdk/include/lwip/lwip/igmp.h Executable file → Normal file
View File

0
tools/sdk/include/lwip/lwip/inet.h Executable file → Normal file
View File

0
tools/sdk/include/lwip/lwip/inet_chksum.h Executable file → Normal file
View File

0
tools/sdk/include/lwip/lwip/init.h Executable file → Normal file
View File

0
tools/sdk/include/lwip/lwip/ip.h Executable file → Normal file
View File

0
tools/sdk/include/lwip/lwip/ip4.h Executable file → Normal file
View File

0
tools/sdk/include/lwip/lwip/ip4_addr.h Executable file → Normal file
View File

0
tools/sdk/include/lwip/lwip/ip6.h Executable file → Normal file
View File

0
tools/sdk/include/lwip/lwip/ip6_addr.h Executable file → Normal file
View File

0
tools/sdk/include/lwip/lwip/ip6_frag.h Executable file → Normal file
View File

0
tools/sdk/include/lwip/lwip/ip_addr.h Executable file → Normal file
View File

0
tools/sdk/include/lwip/lwip/ip_frag.h Executable file → Normal file
View File

0
tools/sdk/include/lwip/lwip/mem.h Executable file → Normal file
View File

0
tools/sdk/include/lwip/lwip/memp.h Executable file → Normal file
View File

0
tools/sdk/include/lwip/lwip/mld6.h Executable file → Normal file
View File

0
tools/sdk/include/lwip/lwip/nd6.h Executable file → Normal file
View File

0
tools/sdk/include/lwip/lwip/netbuf.h Executable file → Normal file
View File

0
tools/sdk/include/lwip/lwip/netdb.h Executable file → Normal file
View File

0
tools/sdk/include/lwip/lwip/netif.h Executable file → Normal file
View File

0
tools/sdk/include/lwip/lwip/netifapi.h Executable file → Normal file
View File

0
tools/sdk/include/lwip/lwip/opt.h Executable file → Normal file
View File

0
tools/sdk/include/lwip/lwip/pbuf.h Executable file → Normal file
View File

0
tools/sdk/include/lwip/lwip/pppapi.h Executable file → Normal file
View File

0
tools/sdk/include/lwip/lwip/priv/api_msg.h Executable file → Normal file
View File

0
tools/sdk/include/lwip/lwip/priv/memp_priv.h Executable file → Normal file
View File

0
tools/sdk/include/lwip/lwip/priv/memp_std.h Executable file → Normal file
View File

0
tools/sdk/include/lwip/lwip/priv/tcp_priv.h Executable file → Normal file
View File

0
tools/sdk/include/lwip/lwip/priv/tcpip_priv.h Executable file → Normal file
View File

0
tools/sdk/include/lwip/lwip/raw.h Executable file → Normal file
View File

0
tools/sdk/include/lwip/lwip/sio.h Executable file → Normal file
View File

0
tools/sdk/include/lwip/lwip/snmp.h Executable file → Normal file
View File

6
tools/sdk/include/lwip/lwip/sockets.h Executable file → Normal file
View File

@ -446,8 +446,6 @@ typedef struct fd_set
unsigned char fd_bits [(FD_SETSIZE+7)/8];
} fd_set;
#elif LWIP_SOCKET_OFFSET
#error LWIP_SOCKET_OFFSET does not work with external FD_SET!
#endif /* FD_SET */
/** LWIP_TIMEVAL_PRIVATE: if you want to use the struct timeval provided
@ -591,8 +589,10 @@ static inline int sendto(int s,const void *dataptr,size_t size,int flags,const s
{ return lwip_sendto_r(s,dataptr,size,flags,to,tolen); }
static inline int socket(int domain,int type,int protocol)
{ return lwip_socket(domain,type,protocol); }
#ifndef ESP_HAS_SELECT
static inline int select(int maxfdp1,fd_set *readset,fd_set *writeset,fd_set *exceptset,struct timeval *timeout)
{ return lwip_select(maxfdp1,readset,writeset,exceptset,timeout); }
#endif /* ESP_HAS_SELECT */
static inline int ioctlsocket(int s,long cmd,void *argp)
{ return lwip_ioctl_r(s,cmd,argp); }
@ -645,8 +645,10 @@ static inline int sendto(int s,const void *dataptr,size_t size,int flags,const s
{ return lwip_sendto(s,dataptr,size,flags,to,tolen); }
static inline int socket(int domain,int type,int protocol)
{ return lwip_socket(domain,type,protocol); }
#ifndef ESP_HAS_SELECT
static inline int select(int maxfdp1,fd_set t*readset,fd_set *writeset,fd_set *exceptset,struct timeval *timeout)
{ return lwip_select(maxfdp1,readset,writeset,exceptset,timeout); }
#endif /* ESP_HAS_SELECT */
static inline int ioctlsocket(int s,long cmd,void *argp)
{ return lwip_ioctl(s,cmd,argp); }

0
tools/sdk/include/lwip/lwip/stats.h Executable file → Normal file
View File

4
tools/sdk/include/lwip/lwip/sys.h Executable file → Normal file
View File

@ -148,6 +148,10 @@ err_t sys_sem_new(sys_sem_t *sem, u8_t count);
/** Signals a semaphore
* @param sem the semaphore to signal */
void sys_sem_signal(sys_sem_t *sem);
/** Signals a semaphore (ISR version)
* @param sem the semaphore to signal
* @return non-zero if a higher priority task has been woken */
int sys_sem_signal_isr(sys_sem_t *sem);
/** Wait for a semaphore for the specified timeout
* @param sem the semaphore to wait for
* @param timeout timeout in milliseconds to wait (0 = wait forever)

0
tools/sdk/include/lwip/lwip/tcp.h Executable file → Normal file
View File

0
tools/sdk/include/lwip/lwip/tcpip.h Executable file → Normal file
View File

0
tools/sdk/include/lwip/lwip/timers.h Executable file → Normal file
View File

0
tools/sdk/include/lwip/lwip/udp.h Executable file → Normal file
View File