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

1967 Commits

Author SHA1 Message Date
Ivan Grokhotkov
661fbca6dc Don't let test runner script bail out before printing logs 2016-03-10 12:43:54 +03:00
Ivan Grokhotkov
2a6e8ccb60 Merge pull request #1747 from krzychb/master
Remove "Upload Using:" from the menu since it is now misleading
2016-03-10 10:06:31 +03:00
krzychb
34b471b435 Another change to remove "Upload Using" option from board menu
Ref. https://github.com/esp8266/Arduino/pull/1747#issuecomment-194694851
2016-03-10 07:42:13 +01:00
krzychb
f3d758b53c Fixed link to OTA Updates
Ref: https://github.com/esp8266/Arduino/pull/1747#issuecomment-194685293
2016-03-10 07:34:36 +01:00
krzychb
3f1ecb425a Merge branch 'master' into master 2016-03-10 07:18:06 +01:00
krzychb
4f642d5652 Removed "Upload Using" menu option
...for all defined boards, i.e.:
1. Generic ESP8266 Module
2. ESPDuino (ESP-13 Module)
3. Adafruit HUZZAH ESP8266
4. ESPresso Lite 1.0
5. ESPresso Lite 2.0
6. NodeMCU 0.9 (ESP-12 Module)
7. NodeMCU 1.0 (ESP-12E Module)
8. Olimex MOD-WIFI-ESP8266(-DEV)
9. SparkFun ESP8266 Thing
10. SparkFun ESP8266 Thing Dev
11. SweetPea ESP-210
12. WeMos D1 R2 & mini
13. WeMos D1(Retired)
14. ESPino (ESP-12 Module)
15. ThaiEasyElec's ESPino
16. WifInfo
2016-03-09 21:41:02 +01:00
krzychb
c0141d44a0 Review and update Arduino IDE section 2016-03-09 20:46:09 +01:00
krzychb
da6442a60d Changed ota_updates.md to readme.md
This is to make it's contents visible when browsing ota_updates
directory
2016-03-09 20:45:24 +01:00
themindfactory
e787af092f Update README.md
added link to esp8266.com for support
2016-03-09 12:05:58 -05:00
krzychb
fc62aef26b Changed ArduinoOTA pictures
Menu entry "Upload Using:" has been removed
2016-03-09 06:23:43 +01:00
krzychb
4b7862c515 Classic OTA images deleted
two images renamed - trubleshooting
2016-03-09 05:53:11 +01:00
krzychb
8fc6aefbb2 Removed Classic OTA 2016-03-08 20:45:43 +01:00
Markus
d2d1ca2fd2 Merge pull request #1725 from ulikoehler/patch-1
Fix case-insensitive ESPDuino file name
2016-03-05 21:33:36 +01:00
Uli Köhler
d118b4447a Fix case-insensitive ESPDuino file name
I work on Linux and I got an error about a missing `pins_arduino.h`:
```
fatal error: pins_arduino.h: No such file or directory
```
As it turns out, the reason for this is that the directory name under Linux is case-sensitive while it is lowercase-only in the variants file.
2016-03-05 16:02:18 +01:00
Markus
c78c37b5cc Merge pull request #1724 from marvinroger/patch-1
Add font MIME types, fix #1601
2016-03-05 15:01:10 +01:00
Marvin Roger
e23e4d90da Add font MIME types, fix #1601
As per http://stackoverflow.com/a/10864297
2016-03-05 14:38:02 +01:00
Ivan Grokhotkov
b265ea0a98 Update README.md 2016-03-03 19:04:31 +03:00
Ivan Grokhotkov
071ecee5aa Merge pull request #1716 from esp8266/host_tests
Initial batch of host testing mocks and some filesystem tests

