1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-23 19:21:59 +03:00
Commit Graph

5440 Commits

Author SHA1 Message Date
d0d9aa82d1 Merge pull request #3017 from cmaglie/programmer-pref-override
programmer.txt definitions must have priority over platforms.txt tools definitions
2015-05-06 15:49:33 +02:00
4e387e4ffe Merge pull request #187 from biohazardxxx/esp8266
Mode missed
2015-05-06 15:38:03 +03:00
a20d32902a Mode missed 2015-05-06 14:28:05 +02:00
70eaa47f8d Releasing 1.6.4 2015-05-06 13:09:15 +02:00
36da141a16 Merge pull request #3089 from facchinm/upd_rev
update revisions.txt
2015-05-06 12:50:50 +02:00
800cdd0fe0 update revisions.txt 2015-05-06 12:20:44 +02:00
9b5b323131 Merge pull request #12 from esp8266/esp8266
pull latest changes
2015-05-06 11:47:26 +03:00
a1aa4c1493 adding some missing libs and definitions
included also a dump of the known registers range
2015-05-06 11:45:40 +03:00
e2bf41ddd9 MacOSX: fixed error when clicking on https urls. Fixes #3083 2015-05-06 09:11:00 +02:00
bc5f69319f Add definition for the Olimex MOD-WIFI-ESP8266(-DEV) boards 2015-05-06 14:53:29 +10:00
8dc2570c58 Merge pull request #181 from onkelfunny/esp8266
set correct flash size
2015-05-05 23:49:33 +03:00
9dff50a76b Merge pull request #180 from Links2004/esp8266
add Winbond flash chip Ids
2015-05-05 23:48:50 +03:00
4feb11c839 remove unused flash size 2015-05-05 18:56:52 +02:00
f4632d9426 remove unused flash size 2015-05-05 18:55:11 +02:00
907546bf15 set correct flash size 2015-05-05 18:49:33 +02:00
d0600480cb add Winbond flash chip Ids 2015-05-05 18:41:38 +02:00
03a43370b7 Added missing license headers to files added with the last commits 2015-05-05 14:29:15 +02:00
0dcc09afab Restored Preferences static delegate methods and marking them as @Deprecated 2015-05-05 14:25:47 +02:00
85b2298ca7 When IDE is started and built in core is newer than installed one and this check hasn't been notified before, show "please update" modal 2015-05-05 13:03:28 +02:00
edaa914203 fix HelloServer sample
close #168
2015-05-05 13:57:35 +03:00
218202241e fix Wire::pins compatibility (#167) 2015-05-05 13:27:28 +03:00
9a466e8d7d small clean up of HardwareSerial 2015-05-05 13:27:28 +03:00
264aa8c1bd Merge pull request #176 from ficeto/esp8266
add OUTPUT_OPEN_DRAIN
2015-05-05 13:10:36 +03:00
236d967790 add OUTPUT_OPEN_DRAIN
disabling pulls on pinMode is not needed, since they are cleared 2
lines above.
2015-05-05 13:07:48 +03:00
de95ef6c41 Predicates: extracting anonymous inner classes for better reuse 2015-05-05 11:56:56 +02:00
b6e6c54cb7 Merge pull request #175 from ficeto/esp8266
Update readme

[ci skip]
2015-05-05 12:07:12 +03:00
0fece1ec85 updating readme 2015-05-05 11:54:21 +03:00
a0f8fd1d12 Merge pull request #11 from esp8266/esp8266
pull latest changes
2015-05-05 11:37:10 +03:00
9b58812d1d Preparing the ground for rewriting Preferences GUI code (and hopefully fixing the tiny-pref-window bug on macosx) 2015-05-05 10:02:12 +02:00
7e7a9d0fe8 Disabling uncertified boards warning even in java code, for good measure 2015-05-05 09:17:50 +02:00
060ec30e1c GPGSignatureVerification: better error handling when reading signature 2015-05-05 08:49:01 +02:00
0db3dcf31c Merge pull request #173 from onkelfunny/esp8266
add nodemcu board
2015-05-05 09:25:08 +03:00
0ae75a3bfc Merge pull request #171 from Links2004/esp8266
OneWire INPUT_PULLUP, cli and sei, add SPIClass::transfer16
2015-05-05 09:23:12 +03:00
3c9d606a52 add nodemcu board 2015-05-04 22:31:00 +02:00
4f3b2737ac add image to README.md 2015-05-04 18:35:00 +02:00
550c723348 add images 2015-05-04 18:31:48 +02:00
93a563a7f0 add Alpha Versions 2015-05-04 18:31:38 +02:00
a7364b515c add SPIClass::transfer16 (needed by some display libs) 2015-05-04 18:11:46 +02:00
434c15891d add macro cli() and sei() for more AVR compatibility 2015-05-04 18:10:51 +02:00
895cbed6b8 OneWire set up as INPUT_PULLUP 2015-05-04 18:08:16 +02:00
0c123d7d14 Deleting json files if they are some how corrupted. Fixes #3015 2015-05-04 17:44:16 +02:00
875a775e93 Mitigates #3074 by avoiding NPE. Making the IDE work with system toolchains remains to be fixed 2015-05-04 17:28:39 +02:00
d004faff68 Merge remote-tracking branch 'remotes/ficeto/esp8266' into esp8266 2015-05-04 17:27:01 +02:00
a457ab31fe Merge remote-tracking branch 'remotes/esp8266/esp8266' into esp8266 2015-05-04 17:24:12 +02:00
724df07fb8 Update revision.txt 2015-05-04 17:03:22 +02:00
87fb45c3b4 Merge pull request #3055 from ffissore/other-packages
Allow listing other boards in boards manager
2015-05-04 16:55:41 +02:00
d87f0faf11 Examples: adding description, layout and schematics 2015-05-04 16:49:10 +02:00
cd49d29e52 Lots of unclosed input and output streams now properly closed. They were preventing Boards Manager from working on Windows 2015-05-04 15:44:34 +02:00
71106edbf8 Boards Manager: additional URLs may be specified from File > Preferences 2015-05-04 13:26:18 +02:00
19bb40cbb1 ContributionInstaller: downloadIndex -> download 2015-05-04 12:54:12 +02:00