Commit Graph

5252 Commits

Author SHA1 Message Date
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
Federico Fissore 6b9048751e Proxy PAC support: SubnetUtils is not IPv6 aware, using CIDRUtils to check if IP is in range 2015-08-21 10:38:42 +02:00
Federico Fissore 7e15e9d6d1 build.xml:
- Removed macosx-*common* targets.
- Deprecated macosx-debug target.
- Ensured all *-run targets don't spawn process and fail on error
2015-08-21 09:10:50 +02:00
Federico Fissore c697542287 MacOSX: better macosx-debug target. See #3705 2015-08-21 08:56:27 +02:00
Federico Fissore e9859b4ea0 .gitignore 2015-08-21 08:48:02 +02:00
Federico Fissore 8d2393d7fe Merge pull request #3637 from ffissore/proxy
New proxy tab in preferences
2015-08-21 08:42:16 +02:00
Federico Fissore 5e518b9929 Added missing license headers 2015-08-21 08:41:50 +02:00
Federico Fissore 17032ec543 Added proxy PAC file support functions 2015-08-21 08:41:50 +02:00
Federico Fissore 7637970a22 Windows: added -DDEBUG=true to launcher 2015-08-21 08:41:50 +02:00
Federico Fissore 0c7e0d6bb4 CustomProxySelector: auto proxy (PAC) needs login info too 2015-08-21 08:41:50 +02:00
Federico Fissore 916de939e6 Using new CustomProxySelector in FileDownloader 2015-08-21 08:41:50 +02:00
Federico Fissore 708da3bd86 Introducing CustomProxySelector 2015-08-21 08:41:50 +02:00