arduino-esp32/cores/esp32
me-no-dev dd834b3372 Ensure that String::setLen() is always after any memory operation
Since `String::setLen()` is now modifying the buffer, this change is required to ensure that the proper buffer is changed.
2021-03-05 12:00:39 +02:00
..
apps/sntp Update IDF to 3.2-3276a13 and esptool.py to 2.5.0 (#1878) 2018-09-21 08:39:36 +02:00
libb64 use libbase64 macro to calculate base64 length (#2007) 2018-11-19 17:01:38 +01:00
Arduino.h fix bitWrite macro (#4507) 2020-11-09 17:08:13 +02:00
base64.cpp Base64::encode : const correctness / String by reference passing (#3314) 2019-10-02 14:29:24 +03:00
base64.h Update licenses 2021-02-18 12:14:35 +02:00
binary.h
cbuf.cpp Fix cbuf not being able to hold the full length 2017-01-24 17:57:44 +02:00
cbuf.h
Client.h Remove extra connects from Client.h (#3191) 2019-09-09 09:36:22 +03:00
esp32-hal-adc.c Update licenses 2021-02-18 12:14:35 +02:00
esp32-hal-adc.h Update licenses 2021-02-18 12:14:35 +02:00
esp32-hal-bt.c Fixed use of Bluedroid instead of BT in HAL. (#4879) 2021-03-01 23:55:04 +02:00
esp32-hal-bt.h Update licenses 2021-02-18 12:14:35 +02:00
esp32-hal-cpu.c Update licenses 2021-02-18 12:14:35 +02:00
esp32-hal-cpu.h Update licenses 2021-02-18 12:14:35 +02:00
esp32-hal-dac.c Update licenses 2021-02-18 12:14:35 +02:00
esp32-hal-dac.h Update licenses 2021-02-18 12:14:35 +02:00
esp32-hal-gpio.c Update licenses 2021-02-18 12:14:35 +02:00
esp32-hal-gpio.h Update licenses 2021-02-18 12:14:35 +02:00
esp32-hal-i2c.c Update licenses 2021-02-18 12:14:35 +02:00
esp32-hal-i2c.h Update licenses 2021-02-18 12:14:35 +02:00
esp32-hal-ledc.c Update licenses 2021-02-18 12:14:35 +02:00
esp32-hal-ledc.h Update licenses 2021-02-18 12:14:35 +02:00
esp32-hal-log.c Added possibility to use ESP32-IDF log insted of redefined one (#4845) 2021-02-23 00:18:15 +02:00
esp32-hal-log.h Added possibility to use ESP32-IDF log insted of redefined one (#4845) 2021-02-23 00:18:15 +02:00
esp32-hal-matrix.c Update licenses 2021-02-18 12:14:35 +02:00
esp32-hal-matrix.h Update licenses 2021-02-18 12:14:35 +02:00
esp32-hal-misc.c Update licenses 2021-02-18 12:14:35 +02:00
esp32-hal-psram.c Update licenses 2021-02-18 12:14:35 +02:00
esp32-hal-psram.h Update licenses 2021-02-18 12:14:35 +02:00
esp32-hal-rmt.c Update licenses 2021-02-18 12:14:35 +02:00
esp32-hal-rmt.h Update licenses 2021-02-18 12:14:35 +02:00
esp32-hal-sigmadelta.c Update licenses 2021-02-18 12:14:35 +02:00
esp32-hal-sigmadelta.h Update licenses 2021-02-18 12:14:35 +02:00
esp32-hal-spi.c Update licenses 2021-02-18 12:14:35 +02:00
esp32-hal-spi.h Update licenses 2021-02-18 12:14:35 +02:00
esp32-hal-time.c Update licenses 2021-02-18 12:14:35 +02:00
esp32-hal-timer.c Update licenses 2021-02-18 12:14:35 +02:00
esp32-hal-timer.h Update licenses 2021-02-18 12:14:35 +02:00
esp32-hal-touch.c Update licenses 2021-02-18 12:14:35 +02:00
esp32-hal-touch.h Update licenses 2021-02-18 12:14:35 +02:00
esp32-hal-uart.c Update licenses 2021-02-18 12:14:35 +02:00
esp32-hal-uart.h Update licenses 2021-02-18 12:14:35 +02:00
esp32-hal.h Update licenses 2021-02-18 12:14:35 +02:00
esp8266-compat.h Convert the few remaining cr/lf files to use lf for eol. (#1316) 2018-04-16 16:34:39 +02:00
Esp.cpp Update licenses 2021-02-18 12:14:35 +02:00
Esp.h Update licenses 2021-02-18 12:14:35 +02:00
FunctionalInterrupt.cpp Update licenses 2021-02-18 12:14:35 +02:00
FunctionalInterrupt.h Update licenses 2021-02-18 12:14:35 +02:00
HardwareSerial.cpp Update licenses 2021-02-18 12:14:35 +02:00
HardwareSerial.h Added facility to invert the polarity of input UART bits. (#4200) 2020-10-01 13:58:48 +03:00
IPAddress.cpp const correctness (#89) 2016-12-12 01:32:55 +02:00
IPAddress.h const correctness (#89) 2016-12-12 01:32:55 +02:00
IPv6Address.cpp Update licenses 2021-02-18 12:14:35 +02:00
IPv6Address.h Update licenses 2021-02-18 12:14:35 +02:00
main.cpp Update licenses 2021-02-18 12:14:35 +02:00
MD5Builder.cpp
MD5Builder.h
pgmspace.h Fix issue 4095 (#4503) 2020-11-08 04:55:59 +02:00
Print.cpp Extend Print class for 64bit integers. (#3688) 2020-09-30 14:31:36 +03:00
Print.h availableForWrite (#4664) 2021-01-11 11:43:10 +02:00
Printable.h
Server.h Update IDF to aaf1239 (#1539) 2018-06-27 09:01:06 +02:00
stdlib_noniso.c
stdlib_noniso.h
Stream.cpp Corrections of Stream.Find, FindUntil and added FindMulti - like AVR-Core Libraries (#3442) 2020-10-14 15:20:40 +03:00
Stream.h Corrections of Stream.Find, FindUntil and added FindMulti - like AVR-Core Libraries (#3442) 2020-10-14 15:20:40 +03:00
StreamString.cpp StreamString SSO fix (#2736) 2019-05-11 11:16:05 +03:00
StreamString.h Convert the few remaining cr/lf files to use lf for eol. (#1316) 2018-04-16 16:34:39 +02:00
Udp.h Add virtual beginMulticast(...) stub to UDP class (#4061) 2020-11-02 20:26:50 +02:00
WCharacter.h
wiring_private.h Do not include file that does not exist 2016-11-13 13:26:49 +02:00
wiring_pulse.c Enable pulseIn() (#140) 2017-01-20 21:49:17 +02:00
wiring_shift.c Trailing spaces (#3738) 2020-11-02 22:11:26 +02:00
WMath.cpp Add div by zero check back into WMath::map (#4853) 2021-02-24 19:04:36 +02:00
WString.cpp Ensure that String::setLen() is always after any memory operation 2021-03-05 12:00:39 +02:00
WString.h Fix String::clear() not clearing the string properly 2021-03-04 21:20:27 +02:00