1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-29 16:03:14 +03:00

Commit Graph

  • a8873c2364 fix documented parameter (#6392) teo1978 2019-08-07 14:16:07 +02:00
  • 88f0410c4b ensure consistency for gdb hooks signatures (#6391) david gauchard 2019-08-07 11:18:45 +02:00
  • 2a7a3f5683 Uncouple uart from GDBStub library (#6390) Majenko Technologies 2019-08-07 08:51:37 +01:00
  • 4e9358445a wstring: fix concatenation from flash (#6368) david gauchard 2019-08-05 17:16:49 +02:00
  • f78ab66f89 libraries: fixed no "OK" ACK for Signed Update (#6351) thangktran 2019-08-01 14:00:49 +02:00
  • d6973cd63d enable puya support by default (can be disabled with -DPUYA_SUPPORT=0) (#6362) david gauchard 2019-07-31 07:04:01 +02:00
  • 235b02edee Merge branch 'master' into wifi_mesh_update_2.2 Earle F. Philhower, III 2019-07-28 12:17:03 -07:00
  • 19d09eae2b Preserve prior bitrate for I2S begin (#6349) Earle F. Philhower, III 2019-07-28 12:16:31 -07:00
  • c6bfec900c Add a FS::check() optional method (#6340) Earle F. Philhower, III 2019-07-26 22:57:27 -07:00
  • d2fde8dee0 Fix trivial extra "\n" on web update success (#6350) Earle F. Philhower, III 2019-07-26 16:34:22 -07:00
  • 824a83347d Update LittleFS/SdFat to current project head (#6345) Earle F. Philhower, III 2019-07-25 13:50:58 -07:00
  • 76ed52c1b2 Update WiFiServer docs for ::write(all clients) (#6338) Earle F. Philhower, III 2019-07-25 05:31:00 -07:00
  • aa0bc3372f Add plain char* signatures WebServer::sendContent (#6341) Earle F. Philhower, III 2019-07-25 04:39:57 -07:00
  • 34077c03f5 Allow use of LED16 for generic boards (#6343) Earle F. Philhower, III 2019-07-25 02:16:04 -07:00
  • aecf113850 host emulation: littlefs was not fully enabled (#6342) david gauchard 2019-07-25 03:05:10 +02:00
  • 17ee38074f Move to -std=g++11 from -std=c++11 (#6339) Earle F. Philhower, III 2019-07-24 17:18:51 -07:00
  • 4e7f5afc54 Update to latest BearSSL (#6337) Earle F. Philhower, III 2019-07-23 22:05:47 -07:00
  • 705dd39093 tools: fixed bug to select signed bin (#6334) thangktran 2019-07-23 23:10:16 +02:00
  • a64ef544d9 emulation on host: add missing strlcat strlcpy (#6327) david gauchard 2019-07-23 11:13:50 +02:00
  • 82a1382864 Don't throw exceptions from operator new by default (#6312) Earle F. Philhower, III 2019-07-23 01:18:52 -07:00
  • 5d5cd1d426 Clear updater state on any error (#6325) Earle F. Philhower, III 2019-07-21 16:21:35 -07:00
  • 93ef2e29af Add using fs::SPIFFSConfig to FS.h (#6324) Earle F. Philhower, III 2019-07-21 13:40:21 -07:00
  • ac25f3276f Upgrade to 2.5.0-4 toolchain w/improved pgm_read_x, C++ exceptions (#6273) Earle F. Philhower, III 2019-07-21 10:46:29 -07:00
  • 5cb82c1610 webserver: restore legacy request handler (#6321) david gauchard 2019-07-20 08:29:02 +02:00
  • d9684351c2 Make delay() as overridable as yield() already is, and add overridable loop_end() (#6306) Dirk O. Kaar 2019-07-18 23:40:58 +02:00
  • 2130f3ee8c Fix typo in doc (#6313) CzBiX 2019-07-19 01:11:43 +08:00
  • 29bedfa842 Clean tools key of obsolete version on next release (#6258) Earle F. Philhower, III 2019-07-15 20:45:29 -07:00
  • 3cc64f7877 Fix raise_exception() (#6288) david gauchard 2019-07-16 00:34:45 +02:00
  • 1c68d02924 Create empty method for String class (#6293) ruggi99 2019-07-15 16:52:05 +02:00
  • 52f8c62b81 Fix GCC 9.1 warnings (except Ticker.h, gdbstub) (#6298) Earle F. Philhower, III 2019-07-14 21:22:49 -07:00
  • c18b402c31 Add a dump of received FP and CERT when in debug mode (#6300) Earle F. Philhower, III 2019-07-14 14:09:44 -07:00
  • 38d8b6efde Added memory fence to xt_rsil() (#6301) M Hightower 2019-07-14 12:36:39 -07:00
  • 147fada3f5 Minor doc update, "How to make a PR" link (#6297) Earle F. Philhower, III 2019-07-14 04:25:57 -07:00
  • cd6cf984ec esptool.py: disable 9600bauds in menu for flash upload serial speed (#6292) david gauchard 2019-07-13 23:10:20 +02:00
  • 8b5433977e Prepare signing before sketch is compiled (#6287) Chris van Marle 2019-07-12 23:52:51 +02:00
  • 8c37601614 Fix Ticker callback casting. (#6282) Earle F. Philhower, III 2019-07-10 20:15:10 -07:00
  • 7c6701512f Clean up remaining non-LeaMDNS diffs from gcc4.8 to gcc7.2 (#6279) Earle F. Philhower, III 2019-07-10 13:52:38 -07:00
  • 48ace77b48 Refactored to avoid compiler warning (#6278) Dirk O. Kaar 2019-07-10 19:47:01 +02:00
  • d20177ae35 - Add new ESP-NOW mesh backend. Anders 2019-07-10 02:29:01 +02:00
  • 1b3ac4f5e9 Switch default FW to "2.2.2-dev(38a443e)" (menu:2.2.1+100) (#6272) david gauchard 2019-07-09 20:18:55 +02:00
  • 828857d0e0 Make SPIFFS be an integer number of blocks (#5989) Earle F. Philhower, III 2019-07-09 01:24:25 -07:00
  • adf2b14a6a Add support for newer mobile OS changes. (#5529) nouser2013 2019-07-08 16:12:28 +02:00
  • d2a487dfd9 Clean up code to build under GCC7, fix pgm_read_unaligned (#6270) Earle F. Philhower, III 2019-07-08 01:17:48 -07:00
  • 76cda9bdbc Update axtls libs with fix for #6260 (#6262) Earle F. Philhower, III 2019-07-06 07:59:25 -07:00
  • 3f0f2143f8 fix bug in storing UDP remote address (#6263) david gauchard 2019-07-06 12:30:40 +02:00
  • 6bd4b1c4f7 Clean up trivial gcc -wextra warnings (#6254) Earle F. Philhower, III 2019-07-05 22:31:50 -07:00
  • 8b1af68e3f Infinite loop while passing File(FS.h) resolved (#5038) mayankgour13 2019-07-05 18:32:01 +05:30
  • ad2b51e36f Do not call yield() from timedRead() or timedPeek() when _timeout is set to 0. (#6242) M Hightower 2019-07-05 04:36:46 -07:00
  • 4bfa2ae889 TCP connect and send delay fix (#6213) Alexander Emelianov 2019-07-05 15:11:40 +05:00
  • 403001e37c nonos-sdk: update to latest version 2.2.x branch, commitlog added in tree (#6257) david gauchard 2019-07-05 04:06:14 +02:00
  • a0634a71a9 Fix mixup with boolean/bitwise or for BSSL probing (#6252) Earle F. Philhower, III 2019-07-04 09:14:50 -07:00
  • 16312949c9 Add timeout to STA::waitForConnectResult (#5371) dav1901 2019-07-04 15:08:02 +03:00
  • e81bb6f57c HTTPClient: Added possibility of sending POST with empty payload (#4275) aesapronov 2019-07-04 14:00:54 +03:00
  • 6272b49406 Updater signature validation - format incompatible w/RFC8017 (#6250) Chris van Marle 2019-07-04 12:17:30 +02:00
  • 7036297920 Convert ESP8266WebServer* into templatized model (#5982) Earle F. Philhower, III 2019-07-04 01:58:22 -07:00
  • 93a52f923b Bugfix: attach interrupt (#6049) (#6048) Dirk O. Kaar 2019-07-04 05:13:48 +02:00
  • 3f35506684 using std::nothrow instead of malloc (#6251) david gauchard 2019-07-04 03:59:54 +02:00
  • 6272e897ca mock: addrList fix (#6248) david gauchard 2019-07-03 09:49:03 +02:00
  • 5a47cab77d add documentation to scheduled functions (#6234) david gauchard 2019-06-27 12:09:27 +02:00
  • f9009b8a5e mDNS: restriction to a single interface (#6224) david gauchard 2019-06-27 09:30:12 +02:00
  • 5306976db1 udp remote pbuf helper: honor fragmented packets (#6222) david gauchard 2019-06-26 21:35:43 +02:00
  • 961b558a91 Fix device test environment variables (#6229) Earle F. Philhower, III 2019-06-26 08:54:36 -07:00
  • 7d8782acfc EspSoftwareSerial public release 5.2.2 (source code collision with DHT lib resolved) (#6227) Dirk O. Kaar 2019-06-26 16:44:36 +02:00
  • b94ea923b0 scheduled function: replacing new by malloc needs to initialize complex members (#6233) david gauchard 2019-06-26 15:18:07 +02:00
  • 909a9c4f4c Expand gitignore to cover files created by Visual Micro (#6231) Dirk O. Kaar 2019-06-26 13:57:26 +02:00
  • 793f92e3e7 Update mklittlefs to match library (#6230) Earle F. Philhower, III 2019-06-25 15:13:16 -07:00
  • 7c184f4268 filter weird characters from esp output to python (#6226) david gauchard 2019-06-25 21:45:33 +02:00
  • 80e976d1f0 recurrent scheduled functions: fix comment (#6228) david gauchard 2019-06-25 20:18:19 +02:00
  • 05be1a09e6 remove scheduled functions complexity overhead, change recurrent api (#6214) david gauchard 2019-06-25 12:53:47 +02:00
  • f5a882d03d Put InterruptLock (from interrupts.h) into namespace esp8266 to fix now and future (#6225) Dirk O. Kaar 2019-06-25 11:14:45 +02:00
  • 2e3e1d5e98 EspSoftwareSerial release 5.2.1 (#6219) Dirk O. Kaar 2019-06-24 14:32:59 +02:00
  • 653f58e209 interrupts.h in tests/host/common is empty (#6217) Dirk O. Kaar 2019-06-22 16:43:19 +02:00
  • d93c7e06d7 Unrelated includes, but necessary Arduino.h missing (#6215) Dirk O. Kaar 2019-06-21 11:15:53 +02:00
  • fc77f2e89c littlefs: fixes for mock/emulation, use in FSBrowser example (#6211) david gauchard 2019-06-20 23:34:27 +02:00
  • a78fb72302 Updated Example to use ArduinoJson6 (#6203) Ruandv 2019-06-20 21:24:33 +02:00
  • 621a341234 emulation: add fake cont_yield (#6210) david gauchard 2019-06-19 19:01:20 +02:00
  • ec7bdfa284 Fix editing, typos and grammatical errors (#6207) Kyle Lobo 2019-06-18 05:10:46 +05:30
  • 59db907647 lwip2: (re)fix setting static ip address (#6194) david gauchard 2019-06-17 23:57:31 +02:00
  • 9f03bbb8c3 Add an EC keyed certificat to BearSSL Server example (#6202) Earle F. Philhower, III 2019-06-14 14:58:29 -07:00
  • 0920daf251 Add some more CI tests for String::replace (#6193) Earle F. Philhower, III 2019-06-10 12:51:43 -07:00
  • fe01433f78 Obey the BASIC_SSL request for TLS servers (#6187) Earle F. Philhower, III 2019-06-07 19:40:33 -07:00
  • 777986c9ae Undo #6162 because of bad performance in some EC situations (#6188) Earle F. Philhower, III 2019-06-07 16:05:59 -07:00
  • 6bfb1bae40 Move all SSL constants into PROGMEM, free 1.2KB (#6162) Earle F. Philhower, III 2019-06-06 13:05:22 -07:00
  • 6722d1d44b Add mklittlefs tool to gitignore (#6186) Earle F. Philhower, III 2019-06-06 09:29:32 -07:00
  • 78a1a66e6d Make SSO support \0s, use memmove, add test (#6155) Earle F. Philhower, III 2019-06-05 08:11:53 -07:00
  • 79101213a5 Use placement new for ETSTimer - no heap fragmentation (#6164) Dirk O. Kaar 2019-06-05 06:14:14 +02:00
  • 8859b818d8 Make CertStore natively use File interface (#6131) Earle F. Philhower, III 2019-05-30 12:53:03 -07:00
  • 44bda41cf6 Add FS::info64 call for filesystems > 4GB (#6154) Earle F. Philhower, III 2019-05-30 10:51:55 -07:00
  • 69311c8fe1 Added BR_OPT_NO_RENEGOTIATION flag to forbid TLS renegociation (#6165) s-hadinger 2019-05-30 15:43:45 +02:00
  • 455583b40f scheduled functions: calls from yield are now optional (#6158) david gauchard 2019-05-29 11:10:30 +02:00
  • dddc8d2495 64 bytes more free by moving DES init constants to flash (#6160) Earle F. Philhower, III 2019-05-28 13:33:18 -07:00
  • dae64c4dae Move umm_malloc back to IRAM (#6161) Earle F. Philhower, III 2019-05-28 11:48:59 -07:00
  • f37b4921e3 Save 484 bytes of heap foe BSSL applications (#6157) Earle F. Philhower, III 2019-05-28 08:12:47 -07:00
  • b6935af93a IDE menu info: change SPIFFS -> FS and show max OTA size (#6159) david gauchard 2019-05-28 14:55:11 +02:00
  • 7c4961e83c Add basic canary check to BSSL stack thunk (#6156) Earle F. Philhower, III 2019-05-27 20:51:27 -07:00
  • d83eabe5b3 Expand BSSL stack to 5750 bytes (#6153) Earle F. Philhower, III 2019-05-27 12:51:33 -07:00
  • a4ae8564f7 schedule: fix linked-list (per @dok-net review) (#6147) david gauchard 2019-05-27 09:13:38 +02:00
  • 2d9253e46c The use of bind in Ticker.h is prone to type inference failure (#6129) Dirk O. Kaar 2019-05-25 20:12:48 +02:00
  • 09f6b87ef5 scheduled functions: fixes (#6137) david gauchard 2019-05-25 17:15:01 +02:00
  • 0a8f2a13a6 Document ISRs need ICACHE_RAM_ATTR before them (#6141) Alex Huang 2019-05-25 21:53:30 +10:00