1
0
mirror of https://github.com/arduino/Arduino.git synced 2024-12-01 12:24:14 +01:00
Commit Graph

936 Commits

Author SHA1 Message Date
Martino Facchin
b12ae2059e Mass update bundled resources
This PR contains:
- avr-gcc 7.3.0 (should fix OSX 10.15 complaining about 32bit apps)
- new avrdude (arduino17) (should close A LOT of open bugs)
- WiFi101-Updater 0.10.9 - with new Nina FW
2019-06-16 14:03:57 +02:00
Sandeep Mistry
723a29fbb0 Update WiFi101-Updater plugin to 0.10.8 2019-04-09 12:29:02 -04:00
Sandeep Mistry
a87024dcd4 Update WiFi101-Updater plugin to 0.10.7 2019-03-27 11:56:10 -04:00
Martino Facchin
f119590d84 Starting 1.8.10 2019-03-25 11:25:48 +01:00
Cristian Maglie
da6b81d35b Back from the future! 2019-03-15 15:14:01 +01:00
Cristian Maglie
aa79e0eac8 Updated revision log 2019-03-15 15:12:09 +01:00
Martino Facchin
20e1770842 Update WiFi101-Updater plugin to 0.10.6 2019-03-12 09:43:03 +01:00
Martino Facchin
1b0f00ee38 Update WiFiUpdater to 0.10.5 2019-01-14 12:05:56 +01:00
jogo-
e70e0fb1c0 Fix typos in revisions.txt 2019-01-02 14:22:23 +01:00
Martino Facchin
56f0e96912 Starting 1.8.9 2018-12-06 15:12:00 +01:00
Martino Facchin
5f9c230146 Update WiFi101Updater to 0.10.4 2018-12-06 11:18:28 +01:00
Cristian Maglie
073458d1bb Update revision log 2018-12-05 12:03:57 +01:00
Sandeep Mistry
9818dcf20a Update WiFi firmware updater to 0.10.3 2018-11-16 13:25:40 -05:00
Cristian Maglie
cede26883e Fix 'Select port on upload' error message 2018-11-14 17:41:34 +01:00
Sandeep Mistry
f09bb9dfcd Update WiFi firmware updater to 0.10.2 2018-11-13 12:55:04 -05:00
Geert Roumen
799879e8ae Made the Mangler file compile again
The .getCurrentTab() was missing, and for some reason it wouldn't compile with the isSelectionActive() , while I did find the file in https://github.com/arduino/Arduino/blob/master/app/src/processing/app/syntax/SketchTextArea.java . But at least people can compile it after these changes
2018-11-05 12:17:08 +01:00
per1234
52706f56a5 Add keywords for avr-libc math functions/macros 2018-11-05 11:45:46 +01:00
Martino Facchin
187cfb2d44 Update WiFi firmware updater to 0.10.0
Adds support for NINA based boards (Beta)
2018-10-05 10:30:27 +02:00
Cristian Maglie
354c769471 update revision log 2018-09-10 15:53:15 +02:00
Cristian Maglie
27eca6b3d9 Regression: fixed wrong BUILTIN_AS_LAST comparator
This bug has been introduced with b3d01d8281

