1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-04 01:23:50 +03:00

Commit Graph

  • f553467f64 add aligned wraps for pvPortMalloc and pvPortRealloc Me No Dev 2015-12-22 01:06:32 +02:00
  • bb2d1ae8b7 Merge pull request #1272 from ivankravets/patch-4 pgollor 2015-12-22 00:04:33 +01:00
  • f020b9b46f Typo fix Ivan Kravets 2015-12-21 23:38:09 +02:00
  • 4b9323d79b Fix boards Flash size; Explained about custom FLASH/SPIFFS Ivan Kravets 2015-12-21 23:23:18 +02:00
  • 05aed73bca Send the message count and chip ID with the request/response. Thomas Schüßler 2015-12-21 19:00:44 +01:00
  • bcfdfb6b67 more bad definitions Me No Dev 2015-12-21 14:52:56 +02:00
  • 0fd1201633 fix tcp status redefinition and bad mem definitions in lwip Me No Dev 2015-12-21 14:47:48 +02:00
  • a33dba099f fix identation Me No Dev 2015-12-21 13:54:29 +02:00
  • 1ae423021a optimize pwm interrupt handler for better precision Me No Dev 2015-12-21 13:50:29 +02:00
  • 5edcaa0eed Merge remote-tracking branch 'esp8266/master' Me No Dev 2015-12-21 13:43:15 +02:00
  • cc0db8b6a9 Merge pull request #1259 from Links2004/httpUpdate Markus 2015-12-20 13:08:05 +01:00
  • fa7f7bde81 add _verifyHeader and _verifyEnd Markus Sattler 2015-12-20 12:45:36 +01:00
  • d5e0c7e64c Merge remote-tracking branch 'remotes/esp8266/master' into httpUpdate Markus Sattler 2015-12-20 11:46:30 +01:00
  • 53e01932d3 add magic byte check for Update class Note: only check of first 0xE9 possible. Markus Sattler 2015-12-20 11:46:00 +01:00
  • 4333634bde Add warning levels configurable through Preferences Ivan Grokhotkov 2015-12-20 11:51:10 +03:00
  • a046f225c4 Fix warning related to wifinfo board (#1247) Ivan Grokhotkov 2015-12-20 11:47:06 +03:00
  • 854dddded8 Link mesh library (#1256) Ivan Grokhotkov 2015-12-20 11:28:36 +03:00
  • 2d81ee290a Merge pull request #1242 from edog1973/master Ivan Grokhotkov 2015-12-20 10:11:28 +03:00
  • 005d9d0bfd Merge pull request #1257 from Links2004/httpUpdate Markus 2015-12-20 00:42:55 +01:00
  • a04c225c59 Merge remote-tracking branch 'remotes/esp8266/master' into httpUpdate Markus Sattler 2015-12-19 21:53:50 +01:00
  • 3f0fdab879 Merge pull request #1248 from ivankravets/patch-3 Ivan Grokhotkov 2015-12-19 23:19:56 +03:00
  • 5a4ced251d add check for magic header of bin before update is started. see: #1250 Markus Sattler 2015-12-19 14:39:07 +01:00
  • 5333ebfed7 add function peekBytes to WiFiClient/WiFiClientSecure to allow to peek multiple bytes if possible Markus Sattler 2015-12-19 14:37:36 +01:00
  • 898737422e ESP class - move interpretation of magic bytes in function Markus Sattler 2015-12-19 14:30:13 +01:00
  • c40cb79ec2 -replace char _hostName[63], char _instanceName[63], and char _txt[128] with Strings. Calling enableArduino allocates four TXT records, and there is quite an overhead of storing tcp_check=no inside an 128-byte buffer. Plus you gain flexibility by supporting TXT records larger than 128 bytes. Host and instance names should also be less than 63 characters most of the time.\n-move definitions of struct MDNSService and struct MDNSTxt to .cpp file, and use forward declaratio Eric Wilkison 2015-12-18 11:37:53 -08:00
  • 2c30bed897 New boards; move advanced documentation to @PlatformIO docs Ivan Kravets 2015-12-18 19:32:02 +02:00
  • a07838a19c Merge pull request #1245 from Links2004/httpUpdate Markus 2015-12-18 09:12:09 +01:00
  • 8032f77476 add missing ! for the checkFlashConfig call Markus Sattler 2015-12-18 08:37:25 +01:00
  • 02e6b2fc16 setMD5 has now returns bool handle setMD5 failed in HTTP update reset UpdaterClass when MD5 check failed see: #1244 Markus Sattler 2015-12-18 08:30:35 +01:00
  • 727b6b1f6f Enable -mlongcalls flag for assembler Ivan Grokhotkov 2015-12-18 10:00:16 +03:00
  • 8f2ce1e7b9 Update GDBStub library with the source of esp-gdbstub Ivan Grokhotkov 2015-12-18 09:59:27 +03:00
  • 119ddca12c Update SDK changelog Ivan Grokhotkov 2015-12-17 23:36:03 +03:00
  • 2b941f5e2c Merge pull request #1239 from esp8266/sdk-1.5 Ivan Grokhotkov 2015-12-18 09:31:00 +03:00
  • fa485cd88f Merge pull request #1231 from Makuna/ServoDetachFixes Ivan Grokhotkov 2015-12-18 08:45:37 +03:00
  • 695583ec62 Merge pull request #1220 from asez73/master Ivan Grokhotkov 2015-12-18 08:45:04 +03:00
  • 1c8f9f5468 Merge branch 'mdns-updates' Eric Wilkison 2015-12-17 14:35:06 -08:00
  • f7d8a027e8 Fix begin overwriting instancename Eric Wilkison 2015-12-17 14:29:15 -08:00
  • 99b3e2df26 remove debug code Eric Wilkison 2015-12-17 14:13:03 -08:00
  • 5b012b2040 Update heap function defines in LwIP headers Ivan Grokhotkov 2015-12-17 23:29:29 +03:00
  • b66ddbf93a Update to SDK 1.5 (#1102) Ivan Grokhotkov 2015-11-04 23:35:55 +03:00
  • 1c5751460b Merge pull request #1235 from Links2004/httpUpdate Markus 2015-12-17 13:35:38 +01:00
  • f57ab609ec move flash size check to a function in ESP class, allow real size bigger the IDE for Update Markus Sattler 2015-12-17 13:02:14 +01:00
  • a331927e93 Merge remote-tracking branch 'esp8266/master' Me No Dev 2015-12-17 01:36:40 +02:00
  • 2425ee3413 Fix detach and attach Makuna 2015-12-16 15:17:53 -08:00
  • 28dd31a80f add advanced error handling for HTTP update see: #1111 Markus Sattler 2015-12-16 23:05:23 +01:00
  • b2de8735c8 check current flash before starting update, to avoid update problems. see: #1111 Markus Sattler 2015-12-16 19:45:21 +01:00
  • e75c3d8444 Merge pull request #1230 from martinayotte/master Markus 2015-12-16 19:03:11 +01:00
  • 481d74ba86 add show_hidden argument to scanNetworks() Martin Ayotte 2015-12-16 12:06:29 -05:00
  • 246ed7a378 Merge pull request #1227 from pgollor/master pgollor 2015-12-16 02:13:49 +01:00
  • 7c5717ffb5 Merge branch 'ivankravets-patch-1' Pascal Gollor 2015-12-16 01:46:46 +01:00
  • 8ed7424b63 Merge branch 'patch-1' of https://github.com/ivankravets/Arduino into ivankravets-patch-1 Pascal Gollor 2015-12-16 01:46:36 +01:00
  • 6711283027 Merge branch 'ivankravets-patch-2' Pascal Gollor 2015-12-16 01:44:27 +01:00
  • 558e3d08e9 Merge branch 'patch-2' of https://github.com/ivankravets/Arduino into ivankravets-patch-2 Pascal Gollor 2015-12-16 01:43:40 +01:00
  • 9a4dc26451 Merge pull request #1226 from Links2004/httpClient Markus 2015-12-16 01:35:43 +01:00
  • b9d0807a56 only malloc needed ram if we know the response size and its less then 1460 Markus Sattler 2015-12-16 00:48:35 +01:00
  • b8769bf5eb HTTP Client move buffer (1460 Byte) from stack to heap. Markus Sattler 2015-12-16 00:32:17 +01:00
  • 8addbe8eae Merge remote-tracking branch 'esp8266/master' Me No Dev 2015-12-16 01:23:06 +02:00
  • 8d9f174826 Add human readable instance name property Eric Wilkison 2015-12-15 13:29:59 -08:00
  • 94fd0333fe Add authentication and upload options Ivan Kravets 2015-12-15 22:28:57 +02:00
  • 7e1a04a41b More explanations about OTA uploading Ivan Kravets 2015-12-15 20:45:40 +02:00
  • 79a4b922fa Add "Contents" block Ivan Kravets 2015-12-15 20:38:31 +02:00
  • 3940b35491 Merge pull request #1222 from albeec13/patch-1 Markus 2015-12-15 19:08:31 +01:00
  • 3a16bed4c2 Modify boards.txt for Sparkfun Thing Dev Albert Chaharbakhshi 2015-12-15 11:46:17 -06:00
  • 971bd9b75c Change addServiceTxt to key/val pair Eric Wilkison 2015-12-15 06:05:35 -08:00
  • 758107f35d Add TXT support Eric Wilkison 2015-12-15 05:39:49 -08:00
  • f34f84be74 Fix add multiple services Eric Wilkison 2015-12-15 05:17:53 -08:00
  • d45294efff fix invalid packets, removes compression Eric Wilkison 2015-12-15 05:07:57 -08:00
  • 1d1be8b848 Merge pull request #1 from asez73/asez73-patch-1 asez73 2015-12-15 11:42:17 +01:00
  • 4be40bc5fa Skip ':' inside SHA1 signatures in WiFiClientSecure.cpp . asez73 2015-12-15 11:41:29 +01:00
  • 4014f91724 Merge pull request #1218 from krzychb/master Ivan Grokhotkov 2015-12-15 13:20:42 +03:00
  • 2f75f0b3c4 Troublehooting of OTA from IDE krzychb 2015-12-15 05:48:43 +01:00
  • a73e1676b6 Merge pull request #1213 from alltheblinkythings/cbuf_interrupts Ivan Grokhotkov 2015-12-14 12:45:22 +03:00
  • 8d4287b5a9 Merge pull request #1214 from Links2004/master Ivan Grokhotkov 2015-12-14 12:44:27 +03:00
  • c97e408bd1 change Adafruit Huzzah upload method to nodemcu see #1212 Markus Sattler 2015-12-14 09:31:50 +01:00
  • 55e0dab799 Protect HardwareSerial's cbuf usage with InterruptLock. Christopher Pascoe 2015-12-13 19:39:47 -08:00
  • afbc049cc9 Make the circular buffer's _size and _bufend members immutable. Christopher Pascoe 2015-12-09 22:51:57 -08:00
  • 06b1c3f819 Merge pull request #1210 from Links2004/httpUpdate Markus 2015-12-13 23:33:46 +01:00
  • 4dd5d8cf7d allow control of restart on http update #1202 Markus Sattler 2015-12-13 23:04:27 +01:00
  • 8f99861978 Merge pull request #1198 from hallard/master Ivan Grokhotkov 2015-12-13 00:19:09 +03:00
  • 7cb2cb5f8d Fix typo Ivan Grokhotkov 2015-12-13 00:17:30 +03:00
  • 124855945c Move PlatformIO instructions to a separate file Ivan Grokhotkov 2015-12-13 00:16:01 +03:00
  • a23cb9cc15 Merge pull request #1197 from ivankravets/master Ivan Grokhotkov 2015-12-12 23:50:05 +03:00
  • c1e60ab3c1 Add explanation about @PlatformIO, how does it work Ivan Kravets 2015-12-12 13:45:32 +02:00
  • 027b5aff1d Added WifInfo boards Charles 2015-12-11 18:41:58 +01:00
  • 1adb9e79ea Added WifInfo boards / more SPIFFS size for 1M modules Charles 2015-12-11 18:18:09 +01:00
  • 5653b9a59b Merge remote-tracking branch 'refs/remotes/upstream/master' hallard 2015-12-11 18:04:41 +01:00
  • 1891241f30 Added WifInfo boards Charles 2015-12-11 17:54:58 +01:00
  • 3e49985d47 Add @PlatformIO as alternative option to use ESP8266 core for Arduino Ivan Kravets 2015-12-11 17:31:32 +02:00
  • e7024fb5b4 SPIFFS: check if path length is valid (#1089) Ivan Grokhotkov 2015-12-10 23:25:54 +03:00
  • 703aaf60f4 Merge pull request #1192 from Links2004/master Markus 2015-12-10 18:39:57 +01:00
  • 6aa4f9e481 doc better quality of update_memory_copy.png Markus Sattler 2015-12-10 18:06:56 +01:00
  • 617f6cad1e Merge pull request #1191 from Links2004/httpUpdate Markus 2015-12-10 18:00:20 +01:00
  • f4deee6925 Merge remote-tracking branch 'remotes/esp8266/master' into httpUpdate Markus Sattler 2015-12-10 17:38:08 +01:00
  • ba4b42529c Merge pull request #1190 from Links2004/master Markus 2015-12-10 17:37:46 +01:00
  • 7ea4eb452d fix String bug length where returning something that is not 0 while buffer where NULL!? Markus Sattler 2015-12-10 17:37:09 +01:00
  • 49536c78d3 add more debug to Updater.cpp Markus Sattler 2015-12-10 17:24:39 +01:00
  • 38427333c5 update ota docs Markus Sattler 2015-12-10 17:05:00 +01:00
  • e5d72708ca Merge remote-tracking branch 'esp8266/master' me-no-dev 2015-12-10 17:56:41 +02:00
  • a5c3aea98e Merge pull request #1189 from Links2004/master Markus 2015-12-10 15:41:04 +01:00
  • 0389657614 give the IP stack more time to handle the data may help with #1157 Markus Sattler 2015-12-10 12:35:24 +01:00