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

5263 Commits

Author SHA1 Message Date
Federico Fissore
21ada82971 Updating arduino-builder to 1.0.0-beta6 2015-09-16 16:30:21 +02:00
Federico Fissore
682a5ec331 Faster recompilation of unsaved sketches 2015-09-16 14:51:37 +02:00
Federico Fissore
f906d45de0 Better to separate arguments only when specifying paths, otherwise we can't specify empty args like "-warnings=" 2015-09-16 11:30:48 +02:00
Federico Fissore
6847c52428 arduino-builder arguments must be passed in separate cmd.addArgument calls, otherwise special chars will break it. Fixes #3798 2015-09-16 10:45:52 +02:00
Federico Fissore
f18721a02f Updating arduino-builder to 1.0.0-beta5 2015-09-15 16:52:11 +02:00
Federico Fissore
455d03e460 Adding preprocessing recipes to AVR core 2015-09-15 12:15:48 +02:00
Federico Fissore
de8390f6db Updating arduino-builder to 1.0.0-beta4 2015-09-15 12:15:39 +02:00
Federico Fissore
1942394842 Windows: fixing permissions problems 2015-09-14 17:06:03 +02:00
Federico Fissore
c6a40d65f0 Update revisions.txt 2015-09-14 15:25:19 +02:00
Federico Fissore
97eb263a36 Merge pull request #3779 from ffissore/newcompiler
A new compiler
2015-09-14 15:21:56 +02:00
Federico Fissore
e5ddd0be3b New compiler 2015-09-14 15:21:15 +02:00
Federico Fissore
81c7156edb Forgot to update windows config*.xml files 2015-09-14 15:14:46 +02:00
Federico Fissore
cb25bc906d Upgraded rsyntaxtextarea to 2.5.8
Removed useless ecj.jar
2015-09-14 13:18:37 +02:00
Federico Fissore
dedbb2cc6e Update translations 2015-09-14 09:13:08 +02:00
Federico Fissore
5af67b728b Removed spourious arduino-builder folder 2015-09-14 09:08:10 +02:00
Federico Fissore
57bff44d0a Boards Manager: if a tool is not resolvable, print a warning and DON'T add a null ref 2015-09-11 14:02:32 +02:00
Martino Facchin
d9a7b5df41 Merge pull request #3542 from facchinm/plugUSB_sam
Add pluggableUSB capabilities to SAM core
2015-09-10 18:18:31 +02:00
Federico Fissore
43d855c28b Proxy selection was using old logic when url resulted in 302 2015-09-09 11:21:22 +02:00
Federico Fissore
96e0ee2a67 Editor is now able to find a commented line even if // was not written at its beginning. Fixes #3513 2015-09-08 17:41:33 +02:00
Federico Fissore
4cb72ceb9b Code cleanup
SerialPlotter now uses min/2 and max*2 instead of plain min and max
Ticks works also when min == max
Fixes #3767
2015-09-08 16:36:51 +02:00
Federico Fissore
a4a7e3ec96 Libraries in unknown categories get set as Uncategorized. Fixes #3732 2015-09-08 15:30:34 +02:00
Federico Fissore
f84b58e96d Merge pull request #3759 from sandeepmistry/no-gui-board-select-change
Call on onBoardOrPortChange after selectBoard when board argument passed into command line
2015-09-08 09:44:18 +02:00
Martino Facchin
92a05d2e25 USB libraries: replace non-portable u8 with uint8_t 2015-09-04 16:12:56 +02:00
Arturo Guadalupi
ca7d22e802 Merge pull request #3761 from agdl/EthernetMaintainImprovement
Added Ethernet.maintain() to examples
2015-09-04 10:17:58 +02:00
Martino Facchin
a5ad4744b5 fix OUT endpoints
was using only lower 8 bits of configuration registers
2015-09-04 10:03:40 +02:00
Arturo Guadalupi
e9ffe05544 Merge pull request #3763 from agdl/StringToIntRGBRemoved
Removed StringToIntRGB example
2015-09-03 14:29:33 +02:00
Arturo Guadalupi
33b67c0391 Removed StringToIntRGB example
like discussed in #3537
2015-09-03 14:26:37 +02:00
Arturo Guadalupi
3f28c2452a Added Ethernet.maintain() to examples
According to #3634 I added the Ethernet.maintain to examples:
Webserver
UdpNtpClient
DhcpChatServer
DhcpAddressPrinter
2015-09-03 09:34:49 +02:00
Sandeep Mistry
7fa355a702 Call on onBoardOrPortChange after selectBoard in no GUI mode
Like GUI mode does when a board is changed.
2015-09-01 18:08:12 -04:00
Cristian Maglie
f8b764a3a6 ...and also a leading ','... (oops 2)
See #2408
2015-09-01 10:58:48 +02:00
Cristian Maglie
8720384f68 Added missing #ifdef in WInterrupts.c... (oops)
See #2408
2015-09-01 10:11:43 +02:00
Cristian Maglie
53db220016 Added EXTERNAL_NUM_INTERRUPTS for AVR xxU2 series 2015-08-31 18:12:13 +02:00
Andrew J. Kroll
8c440df280 AVR: Faster Interrupts, no size change.
Fixes #2408
2015-08-31 13:55:07 +02:00
Federico Fissore
d6ea1c05a6 Cleanup 2015-08-31 08:45:58 +02:00
Federico Fissore
649bc6d778 MacOSX: Home/End key preference was coded backwards. Fixed. See #3715 2015-08-28 09:47:16 +02:00
Federico Fissore
61041326b2 Update revisions.txt 2015-08-28 09:07:28 +02:00
Federico Fissore
f2427b47f0 LoadVIDPIDSpecificPreferences was giving for granted that the attached board provided VID & PID. This is not always true, especially with counterfeits. Fixes #3738 2015-08-28 09:01:47 +02:00
Federico Fissore
ece6500967 Update revisions.txt 2015-08-27 11:43:03 +02:00
Cristian Maglie
d8bf00b951 Release new boards as AVR core 1.6.8 2015-08-27 11:00:25 +02:00
Cristian Maglie
1c1ecb65ac Added support to Genuino boards (drivers, boards.txt entries, bootloaders) 2015-08-27 10:40:03 +02:00
Federico Fissore
f605d1d99b Added support to VID+PID specific build properties 2015-08-27 10:40:02 +02:00
Nate Williams
64cee7bbbc Wire (AVR): Fix bug with repeated START
Fix #66
2015-08-26 16:02:02 +02:00
Sandeep Mistry
d00a3ceba3 implement Wire.end() for AVR core 2015-08-25 10:24:24 -04:00
Federico Fissore
d9bb8965eb Update translations 2015-08-25 16:00:49 +02:00
Federico Fissore
47451c0f82 Update translations 2015-08-24 16:42:13 +02:00
Cristian Maglie
abd9e341b0 Merge branch 'ethernet-keywords' of https://github.com/per1234/Arduino 2015-08-24 10:56:40 +02:00
Federico Fissore
d304c45dd1 Clearing state of editor.status when hitting one of new/rename/delete context menu entries. Fixes #3720 2015-08-24 10:20:40 +02:00
Federico Fissore
fa78f718ce Editor on MacOSX: editor.keys.home_and_end_beginning_end_of_doc, when set to true, makes HOME and END keys go to the beginning and end of the line. Fixes #3715 2015-08-24 09:25:21 +02:00
per1234
4d7723fb95 Add localIP and maintain to Ethernet keywords 2015-08-22 04:16:43 -07:00
Federico Fissore
36e43713c2 Deleted I18NTest. It's been disabled for a long time and it was not really useful 2015-08-21 12:31:58 +02:00