Martino Facchin
22bd9f69a2
Ethernet: fix include files path
2015-03-20 15:28:50 +01:00
Federico Fissore
196d8d3d2f
Added build_all_dist.bash: one script to build all IDEs
2015-03-20 11:43:20 +01:00
Chris--A
ab14475248
Updated EEPROM examples.
...
Removed hard coded lengths, which were incorrect for standard Arduino's
now.
2015-03-20 12:06:20 +10:00
Federico Fissore
6bdfa00e61
Splashscreen: initial message
2015-03-19 12:26:36 +01:00
Federico Fissore
dcb65d9edd
Merge pull request #2783 from ffissore/windows-glitch
...
Attempt to fix glitches introduced by java8 on windows. Fixes #2761
2015-03-19 10:21:21 +01:00
Federico Fissore
c3410ff779
Merge pull request #2785 from ffissore/statically-linked-gcc
...
Windows: avr toolchain is now statically linked
2015-03-19 10:20:31 +01:00
Federico Fissore
ad72e41aa0
Introducing CollectStdOut and CollectStdOutStderrExecutor, handy classes for executing external execs and collecting their outputs
2015-03-19 10:17:10 +01:00
Federico Fissore
b93bd8ea7f
Macosx: upgrading quaqua, swing look & feel library
2015-03-19 09:39:28 +01:00
Chris--A
28cff64b80
Small tweaks to EEPROM lib and examples.
2015-03-19 17:13:32 +10:00
Victor Aprea
0e898d5e03
Do not influence state of SS if it's already been set to an output previously, e.g. by user sketch
...
squashes and closes PR #2659
2015-03-18 10:37:40 +01:00
Federico Fissore
ee8b5a0162
Windows: avr toolchain is now statically linked
2015-03-18 10:17:30 +01:00
Chris--A
d6637e7f08
Updated EEPROM storage class
...
To avoid having a .cpp just for an extern variable definition, `static`
has been chosen over `extern`.
As the `EEPROMClass` class simply wraps functionality located elsewhere,
it is completely compiled away. Even though each translation unit which
includes the header will get a copy with internal linkage, there is no
associated overhead.
More info
[here](http://stackoverflow.com/questions/29098518/extern-variable-only-in-header-unexpectedly-working-why )
2015-03-18 18:56:08 +10:00
Federico Fissore
8da868d47a
Attempt to fix glitches introduced by java8 on windows. Fixes #2761
2015-03-17 15:07:19 +01:00
Martino Facchin
375013173d
Merge pull request #2781 from arve0/yun_bridge_bug_read_forever
...
Bridge: discard message if length is bigger than buffer size
2015-03-17 14:48:28 +01:00
Federico Fissore
ec1db8ca8a
New splashscreen and about images
2015-03-17 10:49:16 +01:00
Chris--A
80f01fbab1
Added additional examples to EEPROM lib
2015-03-17 17:17:08 +10:00
Chris--A
bed78fd144
Added new version of EEPROM library.
2015-03-17 17:13:47 +10:00
arve0
ff48ee4c5b
do not trust received msg length to read forever
2015-03-16 21:23:01 +01:00
Federico Fissore
f7eb24815c
.gitignore
2015-03-16 17:46:08 +01:00
Martino Facchin
2222e0f2cd
Merge pull request #2709 from projectgus/master
...
Fix auto-reset on Leonardo-derived boards from Linux hosts
2015-03-16 15:29:47 +01:00
Federico Fissore
72bf97709c
Ordered windows jars
2015-03-13 12:08:32 +01:00
Federico Fissore
dba808c3dc
Instantiating SplashScreenHelper in main() was leaving it null for the tests. Fixed
2015-03-13 11:35:37 +01:00
Federico Fissore
38f868af5b
Fixed placement of find & replace dialog
2015-03-13 11:30:42 +01:00
Federico Fissore
b4ff39144c
Preferences frame opens on top of active editor
2015-03-13 10:49:16 +01:00
Federico Fissore
2a0bc2bfca
Splashscreen
2015-03-13 10:39:18 +01:00
Federico Fissore
af3c2bd1f6
Update revision.txt
2015-03-13 09:43:01 +01:00
Federico Fissore
e08bd63038
Resetting swing.aatext to the preferred value as soon as preferences are available
2015-03-13 09:43:01 +01:00
Federico Fissore
06d95d4225
Merge pull request #2760 from jogo-/patch-2
...
Update README.txt
2015-03-12 17:20:06 +01:00
Federico Fissore
c946a29aac
Nicer fonts
2015-03-12 09:58:32 +01:00
Federico Fissore
cc6c647825
Macosx: halving JVM Xmx, now 512M
2015-03-12 09:25:57 +01:00
Federico Fissore
825f1e5706
Update revisions.txt
2015-03-12 09:17:00 +01:00
Federico Fissore
eecc9ea132
TemperatureWebPanel.ino: added missing semicolons
2015-03-12 09:11:32 +01:00
Federico Fissore
7b495232ef
Merge pull request #2726 from hashashin/hashashin-patch-1
...
TemperatureWebPanel.ino Print "Yún" and not "Y�n", "degrees C" to "ºC"
2015-03-12 09:09:41 +01:00
Federico Fissore
5468a91dfd
Merge pull request #2738 from Wackerbarth/Issue_2732
...
Pre- & Post- Build Hooks
2015-03-12 09:07:44 +01:00
Richard Wackerbarth
0644bdc51c
Convert to action pattern to allow multiple actions
2015-03-11 10:28:32 -05:00
Richard Wackerbarth
2f65f5fdc1
Provide Hooks before and after the build process
...
Closes #2732
2015-03-11 10:28:32 -05:00
Richard Wackerbarth
498d615fb8
Additional context for build hooks
2015-03-11 10:28:31 -05:00
jogo-
e1f318994b
Update README.txt
...
Fix typo
2015-03-11 16:06:39 +01:00
Federico Fissore
4a9c3b1ddd
Windows: halving JVM Xmx, now 512M
2015-03-11 12:57:24 +01:00
Federico Fissore
c46e667e7a
Started working on 1.6.2
2015-03-11 11:42:55 +01:00
Federico Fissore
b8b2869753
Updated revisions.txt
2015-03-10 14:14:06 +01:00
Federico Fissore
e58bf924f4
Fixed wrong path in successful message
2015-03-10 14:09:06 +01:00
Federico Fissore
2a4f0134ab
arduino-core: restored debug info in class files
2015-03-10 08:52:42 +01:00
Federico Fissore
32123a8cb9
Fixed NPE in case of missing boardData
2015-03-10 08:52:42 +01:00
Federico Fissore
c287450d72
Added missing translations
2015-03-10 08:52:42 +01:00
Federico Fissore
46fd48f590
Added windows drivers
2015-03-10 08:52:42 +01:00
Federico Fissore
39d1dfc999
Added warning for uncertified boards
2015-03-10 08:52:41 +01:00
Federico Fissore
25ddcb852f
Update revision.txt
2015-03-10 08:52:05 +01:00
Cristian Maglie
5b7fd08d8d
Merge pull request #2681 from PaulStoffregen/master
...
Improve library name matching
2015-03-09 23:21:02 +01:00
Martino Facchin
4fb33e9482
update revisions.txt
2015-03-09 16:49:49 +01:00