Fix #7973
2018-09-07 15:03:25 +02:00
Cristian Maglie
4baa0ad3c5 update changelog 2018-09-06 16:01:18 +02:00
PaulStoffregen
d9ae0b1231 Change default Port from COM1 to nothing selected 2018-09-03 16:39:39 +02:00
Cristian Maglie
97f11945c6 Update revision log 2018-08-23 10:47:39 +02:00
Cristian Maglie
ad623137a1 Update revisions log 2018-08-22 14:25:42 +02:00
Martino Facchin
0885c6147e
Merge pull request #7649 from per1234/boolean-bool
Replace boolean type with bool in examples
2018-08-20 17:31:54 +02:00
Cristian Maglie
99fe051c4a Added preferences.txt option to disable preferences save
Fix #5668
2018-08-13 20:19:25 +02:00
per1234
8b11b58753 Replace boolean type with bool in examples
This is part of a move to encourage use of the standard bool type over Arduino's non-standard boolean type alias.
2018-05-30 04:30:13 -07:00
Yohsuke FURUTA
24029c5ace CLI: Add --version to CLI option (#7549)
* CLI: Add --version to CLI option

I added to get the Arduino IDE version from the command line
It will allow to check easily if the new Arduino is already installed.

This feature makes it easier to build external systems linked to specific versions of Arduino.

1. I added `--version` action, which shows version name and exit
  1. Currently, VERSION_NAME_LONG (like `1.8.5`, `1.9.0-beta`, `1.8.6 Hourly Build XXX`, etc...) is used. Because I want to know its version number and stable/beta/hourly.
  2. Finish with `0`. Because it is `SUCCESSFLLY FINISHED`.
2. Updated man page.

* Split "parse" and "action".
Move print action to probably suitable place.

This commit will fix the behavior of multiple actions about --version.

* add testcase
2018-05-22 17:46:11 +02:00
Matthijs Kooijman
98bd18ee8d Let serial monitor send newline by default
The serial.line_ending value was not present in the default
preferences file, so the default was implicitly 0, meaning "No line
ending". Since users often do not realize that they can even choose a
line ending, and "no line ending" is only rarely useful, it seems better
to default to sending a newline. Using both CR & NL would be more
consistent with Stream.println on the Arduino side, but just sending a
newline is probably easier to parse on the Arduino side.
2018-05-09 15:56:11 +02:00
per1234
ec179e5af6 Add note to revisions.txt regarding new default Nano bootloader 2018-03-15 12:36:10 -07:00
Cristian Maglie
0175a4ee94 Revert "Fix keyword loading to use any whitespace as separator"
This reverts commit eed9e7069f.
See #6693
2018-02-19 12:58:01 +01:00
Cristian Maglie
3447175d1d update revision log 2017-10-30 10:54:04 +01:00
Sandeep Mistry
7e2f7981f5 Use version 0.9.2 of the WiFi101 firmware updater 2017-10-20 14:23:44 +02:00
Cristian Maglie
6d7d461619 Update revision log 2017-10-20 13:17:09 +02:00
Cristian Maglie
f0e5bab51c Started 1.8.6 and updated changelog 2017-10-16 13:02:46 +02:00
Cristian Maglie
e69ce9cde3 Update changelog 2017-10-02 12:39:06 +02:00
Cristian Maglie
433fbeb29c Update changelog 2017-09-28 16:43:01 +02:00
Cristian Maglie
d0f8037f6d Added exception printout while building 2017-09-28 13:13:29 +02:00
Cristian Maglie
5bbb9054d4 Starting 1.8.5 2017-08-28 13:04:57 +02:00
Cristian Maglie
ec2481ce2b Update revisions log 2017-08-18 15:44:48 +02:00
per1234
60c169ce91 Remove unused file from toneMultiple example
pitches.h is not used by this sketch so its presence will only cause confusion.
2017-08-18 15:19:20 +02:00
Cristian Maglie
4545283ae7 Sketch names starting with a digit are now allowed
Fix #6592
2017-08-18 15:11:24 +02:00
Cristian Maglie
495c29c44b Updated Robot libraries
See #4040
2017-08-18 13:10:57 +02:00
per1234
86c5ca8547 Fix incorrect comment in toneMultiple example
The comment about the note duration didn't match the code.
2017-08-16 15:44:30 -07:00
Martino Facchin
aae5fa77aa Update revisions.txt 2017-08-01 12:04:25 +02:00
Cristian Maglie
93217c40c7 CLI: fixed missing "runtime.platform.path"
This happens when the CLI is runned without the `--board` option.

Fix #6463
2017-07-27 15:56:24 +02:00
Cristian Maglie
e15948227f Fixed wrong folder name for Adafruit Circuit Playground library
Fix #6462
2017-07-19 10:32:26 +02:00
Cristian Maglie
7d24d0e35b Update revision log 2017-07-18 14:03:26 +02:00
per1234
5f86bdd1b4 Use consistent format for Max/MSP patches included in the built-in example comments 2017-07-18 11:07:37 +02:00
per1234
abc9a8917d Use consistent formatting style for Processing code included in built-in example comments 2017-07-18 11:07:37 +02:00