dcuartielles
2b7753ffc7
fixed the classic fix vs stroke issue after migrating to the TFT library
2013-05-17 11:08:59 +02:00
dcuartielles
b91e6308bd
fixed glitch with the screen when starting the process
2013-05-17 11:08:50 +02:00
dcuartielles
e5baff7372
fixed order in how the commands were executed
2013-05-17 11:07:44 +02:00
Cristian Maglie
eab4a7ef72
Robot has its own core
2013-05-17 11:02:00 +02:00
Angus Gratton
b8c795e184
Don't give up when loading hardware/ profile directories with some invalid directories
...
This allows you to create hardware profiles that support both pre-1.5 and 1.5 onwards (boards.txt, cores, bootloader etc. in root for pre-1.5 and <architecture>/ directories containing 1.5 onward content.
Still prints a warning if a hardware folder doesn't contain anything 1.5 compatible.
2013-05-17 13:01:06 +10:00
Angus Gratton
7959d85dd4
Allow uploader choice in upload.tool to specify a different platform vendor
2013-05-17 13:01:06 +10:00
Cristian Maglie
53fdcb53e9
Updated revision log
2013-05-15 11:34:05 +02:00
Cristian Maglie
cf4584eb29
Reverted 'copy error' button for 1.0.5, waiting for a better UI design
2013-05-15 11:32:22 +02:00
Cristian Maglie
ffdb0d7d81
Merge branch 'robot'
2013-05-15 11:16:09 +02:00
Cristian Maglie
bd11079cd0
Added Arduino Robot libraries
2013-05-15 10:47:17 +02:00
Cristian Maglie
7e3aef91bc
Updated drivers for robot
2013-05-14 18:43:51 +02:00
Fede85
bd240670ba
Merge branch 'master' of github.com:arduino/Arduino
2013-05-13 21:25:16 +02:00
Fede85
2387046c19
Added support to INT6 on Leonardo.
...
Fixes #988
2013-05-13 21:22:59 +02:00
Cristian Maglie
54552c0bd0
Added robot hardware
2013-05-13 19:50:59 +02:00
Cristian Maglie
76fd163a5f
Fixed regression: CTRL+Left/CTRL+Right moves cursor one word backward/forward
...
See 4212be6669
2013-05-12 15:51:33 +02:00
Cristian Maglie
a46259a0cf
Merged 1.0.5
...
Still missing:
- updates to WiFi lib for sam.
- updates to examples of Ehternet and WiFi for sam.
Merge remote-tracking branch 'arduino/master' into ide-1.5.x
Conflicts:
app/src/processing/app/Base.java
app/src/processing/app/Editor.java
app/src/processing/app/helpers/FileUtils.java
app/src/processing/app/i18n/Resources_fr.po
app/src/processing/app/i18n/Resources_fr.properties
build/shared/revisions.txt
hardware/arduino/avr/libraries/Ethernet/examples/DnsWebClient/DnsWebClient.ino
hardware/arduino/avr/libraries/WiFi/examples/WifiChatServer/WifiChatServer.ino
hardware/arduino/avr/libraries/WiFi/examples/WifiPachubeClient/WifiPachubeClient.ino
hardware/arduino/avr/libraries/WiFi/examples/WifiPachubeClientString/WifiPachubeClientString.ino
hardware/arduino/avr/libraries/WiFi/examples/WifiTwitterClient/WifiTwitterClient.ino
hardware/arduino/avr/libraries/WiFi/examples/WifiUdpSendReceiveString/WifiUdpSendReceiveString.ino
hardware/arduino/avr/libraries/WiFi/examples/WifiWebClient/WifiWebClient.ino
hardware/arduino/avr/libraries/WiFi/examples/WifiWebClientRepeating/WifiWebClientRepeating.ino
hardware/arduino/avr/libraries/WiFi/examples/WifiWebServer/WifiWebServer.ino
libraries/WiFi/examples/WiFiChatServer/WiFiChatServer.ino
libraries/WiFi/examples/WiFiPachubeClient/WiFiPachubeClient.ino
libraries/WiFi/examples/WiFiPachubeClientString/WiFiPachubeClientString.ino
libraries/WiFi/examples/WiFiTwitterClient/WiFiTwitterClient.ino
libraries/WiFi/examples/WiFiUdpSendReceiveString/WiFiUdpSendReceiveString.ino
libraries/WiFi/examples/WiFiWebClient/WiFiWebClient.ino
libraries/WiFi/examples/WiFiWebClientRepeating/WiFiWebClientRepeating.ino
libraries/WiFi/examples/WiFiWebServer/WiFiWebServer.ino
libraries/WiFi/examples/WifiChatServer/WifiChatServer.ino
libraries/WiFi/examples/WifiPachubeClient/WifiPachubeClient.ino
libraries/WiFi/examples/WifiPachubeClientString/WifiPachubeClientString.ino
libraries/WiFi/examples/WifiTwitterClient/WifiTwitterClient.ino
libraries/WiFi/examples/WifiUdpSendReceiveString/WifiUdpSendReceiveString.ino
libraries/WiFi/examples/WifiWebClient/WifiWebClient.ino
libraries/WiFi/examples/WifiWebClientRepeating/WifiWebClientRepeating.ino
libraries/WiFi/examples/WifiWebServer/WifiWebServer.ino
2013-05-11 14:37:25 +02:00
Cristian Maglie
296bdacfb9
Updated revision log
2013-05-11 13:25:37 +02:00
Cristian Maglie
62846f1f1b
Fixed disappearing 'Import library' menu
2013-05-11 13:25:37 +02:00
Cristian Maglie
13d8214567
Backported OnlyDirs.class
2013-05-11 13:25:37 +02:00
Federico Fissore
544445524a
removed check on .h file existence
2013-05-11 13:25:36 +02:00
Cristian Maglie
fa9566235d
Disabled 'fat' (multiplatform) library check.
...
Conflicts:
app/src/processing/app/Base.java
2013-05-11 13:25:36 +02:00
Federico Fissore
8266ac5aad
better error message when library names clash
...
filter out non .ZIP files
2013-05-11 13:25:36 +02:00
Federico Fissore
3d5c76a8a1
also rebuild examples menu after library import
2013-05-11 13:25:36 +02:00
Federico Fissore
29856fff53
improved import library: complains if invalid zip or folders are selected
2013-05-11 13:25:36 +02:00
Cristian Maglie
1cdf75d4df
"Add library" moved into "Import library" menu
2013-05-11 13:25:36 +02:00
Federico Fissore
8eab205166
import library also import folder (already expanded libraries)
...
Conflicts:
app/src/processing/app/helpers/FileUtils.java
app/test/processing/app/tools/ZipDeflaterTest.java
2013-05-11 13:25:36 +02:00
Cristian Maglie
62a8a0149f
keep included folder name as top level folder name, delete MAC folder and hidden files
2013-05-11 13:25:36 +02:00
Cristian Maglie
d66e094a3b
Revert ""Add library" moved into "Import library" menu"
...
This reverts commit 1866050e07
.
2013-05-11 13:25:36 +02:00
Fede85
5e8df5ec88
Merge branch 'master' of github.com:arduino/Arduino
2013-05-09 18:39:26 +02:00
Fede85
595d7fe1a3
added colored keywords readString and readStringUntil
2013-05-09 18:39:03 +02:00
Cristian Maglie
444ede099d
Added const modifier to String.c_str()
2013-05-06 18:10:29 +02:00
Cristian Maglie
19e4d38725
Added c_str() method to String class.
2013-05-06 08:57:06 +02:00
Cristian Maglie
99f2a27553
Stream "_timeout" field and related methods are now protected instead of private.
...
This allows better optimization on classes that extends Stream without losing
timeout capabilities.
2013-05-06 08:52:31 +02:00
Cristian Maglie
55ade2daeb
Nicer button for 'Copy error to clipboard'
2013-05-03 15:46:20 +02:00
Cristian Maglie
5b8ac97a42
Updated revision log
2013-05-03 13:49:06 +02:00
Cristian Maglie
4c4878bc3f
Merge pull request #1347 from Lauszus/Sanguino
...
Added support for all variants of Sanguino
2013-05-03 04:47:46 -07:00
Cristian Maglie
3970577185
Merge branch 'aaa' into ide-1.5.x
...
Fixes #1388
Fixes #1301
2013-05-03 13:40:09 +02:00
stimmer
00bc1639c4
Changed micros() to work in interrupts
2013-05-03 13:38:48 +02:00
Cristian Maglie
33a7279a7d
Merge branch 'penguin359-ide-1.5.x-ram' into ide-1.5.x
...
Fixes #1377
Fixes #1356
2013-05-03 13:25:59 +02:00
Loren M. Lang
090f721606
Clarified error messages and added a configurable warning level
...
Changed memory usage check to only fail build on 100%+ usage and added a
configurable warning level for memory usage defaulting to 75%.
Clarified error and warning messages related to memory usage to specify
that this is the minimum memory usage.
2013-05-02 13:10:02 -07:00
Kristian Sloth Lauszus
dbd584e438
Removed double instance of the same code
2013-05-02 01:00:17 +02:00
Zachary Eveland
33c086d068
updated driver description string to "Arduino USB Driver". includes new .cat
2013-05-01 10:49:50 -04:00
Zachary Eveland
2c5a86e336
Merge branch 'master' of github.com:arduino/Arduino into LUFA_bootloader
2013-05-01 10:49:05 -04:00
Fede85
0db906f175
changed the pin where to connect the button from 2 to 4 to be compliant with the comment in the header and the tutorial.
...
Fixes #1396
2013-04-30 17:55:34 +02:00
Fede85
c111f66112
Corrected the return type of the digitalPotWrite in the SPI/DigitalPotControl example
...
Fixes #1063
2013-04-24 10:45:22 +02:00
Loren M. Lang
c35e57ab4e
Don't report memory usage if it's unknown
2013-04-22 18:13:31 -07:00
Loren M. Lang
7c87db3532
Detect RAM usage and stop if full
...
This resolves issue #1356 and add the ability for the Arduino IDE to
detect the amount of RAM allocated to a sketch and compare that to the
available RAM on each board. If RAM is more than 90% full, it will fail
on building since there is not enough free RAM for the heap and stack to
use.
2013-04-22 17:48:22 -07:00
PaulStoffregen
f9135178d1
Add "Copy To Clipboard" button for compile errors (Paul Stoffregen)
2013-04-22 14:17:38 -07:00
PaulStoffregen
d66930fd6a
Support select-paste on Linux (Paul Stoffregen)
2013-04-22 04:22:21 -07:00
Kristian Sloth Lauszus
59c5b94c51
Check if ATmega32u4 is defined
...
Needed in order to work with Arduino Leonardo
2013-04-18 00:15:06 +02:00