Commit Graph

4032 Commits

Author SHA1 Message Date
PaulStoffregen daa7e7dcc9 Fix interrupt masking on Arduino Due 2014-08-01 16:44:47 -07:00
PaulStoffregen ef06410d16 Add SPI_HAS_TRANSACTION symbol for Arduino Due 2014-08-01 13:00:29 -07:00
PaulStoffregen f7a565de1a Use SPI transactions and SPISettings in SD library 2014-08-01 12:19:51 -07:00
PaulStoffregen a0f5a2ee4c Use SPI transaction in Ethernet W5100 init 2014-08-01 11:52:09 -07:00
PaulStoffregen 8aaca2fbb6 Use SPI transactions in Ethernet library 2014-08-01 06:34:34 -07:00
PaulStoffregen 53924e9d58 Move Ethernet socket level stuff to utility/socket.cpp 2014-08-01 06:03:38 -07:00
PaulStoffregen abb37e202f SPI Transactions for Arduino Due 2014-08-01 05:57:13 -07:00
PaulStoffregen 3d5ef6d5d9 SPI Transactions for AVR 2014-08-01 05:38:27 -07:00
Cristian Maglie 378fa904c5 Merge pull request #2215 from temboo/ide-1.5.x-temboo
Updated Temboo library
2014-08-01 12:48:06 +02:00
Nick B-W d80e774717 Updated Temboo library 2014-07-31 13:36:34 -07:00
Claudio Indellicati 7ce32946a9 Minor changes (libraries descriptions). 2014-07-30 12:32:45 +02:00
Cristian Maglie 1a167b7a6f Allow to run empty recipes in platform.txt 2014-07-28 18:40:53 +02:00
Cristian Maglie 66c6d49325 Merge branch 'find-replace-fixes' into ide-1.5.x 2014-07-25 12:36:46 +02:00
Cristian Maglie e0e300ca8d Merge remote-tracking branch 'arduino/master' into ide-1.5.x 2014-07-25 12:33:16 +02:00
Cristian Maglie 82401c84bb Fix indent and typos on FindReplace.java 2014-07-25 12:10:42 +02:00
Fulvio Ieva cd75cc24a2 Fix search and replace #2106 2014-07-25 12:01:43 +02:00
Fulvio Ieva 6efbecd3cc Do not replace textbox in Find/Replace dialog if no text is selected
See #2070
2014-07-25 11:56:08 +02:00
Fulvio Ieva 13321e3c1b Change layout in Find/Replace dialog to render correctly on Linux
see #2070
2014-07-25 11:38:34 +02:00
Fulvio Ieva 064fc45ba5 Merge branch 'feature/Search_and_replace_improved_dialog' of github.com:eried/Arduino into eried-feature/Search_and_replace_improved_dialog 2014-07-25 11:34:54 +02:00
Cristian Maglie e71bbf6011 Merge pull request #2195 from pmjdebruijn/duplicate-example
SPI: remove duplicate BarometricPressureSensor example
2014-07-24 14:53:48 +02:00
Cristian Maglie fd94e184a5 Merge remote-tracking branch 'arduino/master' into ide-1.5.x 2014-07-24 14:46:05 +02:00
Cristian Maglie 163b60ee29 Merge pull request #2206 from amulya349/master
Fix of a bug #2199
2014-07-24 14:40:52 +02:00
Cristian Maglie 8131af93dd Fixed wrong return value in FileIO::size()
Fixes #2203
2014-07-24 12:19:13 +02:00
Amulya Kumar Sahoo 97dc72ce05 Fix of a spelling mistake 2014-07-23 01:17:31 +05:30
Amulya Kumar Sahoo 865594d132 Fix of a bug 2014-07-23 01:03:44 +05:30
Cristian Maglie fa72cb764c Merge pull request #2201 from Fede85/ide-1.5.x_lib-description
fixed some broken links in library.properties files
2014-07-22 11:16:12 +02:00
Fede85 878911c1d4 fixed some broken links in library.properties files 2014-07-21 18:42:27 +02:00
Cristian Maglie 6200ec2039 Merge pull request #2194 from Fede85/ide-1.5.x_lib-description
Ide 1.5.x lib description
2014-07-21 12:16:20 +02:00
Pascal de Bruijn 2c10bbe84c SPI: remove duplicate BarometricPressureSensor example 2014-07-19 12:53:13 +02:00
Cristian Maglie dbd9b77b49 Merge pull request #2190 from ribbons/compiler-warnings
Fix two compiler warnings generated by updated toolchain
2014-07-19 09:35:58 +02:00
Cristian Maglie e5c7cb9de1 Merge pull request #2193 from PaulStoffregen/ide-1.5.x
Add availableForWrite() to HardwareSerial
2014-07-19 09:27:28 +02:00
Fede85 dd77375fe9 missing paragraph field in library.properties 2014-07-18 20:08:01 +02:00
Fede85 b02e85ceb2 modified sentences in library.properties files 2014-07-18 19:41:34 +02:00
PaulStoffregen 33cec73f26 Add availableForWrite() to HardwareSerial 2014-07-18 07:01:26 -07:00
Matt Robinson 61a3558946 Cast empty string to char* to fix compiler warning
Stream::find(char *target) passes an empty terminator string to
Stream::findUntil(char *target, char *terminator) which caused a compiler
warning with the updated toolchain, so cast it to a char*.
2014-07-17 16:51:35 +01:00
Matt Robinson 569c75246d Remove unused variable from ethernet socket utils
Remove the variable 'status' as this had a value assigned (from readSnSR),
but it was never used.
2014-07-17 16:49:10 +01:00
Cristian Maglie 3a8ad75bce Merge pull request #2162 from ankitdaf/patch-2
Update HelloWorld.ino - Added two lines for documentation
2014-07-15 17:13:26 +02:00
Federico Fissore 641ea440ff Merge pull request #2170 from arduino/ide-1.5.x-httpclient-post
Added POST to HttpClient
2014-07-08 16:22:56 +02:00
Federico Fissore d132bc9d2b Bridge, TemperatureWebPanel example: mention that the REST API must be "open" 2014-07-08 09:34:22 +02:00
Federico Fissore b3ff7a76d7 Bridge, TemperatureWebPanel example: mention that the example must be uploaded via wifi 2014-07-08 09:32:22 +02:00
Mark Jones c7e5e7cbfe Added POST to HttpClient
Added POST to HttpClient and also the ability to set a header (for API
Keys) for GET and POST.
2014-07-07 20:47:17 +02:00
Cristian Maglie 5de6192dae Updated revision log 2014-07-06 01:41:54 +02:00
Cristian Maglie 4068eec351 Merge branch 'due_wire_setClock' into ide-1.5.x 2014-07-06 00:38:06 +02:00
Cristian Maglie 75ec6a1b31 Due: Wire.setClock can be called at any time
See #2157
2014-07-06 00:36:22 +02:00
Cristian Maglie 807f509a6e Updated revision log 2014-07-04 18:25:17 +02:00
Cristian Maglie 887d9be442 Robot_Control: Update PROGMEM for compatibily with newer gcc 2014-07-04 18:22:36 +02:00
Cristian Maglie 01e0a49c51 Merge pull request #2166 from cmaglie/tft_progmem_update
TFT: Update PROGMEM for compatibily with newer gcc
2014-07-04 17:36:34 +02:00
Cristian Maglie 39d759851f Merge pull request #2164 from cmaglie/gsm_progmem_update
GSM: Updated PROGMEM compatibility with newer gcc
2014-07-04 17:33:41 +02:00
Cristian Maglie 1052dee790 TFT: Update PROGMEM for compatibily with newer gccutility/Adafruit_ST7735.cpp 2014-07-04 16:29:45 +02:00
Cristian Maglie f346092818 Revert appbundler until we figure out how to support OSX 10.6 2014-07-04 14:06:57 +02:00