6a08fe8b57
add SLC interrupt routines
2015-06-16 01:09:16 +03:00
0ed22e3826
Merge pull request #6 from esp8266/esp8266
...
Esp8266
2015-06-16 00:32:33 +03:00
3711181d7e
allow proper content length handling
2015-06-16 00:25:34 +03:00
cf89c32b04
Fix pin change interrupt handling ( #322 )
2015-06-15 22:49:28 +03:00
9ea3de4bb2
Update revisions.txt
2015-06-15 11:16:56 +02:00
391994fbe8
Merge remote-tracking branch 'arduino/master'
2015-06-15 09:45:10 +02:00
06938acb81
Updated driver for Windows
2015-06-15 09:44:14 +02:00
3183c7c754
Merge pull request #420 from me-no-dev/esp8266
...
fix example not working on firefox
2015-06-13 11:14:14 +03:00
f510e10325
Merge pull request #4 from esp8266/esp8266
...
Esp8266
2015-06-12 20:36:35 +03:00
193f8ae451
fix example not working on firefox
2015-06-12 20:31:09 +03:00
64fcc716c9
MacOSX: SystemProfilerParser nows claims to have found the device even if the name is not exactly the same
2015-06-12 14:21:08 +02:00
54971e451f
SerialUploader: actualUploadPort may still be null, in that case fall back to userSelectedUploadPort
2015-06-12 14:21:08 +02:00
8139e85ef1
On some OSs, some boards may take time before reappearing. Better wait for them 5 reasonable seconds
2015-06-12 14:21:08 +02:00
c138628c00
When ports "move", they move in mysterious ways. Watching them closely so we don't miss the catch
2015-06-12 14:21:08 +02:00
7900e7fbeb
Updated driver for Windows
...
Fixed wrong hardware ID for zero.bootloader
2015-06-12 14:21:07 +02:00
a5ae479e9c
Merge pull request #3326 from agdl/StarterKitPJ03_fix
...
Fixed behaviour in the falling phase PJ03 StarterKit
2015-06-12 14:20:00 +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
a755dd7694
SerialBoardsLister now waits indefinitely before starting. BaseNoGui.packages
...
will eventually be set to at least an empty HashMap, even if no hardware is
present. Fixes #3311
2015-06-12 09:55:33 +02:00
2f4485d06b
Added missing license headers, added missing blank line between license header
...
and package declaration, organized imports
2015-06-12 09:55:25 +02:00
3153d0b5d8
Fixed typo. Fixes #3323
2015-06-12 08:41:36 +02:00
a5d61fddcd
Merge pull request #3324 from Chris--A/win-rename-move-fix
...
Fix build on windows (rename/move).
2015-06-12 08:36:21 +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
35d3aeb6d6
Open Recent: if sketch was read only and it was saved, saved version was not put into recent sketches list. Fixed
2015-06-11 17:36:02 +02:00
1f0673fd92
Fix tcp error handler
2015-06-11 18:11:26 +03:00
c066c7ca6c
Better handling of wifi disconnect ( #231 )
...
When network interface is down, some nasty things happen, for instance tcp_connect returns without ever calling error callback.
This change adds some workarounds for that: before doing a tcp connect and DNS resolve we check if there is a route available.
Also added a listener for wifi events which stops (aborts) all the WiFiClients and WiFiUDPs when wifi is disconnected. This should
help libraries detect disconnect properly.
2015-06-11 18:01:33 +03:00
87e3e60993
Merge pull request #406 from me-no-dev/esp8266
...
fix sd example returning bad json on empty folder
2015-06-11 12:38:52 +03:00
dde3f2c203
Added a DNSServer library
2015-06-11 12:37:30 +03:00
67a07ab6ca
added NOT_ON_TIMER and digitalPinToTimer defines to make a liquidcrystal library workd (that uses i2c)
2015-06-11 12:37:17 +03:00
89c2eac1ac
Merge pull request #388 from Links2004/esp8266
...
fix compiler warnings and handle empty SSID paramater
2015-06-11 12:24:03 +03:00
cb29f4832e
Bridge: Temboo examples update. Released version 1.0.7
2015-06-10 17:22:52 +02:00
2e2e2f7449
Update revisions.txt
2015-06-10 15:46:08 +02:00
0a6577f85c
If parsing a core fails, don't crash but report a warning. Fixes #3307
2015-06-10 15:42:47 +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
8a3982baf8
TFT: releasing version 1.0.4
2015-06-10 15:01:37 +02:00
e04e4a68ec
Stepper: releasing version 1.1.1
2015-06-10 15:01:20 +02:00
309e7892fd
SD: releasing version 1.0.5
2015-06-10 15:01:02 +02:00
47d3cc9991
Robot_Motor: releasing version 1.0.2
2015-06-10 15:00:43 +02:00
553f74b740
Robot_Control: releasing version 1.0.2
2015-06-10 15:00:29 +02:00
97c431ca4e
RobotIRRemote: releasing version 1.0.2
2015-06-10 15:00:06 +02:00
506efe08e5
Ethernet: releasing version 1.0.4
2015-06-10 14:59:45 +02:00
07685a07dc
Bridge: releasing version 1.0.6
2015-06-10 14:57:13 +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
47f9c091b0
Merge pull request #3312 from ffissore/linux-jvm-bundle
...
Linux: bundling the JVM
2015-06-10 09:38:59 +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