..
libb64
initial import
2016-10-06 07:09:44 -06:00
Arduino.h
add shiftIn shiftOut
2016-11-13 16:53:56 +02:00
base64.cpp
initial import
2016-10-06 07:09:44 -06:00
base64.h
initial import
2016-10-06 07:09:44 -06:00
binary.h
initial import
2016-10-06 07:09:44 -06:00
cbuf.cpp
initial import
2016-10-06 07:09:44 -06:00
cbuf.h
initial import
2016-10-06 07:09:44 -06:00
Client.h
initial import
2016-10-06 07:09:44 -06:00
esp32-hal-gpio.c
really fix attachInterrupt to work on either core
2016-10-11 12:29:06 +03:00
esp32-hal-gpio.h
initial import
2016-10-06 07:09:44 -06:00
esp32-hal-i2c.c
Add Kconfig for IDF and option to disable HAL mutexes
2016-11-18 15:07:25 +02:00
esp32-hal-i2c.h
return proper errors
2016-10-11 15:11:51 +03:00
esp32-hal-ledc.c
Add Kconfig for IDF and option to disable HAL mutexes
2016-11-18 15:07:25 +02:00
esp32-hal-ledc.h
add ledc and sigma-delta api
2016-10-20 00:31:03 +03:00
esp32-hal-log.h
optimize log facility for multi threading
2016-11-13 13:40:31 +02:00
esp32-hal-matrix.c
initial import
2016-10-06 07:09:44 -06:00
esp32-hal-matrix.h
initial import
2016-10-06 07:09:44 -06:00
esp32-hal-misc.c
Add Kconfig for IDF and option to disable HAL mutexes
2016-11-18 15:07:25 +02:00
esp32-hal-sd.c
Add Kconfig for IDF and option to disable HAL mutexes
2016-11-18 15:07:25 +02:00
esp32-hal-sd.h
add ledc and sigma-delta api
2016-10-20 00:31:03 +03:00
esp32-hal-spi.c
Add Kconfig for IDF and option to disable HAL mutexes
2016-11-18 15:07:25 +02:00
esp32-hal-spi.h
implement thread-safe spi
2016-10-11 15:51:09 +03:00
esp32-hal-uart.c
Add Kconfig for IDF and option to disable HAL mutexes
2016-11-18 15:07:25 +02:00
esp32-hal-uart.h
UART rework
2016-10-14 03:02:40 +03:00
esp32-hal.h
Add Kconfig for IDF and option to disable HAL mutexes
2016-11-18 15:07:25 +02:00
Esp.cpp
initial import
2016-10-06 07:09:44 -06:00
Esp.h
initial import
2016-10-06 07:09:44 -06:00
HardwareSerial.cpp
add default pins for UART1 and UART2
2016-11-13 17:01:44 +02:00
HardwareSerial.h
Add HardwareSerial::write(const char *)
2016-11-16 17:30:13 +02:00
IPAddress.cpp
Wiring.h -> Arduino.h
2016-10-06 07:09:45 -06:00
IPAddress.h
initial import
2016-10-06 07:09:44 -06:00
main.cpp
Add Kconfig for IDF and option to disable HAL mutexes
2016-11-18 15:07:25 +02:00
MD5Builder.cpp
initial import
2016-10-06 07:09:44 -06:00
MD5Builder.h
initial import
2016-10-06 07:09:44 -06:00
pgmspace.h
add more definitions to pgmspace.h to match ESP8266
2016-10-08 00:40:11 +03:00
Print.cpp
copy va_list in Print::printf
2016-10-11 11:42:47 +03:00
Print.h
comment out __FlashStringHelper methods in Print
2016-10-07 23:59:24 +03:00
Printable.h
initial import
2016-10-06 07:09:44 -06:00
Server.h
initial import
2016-10-06 07:09:44 -06:00
stdlib_noniso.c
include stdlib_noniso in Arduino.h
2016-10-26 02:13:00 +03:00
stdlib_noniso.h
initial import
2016-10-06 07:09:44 -06:00
Stream.cpp
Wiring.h -> Arduino.h
2016-10-06 07:09:45 -06:00
Stream.h
initial import
2016-10-06 07:09:44 -06:00
StreamString.cpp
initial import
2016-10-06 07:09:44 -06:00
StreamString.h
initial import
2016-10-06 07:09:44 -06:00
Udp.h
initial import
2016-10-06 07:09:44 -06:00
WCharacter.h
Wiring.h -> Arduino.h
2016-10-06 07:09:45 -06:00
wiring_private.h
Do not include file that does not exist
2016-11-13 13:26:49 +02:00
wiring_shift.c
add shiftIn shiftOut
2016-11-13 16:53:56 +02:00
WMath.cpp
initial import
2016-10-06 07:09:44 -06:00
WString.cpp
initial import
2016-10-06 07:09:44 -06:00
WString.h
fix F macro
2016-10-07 23:56:50 +03:00