Commit Graph

6543 Commits

Author SHA1 Message Date
NicoHood 8e6422ffd8 Add option to disable doc packaging 2016-12-27 15:23:57 +01:00
Cristian Maglie da97506adf Started IDE 1.8.1 2016-12-24 00:14:33 +01:00
Martino Facchin d115f44a31 Update IDE version to 1.8.0 2016-12-21 16:12:44 +01:00
Martino Facchin 33eae2eb4c Update package_index_bundled with official avr 1.6.16 data 2016-12-21 16:09:29 +01:00
Martino Facchin 43d8599371 Update samd core to 1.6.10 2016-12-21 16:06:10 +01:00
Martino Facchin a418f483f6 Add arduinoOTA upload tool 2016-12-21 15:54:03 +01:00
Martino Facchin 10bd41f5ac Add Arduino UNO Wifi board
Both serial and OTA upload methods

OTA upload uses the ESP8266 method with a custom upload tool (https://github.com/arduino/arduinoOTA)
2016-12-21 15:53:59 +01:00
Ignacio Santolin 3b34859a66 Removed dead Link
Removed dead link
http://www.vti.fi/en/support/obsolete_products/pressure_sensors/
2016-12-21 11:04:43 +01:00
Cristian Maglie 3633f4dd25 Merge branch 'master' of github.com:arduino/Arduino 2016-12-19 18:32:27 +01:00
Cristian Maglie 0ec73fa71a Fixed build.board for some boards 2016-12-19 18:32:20 +01:00
Cristian Maglie 5955a49574 update revision log 2016-12-19 18:27:04 +01:00
Martino Facchin 6f2fd2f4c7 Fix Circuitplay tools reference (take 2) 2016-12-16 18:10:06 +01:00
Martino Facchin 8ae25b90bb Fix Circuitplay core and tools reference
While not plainly wrong, since the board is not contained in a 3rd party package, use the "baseline" reference method
2016-12-16 17:45:05 +01:00
Martino Facchin 1ac448a6b0 Update package_bundle with Arduino.org boards 2016-12-16 16:47:46 +01:00
Martino Facchin 686c78b2d0 Merge pull request #5731 from facchinm/tian_support
Add Arduino.org board definitions
2016-12-16 16:27:09 +01:00
Cristian Maglie b1f349244b Added empty efuse property for atmega8 bootloader rules
See #2075
2016-12-16 16:23:51 +01:00
Martino Facchin c6654889fb publish avr core 1.6.16 prerelease
remember to correct the core size and checksum when pushing the official core
2016-12-16 16:15:41 +01:00
Martino Facchin bad2fc92b3 Update avrdude to 6.3.0-arduino8 2016-12-16 14:38:55 +01:00
Martino Facchin 6d1924b826 Add Arduino.org boards drivers 2016-12-16 10:59:00 +01:00
Martino Facchin 53d8f2f439 Add ArduinoISP.org programmer
We'll need to patch avrdude with this new programmer type
https://github.com/platformio/platformio-core/issues/717
2016-12-16 10:59:00 +01:00
Martino Facchin 1a4e5e909d Adding Arduino.org new boards
Yun derived (Industrial101, YunMini, LininoOne) and Leonardo Ethernet
2016-12-16 10:59:00 +01:00
Martino Facchin e9709689de Add extra field to serial discovery targeting Tian board 2016-12-16 10:59:00 +01:00
jenkins 3c836f4fee update arduino-builder to 1.3.23 2016-12-15 19:11:58 +01:00
Martino Facchin 8098196083 Kill programmer if upload takes more than 5 minutes
Fixes #5672
2016-12-15 18:57:21 +01:00
Cristian Maglie e48553ec57 Merge branch 'generate_dependencies_S' of https://github.com/facchinm/Arduino 2016-12-15 17:47:25 +01:00
Cristian Maglie bd4c79fbac Updated translations 2016-12-15 17:36:32 +01:00
Cristian Maglie 43bec97da7 Added Circuit Playground library 2016-12-14 18:24:58 +01:00
Cristian Maglie e3c19d7ab3 Added Adafruit Circuits Playground board 2016-12-14 15:00:23 +01:00
Martino Facchin c2c9456f10 Merge branch 'master' of github.com:arduino/Arduino 2016-12-13 10:11:30 +01:00
Martino Facchin 55b55b29e6 Swap "Copy for Forum" and "Copy as HTML" actions
Fixes #5401

The bug was introduced by 982d4f3f, when DiscourseFormat(Editor, bool html) declarations were swapped. The contextual/right click menu in EditorTab already behaves correctly.
2016-12-13 10:07:05 +01:00
Sandeep Mistry 813acf5ccb Updated SD lib to ver 1.1.0 2016-12-12 11:42:24 -05:00
Martino Facchin 6dacb6b0bf Clear Modified flag on Save As...
Fixes #5550 (in the proper way this time)
2016-12-12 14:14:36 +01:00
Martino Facchin 8756482910 Merge branch 'master' of github.com:arduino/Arduino 2016-12-12 10:16:21 +01:00
Martino Facchin 83f9ed7e0a Fix ctags version on Win build 2016-12-12 10:16:00 +01:00
Martino Facchin a93b45d9c8 Merge pull request #5573 from facchinm/fix_symlink_5478
Fix symlinks being replaced with files on save
2016-12-07 13:17:28 +01:00
Martino Facchin 1a97ec4481 Remove sketch size calculation from Java IDE
It is now performed by arduino-builder (>= 1.3.22)
2016-11-28 15:09:46 +01:00
jenkins df0009601e update arduino-builder to 1.3.22 2016-11-28 15:09:31 +01:00
Martino Facchin e39560ecfd Rebuild header on "Save as"
Fixes #5550
2016-11-28 15:07:42 +01:00
Martino Facchin bb5fe24ae5 Merge pull request #5625 from matthijskooijman/remove-build-cmd
Remove build/cmd/ directory
2016-11-25 16:39:39 +01:00
Colby Newman 08af7f8991 Improved Blink example comment wording 2016-11-25 15:36:36 +01:00
Fabián Inostroza b17c5122c2 Set default color of text for descriptions shown in library manager. 2016-11-25 15:19:36 +01:00
Cristian Maglie 39c3e8bb8b Merge branch 'x11-fix' 2016-11-25 15:12:05 +01:00
Cristian Maglie c363777f06 Reduce verbosity during downloads in text-only mode 2016-11-25 15:10:38 +01:00
Cristian Maglie 8eae64181e Removed old prototype code from #2328 that is now in Base 2016-11-25 15:10:38 +01:00
Cristian Maglie 3d52de7191 Removed useless `showEditor` parameter from `Base.handleOpen`
Previously it was used to prevent the Editor from being displayed
when running in command-line mode. Now the Editor is not created at
all, so this parameter is useless.

This is also confirmed by the remaining calls to `handleOpen` that
all have the parameter set to `true`.
2016-11-25 15:10:38 +01:00
Cristian Maglie 1a640f6139 ...and Upload too (part 3/3)
This commit concludes the refactoring.
2016-11-25 15:10:37 +01:00
Cristian Maglie ae990954d3 ...now Verify works again... (part 2/3) 2016-11-25 15:10:36 +01:00
Cristian Maglie 611ed081b3 Use PreferenceData.setBoolean() where appropriate 2016-11-25 15:09:51 +01:00
Cristian Maglie df1841f0cd Initialize Editor only in GUI mode (part 1/3)
Move the initialization of Editor into the GUI section of the big
if-then-elseif chain. This actually breaks cases for Verify and
Upload that uses Editor to access core functions.

This will be fixed in next commits.
2016-11-25 15:04:35 +01:00
Cristian Maglie 21bcb6417c Build menus only in gui mode 2016-11-25 15:04:33 +01:00