1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-05 12:42:22 +03:00

Commit Graph

  • 31344df515 Merge pull request #585 from esp8266/optimistic-yield Ivan Grokhotkov 2015-07-22 17:15:25 +03:00
  • e0514fbe3f Sort board entries, but keep Generic at the top Ian Tester 2015-07-21 17:05:33 +10:00
  • b7188c110b Add Sparkfun ESP8266 Thing board Ian Tester 2015-07-21 17:02:57 +10:00
  • 572d88c1c4 Re-added lost function memcpy_P Harrison Mclean 2015-07-21 00:37:16 +08:00
  • 526aacfdc5 Merge pull request #573 from probonopd/patch-2 Ivan Grokhotkov 2015-07-20 15:59:36 +03:00
  • aa3a8a0bd3 Merge pull request #569 from Makuna/ServoCleanUp Ivan Grokhotkov 2015-07-20 15:59:11 +03:00
  • 9bb19acd09 Merge pull request #571 from Makuna/mem_P Ivan Grokhotkov 2015-07-20 15:59:03 +03:00
  • e80097dbe6 Merge pull request #565 from me-no-dev/esp8266 Ivan Grokhotkov 2015-07-20 15:58:16 +03:00
  • e5d2ba5db8 Pass timeout to optimistic_yield, add cont_can_yield check Ivan Grokhotkov 2015-07-20 15:48:25 +03:00
  • fab4b86147 Rename to CallSDKFunctions and correct spelling probonopd 2015-07-20 13:04:55 +02:00
  • ca1bbf2e9a Example sketch to demonstrate how to use native ESP8266 SDK functionality probonopd 2015-07-20 12:43:29 +02:00
  • 47eb87d3ec more memory functions Makuna 2015-07-19 19:45:17 -07:00
  • d882965027 Remove unneeded Serial output Makuna 2015-07-19 14:00:32 -07:00
  • cc8fb10e21 Merge pull request #1 from esp8266/esp8266 Michael Miller 2015-07-19 13:56:48 -07:00
  • 9fd139bb8c add debug out to ESP8266WiFiMulti::APlistAdd Markus Sattler 2015-07-19 17:50:56 +02:00
  • 1c3225f387 post body might not be sent with the headers Me No Dev 2015-07-16 23:56:36 +03:00
  • 1031e26cf0 Merge pull request #1 from esp8266/esp8266 Me No Dev 2015-07-16 21:40:22 +03:00
  • a6d8253b15 fix plain post slowdown Me No Dev 2015-07-16 21:39:09 +03:00
  • c6dc58a311 Merge remote-tracking branch 'remotes/esp8266/esp8266' into esp8266 Markus Sattler 2015-07-16 12:28:38 +02:00
  • 01361fc4c8 Merge pull request #552 from Protoneer/patch-1 Ivan Grokhotkov 2015-07-16 09:50:09 +03:00
  • 5427abc325 Merge pull request #553 from skandragon/esp8266 Ivan Grokhotkov 2015-07-16 09:47:48 +03:00
  • e87c4fffd3 Merge pull request #554 from bbx10/tcs34725_patch Ivan Grokhotkov 2015-07-16 09:47:35 +03:00
  • 3cdb2ebaf7 Merge pull request #551 from Makuna/availbleYield Ivan Grokhotkov 2015-07-16 09:45:33 +03:00
  • 17de2d7a4e define in header Makuna 2015-07-15 16:32:49 -07:00
  • 0b2fb8d3ee never yield within an ISR Makuna 2015-07-15 15:06:41 -07:00
  • 0f25c46b94 Merge remote-tracking branch 'remotes/esp8266/esp8266' into esp8266 Markus Sattler 2015-07-15 13:58:30 +02:00
  • a8f44af500 update SDK to esp_iot_sdk_v1.2.0_15_07_13_p4 Markus Sattler 2015-07-15 13:37:28 +02:00
  • 87001fea23 NACK last byte when read bbx10node 2015-07-14 21:07:35 -10:00
  • 4b8f5342cd adjust clock stretch Michael Graff 2015-07-14 11:05:53 -07:00
  • ef9b324ffd Changed Telnet Port to port 23 Bertus Kruger 2015-07-14 09:04:12 +12:00
  • d815c36753 optimistic_yield() Makuna 2015-07-13 13:47:13 -07:00
  • dece240830 Issue fixes Makuna 2015-07-10 18:28:04 -07:00
  • fe9ef36861 add softAPdisconnect function ``int softAPdisconnect(bool wifioff = false);`` external mode calls now change the use flags see #529 Markus Sattler 2015-07-13 10:50:41 +02:00
  • b54a98ba03 Merge remote-tracking branch 'remotes/esp8266/esp8266' into esp8266 Markus Sattler 2015-07-13 10:37:26 +02:00
  • 2719c8ea2a function dumps moved to esp8266-wiki Markus Sattler 2015-07-13 10:36:21 +02:00
  • 2f34d6d74a Upload doc folder along with a package Ivan Grokhotkov 2015-07-13 04:20:25 +03:00
  • 9342874432 Merge pull request #532 from me-no-dev/esp8266 Ivan Grokhotkov 2015-07-13 02:10:14 +03:00
  • 9d43014e38 Merge pull request #537 from kzyapkov/esp8266 Ivan Grokhotkov 2015-07-13 02:09:53 +03:00
  • 4008e623e8 filter addresses out of function list Markus Sattler 2015-07-11 20:52:39 +02:00
  • 7f2c291ca0 patch the SDK to latest version (3 patches) Markus Sattler 2015-07-11 20:41:17 +02:00
  • 8d48aefb59 Merge remote-tracking branch 'remotes/esp8266/esp8266' into esp8266 Markus Sattler 2015-07-11 20:30:34 +02:00
  • 1cd50e481f Update OTA Sketch Me No Dev 2015-07-11 13:55:39 +03:00
  • 954499bc12 httpUpdate: fix case sensitivity issues Kiril Zyapkov 2015-07-11 12:35:02 +03:00
  • b605ab316e add synchronous ota John Doe 2015-07-10 22:21:48 +03:00
  • da90c547ce Merge pull request #524 from adafruit/neopixel_doc Ivan Grokhotkov 2015-07-10 17:34:22 +03:00
  • 319156ba66 Merge pull request #530 from h4rm0n1c/esp8266 Ivan Grokhotkov 2015-07-10 17:34:06 +03:00
  • 8e699b426b Update core_esp8266_wiring_digital.c h4rm0n1c 2015-07-10 22:24:49 +08:00
  • d0137574d0 Update core_esp8266_wiring_digital.c h4rm0n1c 2015-07-10 22:04:58 +08:00
  • c77f11906c digitalWrite cleanup and more compliant with behavior on AVR h4rm0n1c 2015-07-10 21:14:40 +08:00
  • 0650b69b5a send postmortem infos to Serial1 to. Markus Sattler 2015-07-09 19:22:39 +02:00
  • d6f1281c99 Merge remote-tracking branch 'remotes/esp8266/esp8266' into esp8266 Markus Sattler 2015-07-09 19:06:35 +02:00
  • c9e1acd720 Doc update to mention support in Adafruit's NeoPixel library. Tony DiCola 2015-07-08 19:02:43 -07:00
  • e7b7d6d8b7 Merge pull request #492 from pastcompute/patch-1 Ivan Grokhotkov 2015-07-07 18:31:04 +03:00
  • 2937b21c9c add basic WPS function Markus Sattler 2015-07-04 10:30:11 +02:00
  • 505ba22e05 allow setting the host name of AP interface Markus Sattler 2015-07-04 10:00:27 +02:00
  • 63590a9526 update ld add *(.sdk.version) Markus Sattler 2015-07-04 09:50:40 +02:00
  • d4ddb66fc4 update SDK to v1.2.0_15_07_03 Markus Sattler 2015-07-04 09:45:05 +02:00
  • 39883f5ea8 upate phy with values from SDK 1.1.2 (esp_init_data_default.bin) Markus Sattler 2015-07-01 17:57:31 +02:00
  • ddf03fc92b Pulldown only possible for in 16. ( see #478 ) rename define to INPUT_PULLDOWN_16 to make it clear Markus Sattler 2015-07-01 17:56:19 +02:00
  • 715d4ab722 disable DEBUG_HTTP_UPDATE Markus Sattler 2015-07-01 17:53:49 +02:00
  • cca89efbd2 lets make it possible to parse multiline plain post John Doe 2015-07-05 21:43:52 +03:00
  • f7212154a6 missingg the equal sign John Doe 2015-07-05 21:19:22 +03:00
  • 3c819e998b duh... John Doe 2015-07-05 20:22:32 +03:00
  • 1694380caa try to get plain json or string data John Doe 2015-07-05 20:13:00 +03:00
  • cab5109799 try dual OS build John Doe 2015-07-05 14:49:31 +03:00
  • 198fbb8895 travis update John Doe 2015-07-05 14:27:24 +03:00
  • b482a97ef2 Merge pull request #516 from esp8266/feature/ssdp Ivan Grokhotkov 2015-07-07 17:58:52 +03:00
  • 1be16c74c7 Remove update keyword Ivan Grokhotkov 2015-07-07 17:58:49 +03:00
  • 1b27b6760c Make SSDP event-driven Ivan Grokhotkov 2015-07-07 17:39:13 +03:00
  • 0c0892c54a Update example and move it to the right location Ivan Grokhotkov 2015-07-07 14:43:19 +03:00
  • 7fbb4831da Use static allocation, add convenience overloads which take String Ivan Grokhotkov 2015-07-07 14:42:20 +03:00
  • 49dc457fe5 Add strlcpy implementation (#465) Ivan Grokhotkov 2015-07-07 14:39:39 +03:00
  • de70454a2a send not needed to be public John Doe 2015-07-05 19:15:13 +03:00
  • e34ae2d6f1 prep for icons John Doe 2015-07-05 14:23:01 +03:00
  • bd6c4acfd8 Add ability to change schema url, http port and add base url John Doe 2015-07-05 12:40:59 +03:00
  • 3c54cb0a26 generate UUID automatically based on chip ID and MAC address John Doe 2015-07-05 01:36:43 +03:00
  • 9cb80528c7 enable long model versions John Doe 2015-07-04 23:16:00 +03:00
  • 4fdba1b635 Add SSDP Library and let Print::printf to handle longer strings John Doe 2015-07-04 22:55:48 +03:00
  • 7891a84e8b Merge pull request #512 from esp8266/feature/ota Ivan Grokhotkov 2015-07-06 21:16:10 +03:00
  • 5763dbba3b Code review Ivan Grokhotkov 2015-07-06 21:04:08 +03:00
  • 1741bc68b6 speed :) and prevent write if we are not running John Doe 2015-07-04 01:46:51 +03:00
  • 703ab8df64 make Update erase/write sector by sector as well John Doe 2015-07-04 01:20:33 +03:00
  • 9d0a690421 fix WebUpload example John Doe 2015-07-04 00:46:58 +03:00
  • f3f500936d make eboot erase/read/write sector by sector John Doe 2015-07-04 00:27:13 +03:00
  • 7596ed0742 inlining and enchancements John Doe 2015-07-03 22:31:10 +03:00
  • 0d969e9760 Fixes and HTTP Post update example John Doe 2015-07-03 22:03:01 +03:00
  • 3427299065 minor enchancement John Doe 2015-07-03 16:14:04 +03:00
  • ace974aede let's not wait too much :) telnet running here John Doe 2015-07-03 14:21:41 +03:00
  • d969115cda protect the write method writing more than supposed to John Doe 2015-07-03 14:19:23 +03:00
  • bfbfd31315 disable updater debug John Doe 2015-07-03 14:13:09 +03:00
  • b797287359 Catch lost connection while uploading John Doe 2015-07-03 14:08:10 +03:00
  • 6f2069deac New Update library, example, upload and more John Doe 2015-07-03 13:59:11 +03:00
  • 86cf9b2c4f need to be int John Doe 2015-07-02 00:03:31 +03:00
  • 44ac799481 bad command John Doe 2015-07-01 23:56:53 +03:00
  • 37bd383c59 Part of 7cd54a4 without IDE changes Ivan Grokhotkov 2015-07-06 12:29:56 +03:00
  • d828312299 fix fail on slow streams John Doe 2015-07-01 17:06:59 +03:00
  • 2e08c5d797 Add an option to reboot on failed update John Doe 2015-07-01 15:38:30 +03:00
  • 03a2b4808b add 10 seconds timeout for waiting on ESP to start the update John Doe 2015-07-01 14:38:13 +03:00
  • 5efd9a1f81 Some print enhancements John Doe 2015-07-01 01:46:34 +03:00
  • 83eeaa31e0 typo John Doe 2015-07-01 00:06:40 +03:00