- 24 Sep, 2019 9 commits
-
-
me-no-dev authored
-
me-no-dev authored
-
lbernstone authored
* Fixed FFat::end. Fixes #3244 * Missed the handle check in format
-
me-no-dev authored
Closes: https://github.com/espressif/arduino-esp32/issues/2944 Thanks @atanisoft
-
Larry Bank authored
The original boards.txt was missing a menu option to select the FLASH partitioning options.
-
tpitman authored
* Add partition schemes to adafruit featheresp32 * Removed minimal partition scheme
-
Me No Dev authored
-
me-no-dev authored
Enable insecure download for CI
-
Paul Vint authored
-
- 23 Sep, 2019 1 commit
-
-
Magicblocks authored
-
- 22 Sep, 2019 4 commits
-
-
lbernstone authored
-
Luc authored
-
FraserLee authored
The old version would crash the Stino plugin, which appears not to support quotes in board names
-
Me No Dev authored
fixes: https://github.com/espressif/arduino-esp32/issues/3241
-
- 21 Sep, 2019 1 commit
-
-
me-no-dev authored
-
- 20 Sep, 2019 1 commit
-
-
Luc authored
this is due to ussage of esp_err_t result; instead of boolean, ESP_OK =0 so it is false
-
- 16 Sep, 2019 2 commits
- 12 Sep, 2019 1 commit
-
-
Me No Dev authored
* Update app_httpd.cpp * Stop LWIP from using PSRAM and enable OV7725
-
- 11 Sep, 2019 3 commits
-
-
EricMc1289 authored
* Added timeout to WiFiScan class to prevent haning at stucking at WIFI_SCAN_RUNNING when scan fails internally * fixed tabs and returns, connected scanTimeout to max_scan_per_channel timeout * Corrected tabs two * Added static vars scanTimeout und scanStarted to WiFiScan.h protected section * Fixed missing ; in line 64
-
Edoardo Odorico authored
Relative to #3006
-
Dirk O. Kaar authored
* Inline ESP::getCycleCount() to make it safe to call from ISRs * Attribute IRAM_ATTR ISR-safe function in addition to inlining.
-
- 10 Sep, 2019 1 commit
-
-
Luc authored
* Fix wrong values in .cvs files Add missing upload size for partitions bigger than default one * Add new partion to generic Fix hardcoded partition for 16M flash
-
- 09 Sep, 2019 1 commit
-
-
Me No Dev authored
-
- 08 Sep, 2019 4 commits
-
-
Jeroen88 authored
* Expose uartStartDetectBaudrate(uart_t *) in esp32-hal-uart.h and call it from HardwareSerial::begin() if baudrate detection is requested (by passing a baudrate of 0) to solve baudrate detection problems * Avoid a division by zero error in uartGetBaudRate()
-
Me No Dev authored
-
Tijs van Roon authored
* Use loc_buf for small strings, check for error return from vsnprintf * cleanup arg when bailing out of new * Use malloc/free instead of new/delete in printf * Return actual bytes written in printf * FIX: write before free
-
Marcel Stör authored
Pointing to an old fork is misleading.
-
- 05 Sep, 2019 4 commits
-
-
Me No Dev authored
Some ESP32 chips are rated only to 160MHz. This change adds support for them and does not allow frequency to be switched to 240MHz
-
me-no-dev authored
-
Me No Dev authored
-
full-stack-ex authored
* Fix long Ticker period conversion * Simplify long Ticker period conversion fix by using 1000ULL
-
- 01 Sep, 2019 1 commit
-
-
Me No Dev authored
-
- 27 Aug, 2019 3 commits
-
-
Me No Dev authored
* Rework the sketch builder to match the IDE * Link the board to the home folder * Rename files for clarity * move ci files to own subfolder * Update Github CI to use the new script locations
-
Earle F. Philhower, III authored
Pull in bugfixes from the ESP8266 repo for problems in the SSO implementation of replace(). See the following patches for full details: https://github.com/esp8266/Arduino/commit/54240d2cc51e8b134fc6dc583f5a2b21f19755d8#diff-8d9e71e16d437343017df828f0528f63 https://github.com/esp8266/Arduino/commit/78a1a66e6dcd0437167869c363cd29160c35fe96#diff-8d9e71e16d437343017df828f0528f63 https://github.com/esp8266/Arduino/commit/4e9358445a161939f7d8246fbc365a035693749a#diff-8d9e71e16d437343017df828f0528f63 Fixes #3140
-
Julian Büchel authored
* Removed pragme in BLERemoteService.cpp * Added the line at the top and changed to warning
-
- 21 Aug, 2019 1 commit
-
-
me-no-dev authored
-
- 20 Aug, 2019 3 commits