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

Commit Graph

  • 700cb3a527 Travis-CI: Install libraries into sketchbook/libraries directory Ivan Grokhotkov 2015-08-10 17:03:35 +03:00
  • e5f9bec4ed Install necessary libraries during travis build Ivan Grokhotkov 2015-08-10 16:47:17 +03:00
  • bae97e5cc1 strtol and strtoul in flash Kiril Zyapkov 2015-08-10 16:25:28 +03:00
  • 06676482cc strtod: allow endptr to be null Kiril Zyapkov 2015-08-10 16:17:16 +03:00
  • 3b9ea5c837 add strtol and strtoul from newlib Kiril Zyapkov 2015-08-10 16:16:18 +03:00
  • 25e03530a2 Update reference Ivan Grokhotkov 2015-08-10 16:15:29 +03:00
  • 6cf18ed1a2 Multicast in SoftAP mode (#96) Ivan Grokhotkov 2015-08-10 16:14:26 +03:00
  • 208ae95979 Improve file system documentation Ivan Grokhotkov 2015-08-10 15:57:13 +03:00
  • 15fca01031 Import fs::SeekMode enum into global namespace Ivan Grokhotkov 2015-08-10 15:27:28 +03:00
  • 34be16c8da Add example for storing JSON config file in SPIFFS Ivan Grokhotkov 2015-08-10 15:15:06 +03:00
  • 7bfd425754 Update to SDK 1.3.0 Ivan Grokhotkov 2015-08-10 10:51:09 +03:00
  • b500a1f26a Made changes to allow the compiler to compile without warnings. Neil Kolban 2015-08-09 14:10:20 -05:00
  • 1cd99391c3 integrate new version provided by Odometer Martin Ayotte 2015-08-08 15:25:08 -04:00
  • 15991fb35a Improvements to ESP8266WebServer::sendContent timw1971 2015-08-08 11:48:18 +01:00
  • 659e467141 padding should be done with space, not with '0' Martin Ayotte 2015-08-07 21:55:25 -04:00
  • aa6965c172 fix the missing minimum width requirement Martin Ayotte 2015-08-07 11:06:06 -04:00
  • cd69be7f8f Merge pull request #665 from lcafaro/esp8266 Ivan Grokhotkov 2015-08-07 11:49:27 +03:00
  • 857592c627 Added NodeMCU 1.0 Lorenzo Cafaro 2015-08-07 00:14:27 +02:00
  • 8f0c1bde85 Merge pull request #660 from lcafaro/esp8266 Ivan Grokhotkov 2015-08-07 00:53:21 +03:00
  • 80ccbaef0d fix dtostrf() issue using trackerj/odometer fixes along with my own fix for string null character ending Martin Ayotte 2015-08-06 13:32:02 -04:00
  • d46285d6f7 Added MOD-WIFI-ESP8266-DEV Lorenzo Cafaro 2015-08-05 21:07:35 +02:00
  • 2fb1c453ee File system API reference Ivan Grokhotkov 2015-08-05 12:27:51 -04:00
  • afd0ca23a0 EEPROM: round requested size to 4 byte boundary (#659) Ivan Grokhotkov 2015-08-05 09:00:17 -04:00
  • 3a3f25997c Disable interrupts inside Esp.getVcc (#567) Ivan Grokhotkov 2015-08-05 08:54:45 -04:00
  • 661ccb23ae Fix compilation error when Esp.h is included first in sketch (#590) Ivan Grokhotkov 2015-08-05 08:48:21 -04:00
  • cc152de907 Return to scheduler context from ESP::deepSleep (#609) Ivan Grokhotkov 2015-08-05 08:42:29 -04:00
  • e02932fcdd Only erase RTC RAM if sleep mode doesn't look valid (#619) Ivan Grokhotkov 2015-08-05 08:39:34 -04:00
  • 5cbaa57af9 Resolve naming conflicts between FS and SD library Ivan Grokhotkov 2015-08-05 08:36:43 -04:00
  • be2303f198 Merge pull request #648 from kzyapkov/avrisp Ivan Grokhotkov 2015-08-05 08:06:55 -04:00
  • 85c05e9454 Merge pull request #647 from Links2004/esp8266 Ivan Grokhotkov 2015-08-05 08:05:20 -04:00
  • a0172dd93a Merge pull request #649 from Makuna/interrupts Ivan Grokhotkov 2015-08-05 08:04:00 -04:00
  • a074a0b730 Merge pull request #646 from raimohanska/patch-2 Ivan Grokhotkov 2015-08-05 07:44:31 -04:00
  • e8b27912d7 ESP8266WebServer: serve static files from FS Ivan Grokhotkov 2015-08-05 07:44:00 -04:00
  • b5d9db91aa Filesystem: fix File::available, add File::name Ivan Grokhotkov 2015-08-05 07:41:12 -04:00
  • 899c575163 Merge branch 'esp8266' into avrisp Kiril Zyapkov 2015-08-04 23:26:25 +03:00
  • 4bf286954e ESP8266AVRISP: allow setting SPI freq and reset, postpone SPI init Kiril Zyapkov 2015-08-04 23:23:46 +03:00
  • d5ab22f4ae ESP8266AVRISP: switch default to active-low reset Kiril Zyapkov 2015-08-04 13:45:38 +03:00
  • a2673f2f4b copy paste error fi Makuna 2015-08-03 19:58:42 -07:00
  • dfeed84ecb make compatible with existing interrupt lock class Makuna 2015-08-03 19:55:56 -07:00
  • 57642c10b6 Interrupt cleanup Makuna 2015-08-03 19:35:17 -07:00
  • 56b70f6aab ESP8266AVRISP: add README.md Kiril Zyapkov 2015-08-04 01:32:55 +03:00
  • 5ac5d8e008 ESP8266AVRISP: initial Kiril Zyapkov 2015-08-04 00:25:01 +03:00
  • 4c26729104 Merge remote-tracking branch 'remotes/esp8266/esp8266' into esp8266 Markus Sattler 2015-08-03 21:32:52 +02:00
  • 53c8d87e8f Merge pull request #3 from esp8266/esp8266 Me No Dev 2015-08-03 22:00:28 +03:00
  • 90efba073f Update esptool to 0.4.6 Ivan Grokhotkov 2015-08-03 14:03:50 -04:00
  • 52390a3f35 Include WIFI_OFF option for WiFi.mode(m) Juha Paananen 2015-08-03 18:21:52 +03:00
  • 5465eb1755 add parameter names to Arduino.h Markus Sattler 2015-08-03 17:12:46 +02:00
  • c69135d773 Merge pull request #2 from esp8266/esp8266 Me No Dev 2015-08-01 13:47:27 +03:00
  • 8e09520501 Provide links to previous stable versions Ivan Grokhotkov 2015-08-01 11:37:02 +03:00
  • 47a24ef23a FileSystem: update test case Ivan Grokhotkov 2015-07-30 13:58:00 +03:00
  • 5b82668a75 Fix warning for __run_user_rf_pre_init declaration Ivan Grokhotkov 2015-07-30 13:52:20 +03:00
  • 4aa8e1b8d5 FileSystem: interface changes and some additions Ivan Grokhotkov 2015-07-30 13:44:34 +03:00
  • 544734bdc5 Merge pull request #633 from reaper7/patch-2 Ivan Grokhotkov 2015-07-30 09:42:38 +03:00
  • b030a37bf1 Merge pull request #627 from Protoneer/patch-2 Ivan Grokhotkov 2015-07-30 09:42:25 +03:00
  • a6a0b87b21 Update reference.md reaper7 2015-07-30 07:43:18 +02:00
  • 735fa18ad6 Fixed wrongly pasted Comment Bertus Kruger 2015-07-29 20:29:20 +12:00
  • c4a1af87c2 Fix typos Ivan Grokhotkov 2015-07-28 20:16:21 +03:00
  • 010a1a9f01 Update readme and change log Ivan Grokhotkov 2015-07-28 20:08:21 +03:00
  • 2ad5590798 Merge pull request #599 from raimohanska/patch-1 Ivan Grokhotkov 2015-07-28 18:16:52 +03:00
  • c0e0836a0b Merge branch 'WifiSendP' of https://github.com/Makuna/Arduino into Makuna-WifiSendP Ivan Grokhotkov 2015-07-28 18:15:20 +03:00
  • f96e36ad02 Merge branch 'feature/fs' into esp8266 Ivan Grokhotkov 2015-07-28 18:10:26 +03:00
  • 6c90b34130 Merge branch 'Links2004-esp8266' into esp8266 Ivan Grokhotkov 2015-07-28 18:08:08 +03:00
  • bbd8c9b411 FS wrapper Ivan Grokhotkov 2015-07-28 10:26:43 +03:00
  • 42332fc46e allow user to run code in user_rf_pre_init. add void to "C" functions. Markus Sattler 2015-07-25 09:22:37 +02:00
  • cf942a2ae6 Merge remote-tracking branch 'remotes/esp8266/esp8266' into esp8266 Markus Sattler 2015-07-24 22:49:52 +02:00
  • 8fa156d356 send_P, sendContent_P, and FPSTR Makuna 2015-07-24 12:41:26 -07:00
  • 599eb5a357 Mention DHT22 in addition to DHT11 Juha Paananen 2015-07-23 23:24:59 +03:00
  • d96959cef7 Update change log Ivan Grokhotkov 2015-07-23 23:02:58 +03:00
  • d645c01be8 Update change log Ivan Grokhotkov 2015-07-23 19:02:07 +03:00
  • c33e2a60db Merge remote-tracking branch 'remotes/esp8266/esp8266' into esp8266 Markus Sattler 2015-07-23 17:27:30 +02:00
  • 91ca9ba75b Make sure WDT is re-enabled in eboot even in case of error (#517) Ivan Grokhotkov 2015-07-23 16:39:56 +03:00
  • 481cee6460 Disable WDT in eboot while copying new sketch (#517) Ivan Grokhotkov 2015-07-23 16:34:11 +03:00
  • 973ae3986b Merge pull request #595 from esp8266/travis-tests Ivan Grokhotkov 2015-07-23 16:19:29 +03:00
  • 496da02f14 Verify sketches as part of travis build Ivan Grokhotkov 2015-07-23 12:11:59 +03:00
  • d35b72d41c Documentation update Ivan Grokhotkov 2015-07-23 01:29:12 +03:00
  • 11594b1340 Fix optimistic_yield usage (#588) Ivan Grokhotkov 2015-07-22 22:50:26 +03:00
  • a9d5ef198a Fix SparkFun Thing board definition Ivan Grokhotkov 2015-07-22 21:49:46 +03:00
  • 467716de81 Fix travis build link Ivan Grokhotkov 2015-07-22 18:01:32 +03:00
  • de34190c79 Update build status link, fix typo Ivan Grokhotkov 2015-07-22 18:00:15 +03:00
  • 17399b3c08 Merge pull request #587 from esp8266/doc-update Ivan Grokhotkov 2015-07-22 17:46:37 +03:00
  • 72ac19821c Fix errors in core reference, mention new libraries. Ivan Grokhotkov 2015-07-22 17:45:30 +03:00
  • a1fa03f007 Update supported boards description Ivan Grokhotkov 2015-07-22 17:35:35 +03:00
  • d93f05f7e0 Add line missing after rebase Ivan Grokhotkov 2015-07-22 17:23:28 +03:00
  • e03efe3b5d Documentation update Ivan Grokhotkov 2015-07-22 15:04:40 +03:00
  • f709abb658 Added workaround for broken SVG rendering. h4rm0n1c 2015-07-16 18:13:23 +08:00
  • 146eebb7bc Added Note about Pullup and Pulldown resistors. h4rm0n1c 2015-07-16 18:02:50 +08:00
  • ade463884c Case correction, beautification of titles. h4rm0n1c 2015-07-16 17:58:06 +08:00
  • b76d9d91d4 Added PullUp to Reset h4rm0n1c 2015-07-16 17:54:05 +08:00
  • d52832584e Reworded Serial to USB Power Supply Note h4rm0n1c 2015-07-16 17:43:57 +08:00
  • 48ca93511a Update README, mention SweetPea ESP-210 support Ivan Grokhotkov 2015-07-16 09:24:56 +03:00
  • 38c5f3ed37 Documentation update Ivan Grokhotkov 2015-07-16 06:05:53 +03:00
  • 8010f57b88 Documentation update Ivan Grokhotkov 2015-07-15 13:51:17 +03:00
  • 7d5ed84eee Separate project readme and core reference Ivan Grokhotkov 2015-07-14 23:53:32 +03:00
  • e82b16154d README.md: Add trailing dot after inline function call example Noah 2015-07-12 21:12:30 +02:00
  • 21dbf523d8 README.md: Use 3.3V consistently Noah 2015-07-12 20:52:55 +02:00
  • 244f06f1ba README.md: Mark WiFiServer, WiFiClient and WiFiUDP as classes Noah 2015-07-12 20:52:26 +02:00
  • 6b45790652 README.md: Improve markdown for code example Noah 2015-07-12 20:51:26 +02:00
  • 56fd116f4e README.md: Remove semicolons from inline function call examples Noah 2015-07-12 20:39:15 +02:00
  • 498f4b8a6e Merge pull request #580 from Imroy/esp8266-boards Ivan Grokhotkov 2015-07-22 17:15:54 +03:00
  • b6185c3ceb Merge pull request #575 from h4rm0n1c/patch-3 Ivan Grokhotkov 2015-07-22 17:15:34 +03:00