1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-22 08:22:04 +03:00
Commit Graph

5675 Commits

Author SHA1 Message Date
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
2b2c978126 Boards/Library Managers: package and library index files get downloaded at build time even when building a "light bundle" 2015-05-04 12:45:06 +02:00
a214564952 Boards Manager: platforms listed in non-signed package index files goes under "Contributed" category 2015-05-04 12:05:50 +02:00
cddfa2891e Boards Manager: package index file with name starting with "test_package_" are preserved 2015-05-04 12:05:50 +02:00
9d65b414b2 Boards Manager: index was updated twice. Fixed 2015-05-04 12:05:50 +02:00
ecf432fadc Boards Manager: downloading additional files as specified in preference 'boardsmanager.additional.urls' 2015-05-04 12:05:50 +02:00
0292d8b30f Bundled package and library index: downloading gzipped json files at build time 2015-05-04 12:05:50 +02:00
1f1f5b5c0e Copying bundled signature file if missing from user's preferences folder 2015-05-04 12:05:50 +02:00
cf1879f948 Introducing GPG signature verification when loading main package_index file 2015-05-04 12:05:50 +02:00
804480ce53 ContributionIndexer now loads and merges content of files named package_SOMETHING_index.json 2015-05-04 12:05:49 +02:00
ea77e137fe Merge pull request #10 from esp8266/esp8266
pull latest changes
2015-05-04 10:36:16 +03:00
245ba5bb8f Update readme
[ci skip]
2015-05-04 11:58:45 +08:00
63610b3f09 revert Wire::pins, mark as deprecated 2015-05-04 11:08:07 +08:00
748d6a60ec Merge branch 'esp8266' of https://github.com/Links2004/Arduino into Links2004-esp8266 2015-05-04 09:03:03 +08:00
d19aaf68a9 Merge pull request #163 from ficeto/esp8266
New defs for UART registers and fixed Wire library
2015-05-04 09:00:16 +08:00
0687225031 fix UART clock divider
UART clock is constant
2015-05-03 20:56:58 +03:00
8d5814d650 Merge remote-tracking branch 'remotes/ficeto/esp8266' into esp8266 2015-05-03 19:45:35 +02:00
d18dd0d7fd ACK is actually 0 2015-05-03 20:35:01 +03:00
8272e877f7 add EEPROM.getDataPtr()
fix all warnings in EEPROMClass
2015-05-03 18:15:54 +02:00
5d2cc7db7f increase irom0 from 0x3C000 to 0x6B000 (+192KB) space 2015-05-03 17:44:20 +02:00