mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-30 16:24:09 +03:00
Restructured the lwip raw comat code.
Added replacements for the time functions on ESP8266.
This commit is contained in:
27
compat/lwipr_platform.h
Normal file
27
compat/lwipr_platform.h
Normal file
@ -0,0 +1,27 @@
|
||||
/*
|
||||
* lwipr_platform.h
|
||||
*
|
||||
* Created on: Feb 8, 2016
|
||||
* Author: slavey
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef AXTLS_8266_COMPAT_LWIPR_PLATFORM_H_
|
||||
#define AXTLS_8266_COMPAT_LWIPR_PLATFORM_H_
|
||||
|
||||
/* Add here all platform specific things */
|
||||
|
||||
|
||||
// Some calls require the watchdog to be reset
|
||||
#ifndef WATCHDOG_FEED
|
||||
#define WATCHDOG_FEED()
|
||||
#endif
|
||||
|
||||
|
||||
/* SSL_DEBUG is for more information */
|
||||
#ifndef SSL_DEBUG
|
||||
#define AXL_DEBUG(...)
|
||||
#endif
|
||||
|
||||
|
||||
#endif /* AXTLS_8266_COMPAT_LWIPR_PLATFORM_H_ */
|
Reference in New Issue
Block a user