SATOH Fumiyasu
ad65e53888
Use "$@" instead of bare $@ to protect arguments
...
Bash expands bare $@, and then do word-splitting and file-globing. It breaks command-line arguments
for arduino if command-line arguments for the wrapper script contains $IFS, '*', '?' and etc. characters.
Use "$@" in this case.
2016-01-06 22:09:04 +09:00
Federico Fissore
ff13b303d4
Forgot to remove old arduino-builder SHAs
2015-12-04 14:14:15 +01:00
Federico Fissore
580bcb5003
Updating arduino-builder to 1.3.6
2015-12-04 14:03:54 +01:00
Federico Fissore
9a39e5e6ac
Some configuration may totally miss network interfaces, even localhost. Fixes #4249
2015-12-04 09:55:32 +01:00
Federico Fissore
a2848716a0
Added -Dportable=true param to ant. You can build your own portable version of
...
the IDE
2015-12-03 16:34:25 +01:00
Federico Fissore
66117a5cc0
Burn Bootloader was run in the UI thread, avoiding intermediate messages to be printed to IDE console
2015-12-03 11:09:50 +01:00
Federico Fissore
91245e2164
Updating arduino-builder to 1.3.5
2015-12-03 09:54:30 +01:00
Federico Fissore
37d2ec3154
Updating arduino-builder to 1.3.4
2015-12-02 16:41:15 +01:00
Federico Fissore
321f589b0f
Reduced "scroll down" timer of ConsoleOutputStream back to 100ms
2015-12-02 16:41:15 +01:00
agdl
309c8c1fe8
Added missing keyword analogWriteResolution
2015-12-02 09:34:43 +01:00
Federico Fissore
f9c80816aa
Halved "scroll down" timer of ConsoleOutputStream
2015-12-01 16:39:17 +01:00
Federico Fissore
1e074cce42
Whoops, a debuggin call to "peek" was committed. Removed.
2015-12-01 15:23:51 +01:00
Federico Fissore
5fcf5e3eb7
Updated translations
2015-12-01 12:21:30 +01:00
Federico Fissore
46d1c89073
Windows: even old settings folder may be missing from the registry. Fixes #4124
2015-12-01 11:36:45 +01:00
Federico Fissore
49a0f768a1
Updating arduino-builder to 1.3.3
2015-12-01 10:21:40 +01:00
Federico Fissore
d9f9081f3c
Updated translations
2015-11-30 14:02:17 +01:00
Martino Facchin
47bcf07f5e
fix StringIndexOf example logic and wording
2015-11-30 13:23:57 +01:00
Federico Fissore
c5824fd586
Updating arduino-builder to 1.3.1
2015-11-30 11:32:27 +01:00
Cristian Maglie
463046d691
Merge branch 'remove-wire-keywords' of https://github.com/per1234/Arduino
2015-11-30 10:20:10 +01:00
Federico Fissore
e224698ecf
Files weren't deleted from temp unsaved sketch folder. Fixes #4233
2015-11-30 10:17:29 +01:00
per1234
d21e054836
Remove unused keywords from Wire libraries keywords.txt
...
These functions have been replaced by read() and write() since Arduino
1.0.
2015-11-28 17:56:21 -08:00
Federico Fissore
aaebb0a4d6
Stored some regexps in static finals, given names to threads, and slightly
...
optimized ConsoleOutputStream
2015-11-27 15:07:44 +01:00
agdl
53af4a7dea
Removed old example
2015-11-27 14:40:31 +01:00
agdl
c009ac6e4c
Modified example to not generate confusion
...
Only Arduino Mega was mentioned, but actually many boards have more than one Serial port
2015-11-27 14:36:48 +01:00
Arturo Guadalupi
8e6a30e00c
Merge pull request #4220 from agdl/communicationExamples
...
Fixed processing code for Processing 3
2015-11-26 11:45:40 +01:00
agdl
3229e422a2
run autoformat in the example
2015-11-26 11:44:05 +01:00
Federico Fissore
89a36cad0a
Updated translations
2015-11-26 11:38:03 +01:00
agdl
2f00c938a7
Fixed processing code for Processing 3
...
As pointed out in #4214 I changed the processing code to make it working wit Processing 3
2015-11-26 11:33:27 +01:00
Federico Fissore
553a022a24
Revert "Windows: patched launch4j to reduce the delay between pollings for the main"
...
This reverts commit c3fc56f845
.
2015-11-26 11:05:58 +01:00
Federico Fissore
c3fc56f845
Windows: patched launch4j to reduce the delay between pollings for the main
...
window. Fixes #4215
2015-11-25 17:12:55 +01:00
Cristian Maglie
0dca80cad3
Merge branch 'per1234-eeprom_clear-add-pinmode' of https://github.com/per1234/Arduino
2015-11-25 15:58:06 +01:00
Federico Fissore
002bc4127f
Updating arduino-builder to 1.3.0
2015-11-25 11:43:33 +01:00
Federico Fissore
1234e95470
Windows: updating launch4j to latest (3.8). An attempt to mitigate #4215
2015-11-25 10:15:16 +01:00
per1234
ffbcfa781f
eeprom_clear example: Set pinMode of LED pin
2015-11-24 16:23:16 -08:00
Cristian Maglie
8f2514f7c1
Merge remote-tracking branch 'arduino/master'
2015-11-24 16:45:33 +01:00
Cristian Maglie
4c2af08bb2
Merge branch 'led_fix' of https://github.com/NicoHood/Arduino
2015-11-24 16:44:51 +01:00
Federico Fissore
7bd4c8ec41
Update revisions.txt
2015-11-24 16:38:54 +01:00
Cristian Maglie
1da7979984
Merge branch 'leonardo-usbserial' of https://github.com/cmaglie/Arduino
2015-11-24 16:34:27 +01:00
Federico Fissore
6855e91883
Fixed various Board/Library managers glitches, in particular when removing/upgrading
2015-11-24 16:14:16 +01:00
Federico Fissore
4f3415279c
Boards manager: when upgrading, first remove, then install
2015-11-24 10:54:29 +01:00
Federico Fissore
7dd6e8f57d
Windows: proper, non blurry, icon displayed. Fixes #3473
2015-11-24 09:53:27 +01:00
Sandeep Mistry
1b63cfa6a4
Cleanup some Stream compiler warnings from #3337
2015-11-23 16:45:29 -05:00
Sandeep Mistry
e7d5a19c7c
Update revisions.txt for #3337
2015-11-23 15:58:59 -05:00
Chris--A
9f8feea8b7
Make protected Stream::parseInt/Float overloads public.
...
Stream::parseInt & Stream::parseFloat previously had protected
overloads which allowed skipping a custom character. This commit
brings this feature to the public interface.
To keep the public API simpler, the single paramter overload remains
protected. However its functionality is available in the public
interface using the two parameter overload.
2015-11-23 15:46:24 -05:00
Chris--A
245b948a27
Add Stream::find(char); to SAM core.
...
This is a feature added to the AVR core here:
ed1b8eb486
It allows using the find method with a single char (#847 ).
2015-11-23 15:46:24 -05:00
Chris--A
7857216e69
This adds control of Stream::parseInt/float lookahead.
...
Its default is SKIP_ALL which reflects previous versions.
However SKIP_NONE, and SKIP_WHITESPACE can refine this behaviour.
A parameter used in the protected overloads of parseInt/Float has been
changed from `skipChar` to `ignore`.
2015-11-23 15:46:24 -05:00
Chris--A
12d0487258
This is a bug fix which prevents parseFloat from proceeding past
...
multiple decimals '.' in the stream. Only one can be accepted for
valid decimal numbers.
2015-11-23 15:46:24 -05:00
Chris--A
24a994019f
This commit improves the parsing capability by allowing decimals only
...
prefixed by an '.' character. Previously the preceeding zero must be
present: '0.'
2015-11-23 15:46:23 -05:00
Christian Fiebig
7d4787bcff
Updated Linux install script to be flexible about different desktop folder locations.
2015-11-23 16:31:25 +01:00
Christian Fiebig
22496e14d5
Added help option for install.sh and changed some texts and comments.
2015-11-23 16:31:25 +01:00