- CATCH unit testing framework
- some mocks
- filesystem tests
- test coverage calculation (gcov)
- codecov.io integration
- add tools/build.py — a wrapper around arduino-builder
- use arduino-builder instead of full IDE to build sketches (reduces build time from 23 minutes to 16 minutes)
2016-03-03 18:14:57 +03:00
Ivan Grokhotkov
ec99268824 Travis: print verbose build log only if build errors 2016-03-03 17:52:46 +03:00
Ivan Grokhotkov
53ba831c90 Skip files which aren't main sketch files 2016-03-03 17:42:27 +03:00
Ivan Grokhotkov
fa3effa5fc Don't import serial in build.py 2016-03-03 17:26:14 +03:00
Ivan Grokhotkov
031a18c836 Build sketches with arduino-builder 2016-03-03 17:21:58 +03:00
Ivan Grokhotkov
678a8ff8f1 Request gcov-4.8 on Travis 2016-03-03 15:49:32 +03:00
Ivan Grokhotkov
de2c81594d Attempt to fix gcov and codecov integration 2016-03-03 15:37:50 +03:00
Ivan Grokhotkov
9cf3d7a360 Don't override CC and CXX unless running on OS X 2016-03-03 14:01:18 +03:00
Ivan Grokhotkov
59e3aff678 Add coverage 2016-03-03 13:57:28 +03:00
Ivan Grokhotkov
6d9255ab55 Some cleanup on file system test, add reset test 2016-03-03 13:01:08 +03:00
Ivan Grokhotkov
266962f9fe Fix license headers in new files 2016-03-03 12:59:50 +03:00
Ivan Grokhotkov
1f97e000d0 Request gcc 4.8 on Travis 2016-03-03 11:02:35 +03:00
Ivan Grokhotkov
93fee9df3f Add Makefile and run tests on Travis 2016-03-03 10:59:21 +03:00
Ivan Grokhotkov
624665911d A few tests for filesystem APIs 2016-03-03 09:38:26 +03:00
Ivan Grokhotkov
5724f38542 Initial batch of mocks for host side testing 2016-03-03 09:37:35 +03:00
Ivan Grokhotkov
1c9f9c3a6d Merge pull request #1713 from esp8266/core_cleanup
Clean up core files
2016-03-03 09:21:28 +03:00
Ivan Grokhotkov
1f32b7f66e Clean up core files
- remove ICACHE_FLASH_ATTR
- remove unneeded SDK includes
- split spiffs_api into .h and .cpp
2016-03-03 02:13:22 +03:00
Ivan Grokhotkov
aa67d1c492 Pass errors from udp_sendto to WiFiUDP::endPacket (#1696) 2016-03-02 19:58:35 +03:00
Ivan Grokhotkov
33e5ca44df WiFiClient: fix write behaviour when connection is closed by remote side
Don't wait for data to be ACKed if we have just called abort().
2016-03-02 17:53:42 +03:00
Ivan Grokhotkov
2c40d82459 WiFiClientSecure: implement connection timeout, fix connected method behaviour 2016-03-02 16:30:32 +03:00
Ivan Grokhotkov
efa35e257a Update axTLS to 5b4be7d
Changes:
5b4be7d2738de5874f2e302157a0b726fe7bd4a6 Reserve 16k fragment buffer only when it is actually required.
b33ef68e6a3e2be1171e5a9f5b6156af424489ec Fix handshake status not being set if increase_bm_data_size fails
2016-03-02 15:47:12 +03:00
Ivan Grokhotkov
416f0a61e2 Merge pull request #1688 from nuket/master
Add TestEspApi example, exercising the non-RTOS C API.
2016-03-01 12:22:28 +03:00
Ivan Grokhotkov
7aa061c6ea Merge pull request #1693 from raheelh/patch-2
Leverage realloc() in String::changeBuffer()
2016-03-01 12:22:16 +03:00
Ivan Grokhotkov
2d34c1b7d6 Update README.md 2016-03-01 12:16:49 +03:00
Max Vilimpoc
8324a1d186 Merge branch 'master' into master 2016-03-01 00:21:43 +01:00
Raheel Hameed
2d77eae599 Leverage realloc() in String::changeBuffer() 2016-02-28 02:50:48 -06:00
Ivan Grokhotkov
5ab63dcf7a Update esptool to 0.4.8 2.1.0 2016-02-28 00:48:13 +03:00
Max Vilimpoc
7c8d9b2d8d Add TestEspApi example, exercising the non-RTOS C API. 2016-02-27 12:59:08 +01:00
Ivan Grokhotkov
269d7ca181 Update changelog 2016-02-27 11:41:50 +03:00
Ivan Grokhotkov
040491052e Update stable package link 2016-02-27 11:33:06 +03:00
Ivan Grokhotkov
89e182a415 Update changelog 2016-02-27 11:24:07 +03:00
Ivan Grokhotkov
214d8bc8b8 Improve clearing GPIO interrupt state (thanks @me-no-dev) 2016-02-27 11:16:30 +03:00
Ivan Grokhotkov
6372a0dd05 Mention 512k/128k option in docs 2016-02-27 01:55:46 +03:00