1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-02 14:22:55 +03:00

Commit Graph

  • fa3effa5fc Don't import serial in build.py Ivan Grokhotkov 2016-03-03 17:26:14 +03:00
  • 031a18c836 Build sketches with arduino-builder Ivan Grokhotkov 2016-03-03 17:21:58 +03:00
  • 678a8ff8f1 Request gcov-4.8 on Travis Ivan Grokhotkov 2016-03-03 15:44:57 +03:00
  • de2c81594d Attempt to fix gcov and codecov integration Ivan Grokhotkov 2016-03-03 15:37:50 +03:00
  • 9cf3d7a360 Don't override CC and CXX unless running on OS X Ivan Grokhotkov 2016-03-03 14:01:18 +03:00
  • 59e3aff678 Add coverage Ivan Grokhotkov 2016-03-03 13:57:28 +03:00
  • 6d9255ab55 Some cleanup on file system test, add reset test Ivan Grokhotkov 2016-03-03 13:01:08 +03:00
  • 266962f9fe Fix license headers in new files Ivan Grokhotkov 2016-03-03 12:59:50 +03:00
  • 1f97e000d0 Request gcc 4.8 on Travis Ivan Grokhotkov 2016-03-03 11:02:35 +03:00
  • 93fee9df3f Add Makefile and run tests on Travis Ivan Grokhotkov 2016-03-03 10:59:21 +03:00
  • 624665911d A few tests for filesystem APIs Ivan Grokhotkov 2016-03-03 09:38:26 +03:00
  • 5724f38542 Initial batch of mocks for host side testing Ivan Grokhotkov 2016-03-03 09:37:35 +03:00
  • 1c9f9c3a6d Merge pull request #1713 from esp8266/core_cleanup Ivan Grokhotkov 2016-03-03 09:21:28 +03:00
  • 1f32b7f66e Clean up core files Ivan Grokhotkov 2016-03-03 02:13:22 +03:00
  • b7049ed8ee Update ESP8266HTTPUpdateServer.cpp Jacques 2016-03-02 21:24:42 +00:00
  • aa67d1c492 Pass errors from udp_sendto to WiFiUDP::endPacket (#1696) Ivan Grokhotkov 2016-03-02 19:58:35 +03:00
  • 33e5ca44df WiFiClient: fix write behaviour when connection is closed by remote side Ivan Grokhotkov 2016-03-02 17:53:42 +03:00
  • 2c40d82459 WiFiClientSecure: implement connection timeout, fix connected method behaviour Ivan Grokhotkov 2016-03-02 16:30:32 +03:00
  • efa35e257a Update axTLS to 5b4be7d Ivan Grokhotkov 2016-03-02 15:47:12 +03:00
  • e44337dc13 Update boards.txt Narongrat Srimee 2016-03-02 11:49:07 +07:00
  • 416f0a61e2 Merge pull request #1688 from nuket/master Ivan Grokhotkov 2016-03-01 12:22:28 +03:00
  • 7aa061c6ea Merge pull request #1693 from raheelh/patch-2 Ivan Grokhotkov 2016-03-01 12:22:16 +03:00
  • 2d34c1b7d6 Update README.md Ivan Grokhotkov 2016-03-01 12:16:49 +03:00
  • 8324a1d186 Merge branch 'master' into master Max Vilimpoc 2016-03-01 00:21:43 +01:00
  • 2d77eae599 Leverage realloc() in String::changeBuffer() Raheel Hameed 2016-02-28 02:50:48 -06:00
  • 5ab63dcf7a Update esptool to 0.4.8 2.1.0 Ivan Grokhotkov 2016-02-28 00:48:13 +03:00
  • 7c8d9b2d8d Add TestEspApi example, exercising the non-RTOS C API. Max Vilimpoc 2016-02-27 12:59:00 +01:00
  • 269d7ca181 Update changelog Ivan Grokhotkov 2016-02-27 11:41:50 +03:00
  • 040491052e Update stable package link Ivan Grokhotkov 2016-02-27 11:33:06 +03:00
  • 01886ef12e Add 2.1.0 Ivan Grokhotkov 2016-02-27 11:31:04 +03:00
  • 89e182a415 Update changelog Ivan Grokhotkov 2016-02-27 11:24:07 +03:00
  • 214d8bc8b8 Improve clearing GPIO interrupt state (thanks @me-no-dev) Ivan Grokhotkov 2016-02-27 11:16:30 +03:00
  • 6372a0dd05 Mention 512k/128k option in docs Ivan Grokhotkov 2016-02-27 01:55:46 +03:00
  • 3d3cd42ba5 Make 512k/64k board option the default one Ivan Grokhotkov 2016-02-27 01:55:23 +03:00
  • 28ae6fc917 Merge pull request #1684 from hallard/master Ivan Grokhotkov 2016-02-27 01:52:02 +03:00
  • 1cd644582a Merge pull request #1633 from joostd/master Ivan Grokhotkov 2016-02-27 01:51:24 +03:00
  • 87a7f8e954 Merge pull request #1668 from raheelh/patch-1 Ivan Grokhotkov 2016-02-27 01:51:05 +03:00
  • 99d351d661 Update esptool to 0.4.7 Ivan Grokhotkov 2016-02-27 01:47:14 +03:00
  • d89abd696f Added 128K SPIFFS for 512KB modules Charles 2016-02-26 16:52:52 +01:00
  • fbe58b7b14 WiFiClientSecure: don't panic if memory allocation fails Ivan Grokhotkov 2016-02-26 18:41:04 +03:00
  • fcf9c0d7ce Verify domain name in WiFiClientSecure::verify Ivan Grokhotkov 2016-02-26 18:38:04 +03:00
  • e206093b60 Update libaxtls.a to 324c2fd Ivan Grokhotkov 2016-02-26 18:34:40 +03:00
  • d891704c1e Reduce stack usage by Print::printf Ivan Grokhotkov 2016-02-26 18:31:50 +03:00
  • fdf8599aaa Fix a crash in String::changeBuffer() raheelh 2016-02-22 22:57:21 -06:00
  • f28c5be479 Merge pull request #1666 from Links2004/master Markus 2016-02-22 19:04:25 +01:00
  • 28e6f33142 not keep freed pointer of uart handler Markus Sattler 2016-02-22 18:24:10 +01:00
  • c7ff2b1fee Merge pull request #1665 from Links2004/master Markus 2016-02-22 18:08:54 +01:00
  • c33535c3db Merge remote-tracking branch 'remotes/esp8266/master' Markus Sattler 2016-02-22 17:24:22 +01:00
  • 2500840897 add ISSUE_TEMPLATE.md Markus Sattler 2016-02-22 17:22:07 +01:00
  • 212095b231 Merge pull request #1650 from Links2004/master Ivan Grokhotkov 2016-02-19 14:19:05 +03:00
  • 103b5811be Fix error when umm_malloc.h is included from sketch (#1652) Ivan Grokhotkov 2016-02-19 14:17:09 +03:00
  • 3e9dede14e speed up WiFi.hostByName when the hostname is actually a IP. Markus Sattler 2016-02-18 23:00:25 +01:00
  • 55e5bdfc6c Move 64-bit integer division and modulo functions into flash Ivan Grokhotkov 2016-02-18 11:15:08 +03:00
  • 64ade03f6a Merge pull request #1644 from Links2004/master Ivan Grokhotkov 2016-02-18 10:48:03 +03:00
  • 839394462c Merge pull request #1636 from cmmakerclub/master Ivan Grokhotkov 2016-02-18 10:47:13 +03:00
  • 127f05da9f Merge remote-tracking branch 'remotes/esp8266/master' Markus Sattler 2016-02-17 23:47:14 +01:00
  • 652f88eb5c update core_esp8266_features.h Markus Sattler 2016-02-17 23:46:20 +01:00
  • 707c87fdb6 Move umm_info into cache Ivan Grokhotkov 2016-02-17 11:42:52 +03:00
  • db69643592 Update ESPresso description and board detail. Nat Weerawan 2016-02-16 11:19:59 +07:00
  • 2331377a9d add missing prototypes for libwpa2 Joost van Dijk 2016-02-15 14:23:51 +01:00
  • 452a355360 add missing prototypes for libwpa2 Joost van Dijk 2016-02-15 14:23:23 +01:00
  • fec1a64bfd Merge pull request #1573 from esp8266/travis-hourly-arduino Ivan Grokhotkov 2016-02-15 15:23:30 +03:00
  • 88a20ae41a Make compatible with arduino-builder Ivan Grokhotkov 2016-02-15 13:56:03 +03:00
  • 030faff748 Use hourly Arduino builds on Travis Ivan Grokhotkov 2016-02-04 18:13:25 +03:00
  • 30b2a99b3f Remove mem_manager.o from libmain.a (#1630) Ivan Grokhotkov 2016-02-15 00:24:19 +03:00
  • 4c75793508 Fix undefined reference to putchar Ivan Grokhotkov 2016-02-14 22:16:46 +03:00
  • 1fc8918d76 Remove printf redefinition from umm_malloc_cfg (#1629) Ivan Grokhotkov 2016-02-13 13:29:58 +03:00
  • 0659b80260 Merge pull request #1586 from esp8266/cxa_guard Ivan Grokhotkov 2016-02-13 13:26:12 +03:00
  • 93c446e782 Merge pull request #1581 from bjpirt/tone Ivan Grokhotkov 2016-02-13 13:25:52 +03:00
  • 4f5f003b49 Merge pull request #1625 from hallard/master Ivan Grokhotkov 2016-02-13 13:23:46 +03:00
  • 153138e508 Merge pull request #1627 from Toshik/patch-2 Ivan Grokhotkov 2016-02-13 13:23:31 +03:00
  • 1e0a766837 Merge pull request #1626 from plerup/master Ivan Grokhotkov 2016-02-13 13:23:16 +03:00
  • fe49fc6b84 Merge pull request #1621 from cmmakerclub/master Ivan Grokhotkov 2016-02-13 13:22:57 +03:00
  • f563acb703 TickerScheduler library link Toshik 2016-02-12 14:06:00 +03:00
  • 9ef2843f8d Reference to the esp8266/Arduino makefile added Peter Lerup 2016-02-11 22:04:57 +01:00
  • e3bf9bb1e8 Added bit mask and constant for SerialConfig parameter Charles 2016-02-11 17:47:49 +01:00
  • 25c25ae995 - Update board (ESPresso Lite) description. Nat Weerawan 2016-02-11 11:26:19 +07:00
  • 0ad2738d81 Merge branch 'patch-1' of https://github.com/h4rm0n1c/Arduino into h4rm0n1c-patch-1 Ivan Grokhotkov 2016-02-10 19:28:21 +03:00
  • 8bbc8d6e8b Merge pull request #1610 from WereCatf/patch-1 Ivan Grokhotkov 2016-02-10 19:22:46 +03:00
  • 0550e7283f Merge pull request #1608 from narongrat/master Ivan Grokhotkov 2016-02-10 19:22:28 +03:00
  • 7cca087421 Merge pull request #1606 from krzychb/master Ivan Grokhotkov 2016-02-10 19:21:17 +03:00
  • 33665c08f1 Merge pull request #1605 from cmmakerclub/master Ivan Grokhotkov 2016-02-10 19:20:51 +03:00
  • 09f8284d5e Merge pull request #1600 from shmuelzon/manifest-content-type Ivan Grokhotkov 2016-02-10 19:19:31 +03:00
  • f77d996fe9 Merge pull request #1596 from hallard/master Ivan Grokhotkov 2016-02-10 19:19:10 +03:00
  • d868be956c Merge pull request #1590 from probonopd/patch-2 Ivan Grokhotkov 2016-02-10 19:18:48 +03:00
  • 36a6ce1f61 Update libraries.md Harrison Mclean 2016-02-10 03:33:55 +08:00
  • 93a40d82a3 Add PCF8574 - library to the list. WereCatf 2016-02-08 20:26:56 +02:00
  • 708c7823df Add LED_BUILTIN definition #1556 Narongrat Srimee 2016-02-08 20:18:27 +07:00
  • bd0c9f7394 Update boards.txt Narongrat Srimee 2016-02-08 20:16:31 +07:00
  • d96d3465de Merge pull request #4 from narongrat/narongrat-patch-1 Narongrat Srimee 2016-02-08 19:50:33 +07:00
  • 4a119f048f Update package_esp8266com_index.template.json Narongrat Srimee 2016-02-08 19:50:02 +07:00
  • f88c9624be Merge pull request #3 from narongrat/patch-3 Narongrat Srimee 2016-02-08 19:45:56 +07:00
  • fbd611c49b Merge pull request #2 from narongrat/patch-2 Narongrat Srimee 2016-02-08 19:44:41 +07:00
  • d8bfa714fb Merge pull request #1 from narongrat/patch-1 Narongrat Srimee 2016-02-08 19:43:06 +07:00
  • 5dc34d1f95 - Update board and filesystem detail. - use LED_BUILTIN instead of BUILTIN_LED. - update package_esp8266com_index.template.json file. Nat Weerawan 2016-02-08 19:31:58 +07:00
  • 2a78cb152a Added DImSwith to "Other libraries (not included with the IDE)" krzychb 2016-02-08 12:57:59 +01:00
  • b01a766d17 Add ESPert ESPresso Lite to boards.txt & variants Nat Weerawan 2016-02-08 18:31:41 +07:00
  • e1b1ea90d5 Update boards.md - add ESPino by ThaiEasyElec Narongrat Srimee 2016-02-08 18:31:06 +07:00
  • 0db198ed68 Create pins_arduino.h for ESPino (WROOM-02) Narongrat Srimee 2016-02-08 18:17:03 +07:00
  • 5dbbb5aaf3 Update boards.txt - add espinotee Narongrat Srimee 2016-02-08 18:11:03 +07:00