Commit Graph

5376 Commits

Author SHA1 Message Date
Cristian Maglie 949ef094f1 Added categories to libraries
Fix #3812
2015-09-18 11:01:08 +02:00
Cristian Maglie cc0d3322d1 Fixed wrong condition in turnOffPWM(..)
Fix #2163
2015-09-18 11:01:08 +02:00
Federico Fissore 5b84aef301 Build path is now a function of sketch path. This allows to recycle previously
compiled files even when working with different sketches at the same time. In
such cases, recompiling is way faster
2015-09-18 10:47:23 +02:00
Federico Fissore c3c59f2359 New editor: restored EOL markers. Fixes #3817 2015-09-18 09:18:40 +02:00
Federico Fissore a63d8d0bae Temboo library updated to 1.1.3 2015-09-17 17:05:56 +02:00
Federico Fissore a295fbbc36 Code cleanup 2015-09-17 16:52:22 +02:00
Federico Fissore 01735420ee If may happen that the boardPort param given to setBoardPort is still null 2015-09-17 16:52:11 +02:00
Federico Fissore 94d1829b87 If a token is of some COMMENT_* type, don't use keywords. Fixes #3532 2015-09-17 14:28:03 +02:00
Federico Fissore 9c850c36e1 MacOSX: restored CTRL+A=begin of line and CTRL+E=end of line. Fixes #3800 2015-09-17 14:04:28 +02:00
Federico Fissore 57ed2b2416 Updating splashscreen text ONLY if visible. Fixes #3808 2015-09-17 13:18:35 +02:00
Federico Fissore c55a9e81ad Updating arduino-builder to 1.0.0-beta7 2015-09-17 11:03:43 +02:00
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
Cristian Maglie e3909b4e2c Added IPAddress::fromString(....) function 2015-09-09 12:03:29 +02:00
Cristian Maglie 306eaa13c9 Fixed DNSClient::inet_aton function.
Fixes #2500
2015-09-09 12:03:29 +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