Cristian Maglie
|
43f9f15358
|
Upped version to 1.5.5
|
2013-11-28 10:53:50 +01:00 |
|
Cristian Maglie
|
d5c828736b
|
Revert "SPI library to new format"
|
2013-11-21 15:05:36 +01:00 |
|
Cristian Maglie
|
71bb7f7ae3
|
Fixed vid/pid definition for arduino_due_x_dbg in boards.txt. (Luca Baldini)
http://forum.arduino.cc/index.php?topic=197003
|
2013-11-15 14:01:36 +01:00 |
|
Cristian Maglie
|
9a9652d506
|
Revert "Wire library to the 1.5 format"
This reverts commit a31857688b .
|
2013-11-15 12:54:59 +01:00 |
|
Cristian Maglie
|
3ba9480972
|
Merge pull request #1634 from cmaglie/adc-fix
Improved ADC speed on Arduino Due
|
2013-11-12 00:57:28 -08:00 |
|
Cristian Maglie
|
56572fa0de
|
Added SERIAL metadata into variant files.
|
2013-11-11 13:41:04 +01:00 |
|
Cristian Maglie
|
8e3da56624
|
Added LED_BUILTIN definition to Arduino Due
|
2013-11-03 18:29:34 +01:00 |
|
Cristian Maglie
|
8f1e3fd703
|
Using NOT_AN_INTERRUPT defined constant
|
2013-10-31 12:44:24 +01:00 |
|
Cristian Maglie
|
35d477297d
|
Added pinToInterrupt() variant macro (Paul Stoffregen)
|
2013-10-31 12:43:41 +01:00 |
|
Cristian Maglie
|
1fc54f5003
|
[sam] Improved analogRead speed.
See #1418
|
2013-10-21 12:38:37 +02:00 |
|
Fede85
|
02550de1e9
|
Merge remote-tracking branch 'origin/ide-1.5.x' into ide-1.5.x
|
2013-10-10 20:59:01 +02:00 |
|
Cristian Maglie
|
40dce96f11
|
Fixed adc_init() function.
See #1418
|
2013-10-09 15:54:47 +02:00 |
|
Cristian Maglie
|
a21d92e5c8
|
[sam] Added empty Serial::begin() with options for CDC-ACM
See #1563
|
2013-09-30 16:27:07 +02:00 |
|
Cristian Maglie
|
f03093332b
|
[sam] Fixed initialization of ADC timings (improves analogRead speed by a factor x10)
Discussion:
http://www.djerickson.com/arduino/
http://forum.arduino.cc/index.php?topic=156849
http://forum.arduino.cc/index.php?topic=187693
Fixes #1418
|
2013-09-26 01:22:01 +02:00 |
|
Fede85
|
a31857688b
|
Wire library to the 1.5 format
|
2013-09-10 18:50:42 +02:00 |
|
Cristian Maglie
|
421fa18c3c
|
Updated revision log, and upped version to 1.5.4
|
2013-09-09 19:47:25 +02:00 |
|
Federico Fissore
|
effb59da4b
|
Merge remote-tracking branch 'arduino/ide-1.5.x' into dev-ide-1.5.x-discovery
|
2013-09-06 12:59:24 +02:00 |
|
Cristian Maglie
|
c86eed942d
|
Fixed String class regression after f80c6c5f35
This should make explicit String-from-integer constructor working again:
int a = 10;
String(a, 4);
|
2013-09-03 18:40:30 +02:00 |
|
Cristian Maglie
|
690eac4047
|
Moved arm-gcc upgrade to specific development branch
|
2013-08-30 10:58:16 +02:00 |
|
Cristian Maglie
|
ea8c14421a
|
Merge branch 'ide-1.5.x' into dev-ide-1.5.x-discovery
Conflicts:
app/src/processing/app/Preferences.java
app/src/processing/app/debug/Uploader.java
|
2013-08-23 15:59:24 +02:00 |
|
Cristian Maglie
|
00210189fe
|
Removed unused flags from String (free 1 byte of SRAM)
|
2013-08-20 15:15:47 +02:00 |
|
Cristian Maglie
|
e4e2a47e68
|
Merge branch 'ide-1.5.x-library-to-new-format' into ide-1.5.x
|
2013-08-08 16:43:19 +02:00 |
|
Cristian Maglie
|
32a5a300b9
|
Merge branch 'update-arm-gcc' into ide-1.5.x
|
2013-08-08 15:00:14 +02:00 |
|
Cristian Maglie
|
1e8e20a66b
|
Added quoting to usb_producer key to preserve double quotes.
See #1422.
|
2013-08-01 15:20:24 +02:00 |
|
Cristian Maglie
|
0b632dba47
|
Merge branch 'ide-1.5.x' into dev-ide-1.5.x-discovery
Conflicts:
hardware/arduino/avr/cores/arduino/USBCore.cpp
|
2013-07-30 10:45:44 +02:00 |
|
Cristian Maglie
|
ea804023ef
|
Updated ARM gcc to 4.7.4. Added native 64 bit version for linux (no more ia32-libs needed).
Fixes #1474
|
2013-07-28 14:14:04 +02:00 |
|
Cristian Maglie
|
f8d32a0659
|
Parametric USB configuration for Arduino Due (experimental)
|
2013-07-22 12:29:02 +02:00 |
|
Fede85
|
fd7e9c6d90
|
WiFi library to the new format
|
2013-07-19 16:20:34 +02:00 |
|
Fede85
|
ef1cfce024
|
Scheduler library for Arduino Due to the new format
|
2013-07-04 14:28:58 +02:00 |
|
Fede85
|
0608c9f83f
|
USBHost library to new format
|
2013-07-04 14:10:26 +02:00 |
|
Fede85
|
2371e2ce0d
|
SPI library to the new format and moved Robot_Motor and Robot_Control libraries
|
2013-07-03 22:00:02 +02:00 |
|
Federico Fissore
|
94547ebd9e
|
Merge remote-tracking branch 'arduino/ide-1.5.x' into dev-ide-1.5.x-discovery
|
2013-06-28 15:36:50 +02:00 |
|
Fede85
|
b6e4c59ab3
|
Merge remote-tracking branch 'upstream/ide-1.5.x' into ide-1.5.x-library-to-new-format
|
2013-06-28 15:10:09 +02:00 |
|
Cristian Maglie
|
8e20bc7b43
|
String: fixed number of whitespaces in concat() methods
|
2013-06-28 09:53:25 +02:00 |
|
Fede85
|
b28104b795
|
Audio library to the new format
|
2013-06-27 19:15:53 +02:00 |
|
Fede85
|
c13779daae
|
removed the CAN library for the Due
|
2013-06-27 13:52:50 +02:00 |
|
Fede85
|
3b54dfed67
|
Servo library to the new format
|
2013-06-27 13:12:07 +02:00 |
|
Fede85
|
9454816162
|
Ethernet, SD and LiquidCrystal to the new library format
|
2013-06-26 19:13:04 +02:00 |
|
Federico Fissore
|
d469dc9d90
|
Merge remote-tracking branch 'arduino/ide-1.5.x' into ide-1.5.x-discovery
|
2013-06-25 16:13:56 +02:00 |
|
Cristian Maglie
|
f57a00ea6c
|
String: changed default to 2 decimal digits
|
2013-06-21 21:23:12 +02:00 |
|
Cristian Maglie
|
d101bf51a2
|
[sam] 2 bugfix to SPI library.
- begin() after end() now works.
- unconnected SPI pin is selected as CS when old (non extended) API is used.
|
2013-06-21 19:58:08 +02:00 |
|
Cristian Maglie
|
3e4419d6be
|
Merge branch 'ide-1.5.x' into ide-1.5.x-discovery
|
2013-06-07 00:38:42 +02:00 |
|
Cristian Maglie
|
a2e7413d22
|
More efficient dtostrf() emulation on ARM
|
2013-06-06 23:11:43 +02:00 |
|
Cristian Maglie
|
ba7fb5518f
|
Fixed buffer overflow on String class (Paul Stoffregen)
|
2013-06-06 20:04:43 +02:00 |
|
Cristian Maglie
|
f80c6c5f35
|
Merged various bugfix / improvements to String class.
Merge branch 'master' into ide-1.5.x
|
2013-06-06 19:54:58 +02:00 |
|
Cristian Maglie
|
1130fede3a
|
Added support for Flash string on String class.
|
2013-06-06 16:33:20 +02:00 |
|
Cristian Maglie
|
b341a7c751
|
String class: removed deep copy on substring method.
Small code cleanup.
|
2013-06-06 16:33:20 +02:00 |
|
Federico Fissore
|
f3abbf60a8
|
Merge remote-tracking branch 'arduino/ide-1.5.x' into ide-1.5.x-discovery
|
2013-05-21 09:18:04 +02:00 |
|
Fede85
|
4486a922fc
|
UOTGVBOF is now active high
|
2013-05-20 19:21:23 +02:00 |
|
Federico Fissore
|
2d6af8264b
|
Merge remote-tracking branch 'arduino/ide-1.5.x' into ide-1.5.x-discovery
|
2013-05-13 16:58:10 +02:00 |
|