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

1043 Commits

Author SHA1 Message Date
f206d31581 update AVR src
* java code not tested *

Merge remote-tracking branch 'remotes/arduino/master' into esp8266

Conflicts:
	README.md
	app/src/processing/app/AbstractMonitor.java
	arduino-core/src/processing/app/Serial.java
	libraries/WiFi/examples/WiFiWebClientRepeating/WiFiWebClientRepeating.ino
	libraries/WiFi/library.properties
2015-06-17 14:24:25 +02:00
5b2ef53045 Update revisions.txt 2015-06-17 13:59:51 +02:00
dd5edd1b7f Windows: missing chdir tag in config*.xml prevents double clicking .ino file from opening the IDE 2015-06-16 15:47:11 +02:00
ad8046dab5 Starting 1.6.6 2015-06-16 12:45:05 +02:00
ffff480e9b Forgot to specify colour for LITERAL_BOOLEAN token type. Fixes #3346 2015-06-16 11:53:34 +02:00
9ea3de4bb2 Update revisions.txt 2015-06-15 11:16:56 +02:00
06938acb81 Updated driver for Windows 2015-06-15 09:44:14 +02:00
7900e7fbeb Updated driver for Windows
Fixed wrong hardware ID for zero.bootloader
2015-06-12 14:21:07 +02:00
1d7bdb5050 Fixed behaviour in the falling phase PJ03 StarterKit
According to #2585 there was a "glitch" in the falling phase because of a
missing +2 in the first condition
2015-06-12 13:14:06 +02:00
b1a5038c69 Linux: arduino startup script needs "" around $CURDIR, otherwise
it will fail when folders have spaces. Found in a comment at #2982
2015-06-12 10:48:07 +02:00
2296b229bb replaced tabs with spaces 2015-06-12 16:22:41 +10:00
c15b820ca4 Changed rename command to move in windows. 2015-06-12 16:20:03 +10:00
2e2e2f7449 Update revisions.txt 2015-06-10 15:46:08 +02:00
c1c5e70fe1 Dropped libraries Firmata and Temboo: they are downloaded at build time from their repos 2015-06-10 15:41:46 +02:00
0d795a0efa Update revisions.txt 2015-06-10 14:27:47 +02:00
0db1142de8 Windows driver: added Arduino Zero and some small fix 2015-06-10 14:04:16 +02:00
e73cae6fdf Fixed license for drivers
Close #3006
2015-06-10 14:04:15 +02:00
cfdfadf1b0 Update revisions.txt 2015-06-10 12:06:58 +02:00
30f7fc4518 Linux: pull request script was missing linuxes bundled jvms 2015-06-10 08:47:16 +02:00
3826a0abb4 Linux: bundling the JVM, making sure no graphical glitches are caused by older JVMs 2015-06-09 17:38:09 +02:00
59238a22b7 update revision log 2015-06-05 16:23:34 +02:00
cdae13c3cc Update install.sh 2015-06-04 20:18:55 +03:00
25b886dee3 Update revisions.txt 2015-06-04 14:29:05 +02:00
0d4f208f1a Cleared numberOfKnocks variable
Fixed according to #2294
2015-06-01 10:33:26 +02:00
7e0dd9b974 Merge pull request #3265 from agdl/StringConstructorFloatDouble
Added float example to StringConstructor
2015-06-01 09:52:04 +02:00
c28fb7acd4 Added float example to StringConstructor
This example has been added according to #3264
2015-06-01 09:50:51 +02:00
69e9f2ed43 Update board manager package to use esptool 0.4.5
Note: linux32 package not updated yet
2015-05-29 21:18:09 +03:00
f5e2deb63f Add staging board manager package (#324) 2015-05-29 21:17:11 +03:00
3a55cadf8d Merge pull request #350 from Toshik/patch-1
Fix windows build
2015-05-29 19:39:41 +03:00
3f26dc6666 Merge pull request #351 from adafruit/esp8266
Add Adafruit HUZZAH ESP8266 (ESP-12 breakout) to Board Manager Package
2015-05-29 19:39:12 +03:00
a4d8a3b843 Update esptool to 0.4.5 2015-05-29 19:33:15 +03:00
94a182e841 update revisions log 2015-05-29 18:12:44 +02:00
f735e10908 Update revisions.txt 2015-05-29 16:22:21 +02:00
b590d4898f update revisions.txt 2015-05-29 15:55:50 +02:00
6974978ea3 Linux: arduino startup script uses #!/usr/bin/env bash. Fixes #3003 2015-05-29 15:35:10 +02:00
935becec64 Command line --get-pref may be used without name of the target pref.
If pref name is missing, all prefs are printed on stdout.
Should fix/mitigate #2982
2015-05-29 15:16:51 +02:00
31290179e7 update revision log 2015-05-29 12:55:41 +02:00
94d39579ec adds adafruit huzzah to board manager package 2015-05-27 10:55:48 -04:00
d988e6c8a5 Fix windows build 2015-05-27 17:52:30 +03:00
5ada9fae71 update revisions log 2015-05-26 10:51:12 +02:00
f495be46b6 Merge branch 'fixdetachinterrupt' of https://github.com/vicatcu/Arduino 2015-05-26 00:26:20 +02:00
777e726816 Windows: additional metadata to .exe 2015-05-25 17:51:46 +02:00
6c2a6aef6f Revert "MacOSX: set NSSupportsAutomaticGraphicsSwitching to true, so the OSX can switch back to the integrated GPU and save battery. Fixes #3210"
This reverts commit 45b61ef02b.
2015-05-25 10:09:41 +02:00
49c25b9c1b Add NodeMCU 1.0 board to package json 2015-05-25 00:42:41 +03:00
2bb9f596f4 Update build_board_manager_package.sh
added all boards present in the core, so it is visible on Board Manager also before install the core.
2015-05-24 19:02:16 +02:00
45b61ef02b MacOSX: set NSSupportsAutomaticGraphicsSwitching to true, so the OSX can switch back to the integrated GPU and save battery. Fixes #3210 2015-05-22 17:44:55 +02:00
35a26d18f4 Update make script for ESP8266FS tool 2015-05-22 18:40:21 +03:00
ab87be0b4f update revision log 2015-05-22 17:23:46 +02:00
46e065b76d Update revisions.txt 2015-05-22 14:05:50 +02:00
8cd369766f Fix download url 2015-05-22 02:46:29 +03:00