Commit graph

41 commits

Author SHA1 Message Date
ladyada
af9e214f6b Merge remote-tracking branch 'upstream/master'
Conflicts:
	README.md
	boards.txt
	cores/arduino/USB/USBCore.cpp
	platform.txt
	variants/arduino_zero/variant.cpp
2017-01-15 17:17:21 -05:00
Martino Facchin
ce5405f396 Add method to automatically retrieve sketch start
The exported variable is used by banzai() to avoid erasing any bootloader part
2016-12-15 18:48:40 +01:00
Sandeep Mistry
5a033fed7d Add I2S support 2016-11-25 09:37:26 -05:00
ladyada
71c6f9d68b align back to mainline (and put in missing Serial5) - not sure if USB serial LEDs were causing hangups on 1200baud bumps? :/ 2016-05-19 23:34:33 -04:00
ladyada
b467584b9f missing DAC0 def fix 2016-05-13 20:28:52 -04:00
ladyada
402a502ed7 Merge branch 'master' of https://github.com/arduino/ArduinoCore-samd
Conflicts:
	boards.txt
	platform.txt
	variants/arduino_zero/variant.h
2016-05-13 20:05:12 -04:00
Sandeep Mistry
351c9e8836 Port SDA and SCL symbols 2016-04-19 16:59:16 +02:00
Sandeep Mistry
49f0d67161 Bump ARDUINO_SAMD_VARIANT_COMPLIANCE to 100606 2016-04-06 13:39:49 -04:00
Sandeep Mistry
2e620d7019 Move digitalPinToInterrupt definition to Arduino.h if variant compliance it 1.6.5 or higher 2016-04-06 13:12:15 -04:00
Sandeep Mistry
0352cc8558 Change digitalPinToInterrupt to return pin, and use g_APinDescription[pin].ulExtInt to map pin inside attachInterrupt/detachInterrupt
This brings things inline with the atachInterrupt documentation for
usage:
attachInterrupt(digitalPinToInterrupt(pin), ISR, mode);
2016-04-06 13:12:15 -04:00
Sandeep Mistry
3c58ee87dc Correct NUM_DIGITAL_PINS to include analog pins 2016-04-05 11:57:38 -04:00
Sandeep Mistry
2b71432aa1 Port analogInputToDigitalPin macro 2016-04-04 14:48:25 -04:00
Cristian Maglie
6aa6dc17b6 Added definitions for DAC0 in variants
Fix #126
2016-03-30 17:14:26 +02:00
ladyada
5c7319f52f make it so native USB is Serial 2016-01-13 15:59:44 -05:00
Limor Fried
bf208448fe Merge branch 'master' of github.com:arduino/ArduinoCore-samd 2015-11-24 16:17:12 -05:00
Cristian Maglie
e034b1a454 Added compatibility defines for core's variant files
The variant's file compliance is now determined using a define named

ARDUINO_SAMD_VARIANT_COMPLIANCE

that refer to the minimum core version required for this variant file
to work.
2015-11-20 21:09:54 +01:00
ladyada
e715bf3d97 add support for A6 (D8) and A7 (D9) 2015-10-31 21:28:28 -04:00
Thibaut VIARD
a780f1f6be [zero] prepare variant for SPI and Wire board parameters 2015-08-10 13:36:31 +02:00
Cristian Maglie
00ed1c04b7 Added ATN pin definition in variant file. 2015-06-18 09:38:45 +02:00
Thibaut VIARD
e951ca9bf8 Adding the ability to choose SERCOM Pads 2015-05-27 20:29:32 +02:00
Thibaut VIARD
06058c613a fix inverted pins D0/D1 2015-03-23 11:24:30 +01:00
Cristian Maglie
5a466d8d3b adjusted SERIAL_PORT* metadata in variant.h 2014-11-27 11:33:27 +01:00
Thibaut VIARD
cebfc3c655 Update following pin assignement change
Signed-off-by: Thibaut VIARD <thibaut.viard@atmel.com>
2014-11-18 17:03:56 +01:00
Cristian Maglie
1a4e885405 Merge branch 'ide-1.5.x' into zero 2014-10-08 10:28:45 +02:00
Cristian Maglie
a594bc32c7 removed TEMP read from analog API 2014-09-26 12:58:03 +02:00
Torgeir Bjoernvold
df01520701 Various fix to ADC and DAC. 2014-09-25 13:02:33 +02:00
Thibaut VIARD
36176efff0 update to partially unblock Firmata
Signed-off-by: Thibaut VIARD <thibaut.viard@atmel.com>
2014-09-12 11:47:21 +02:00
Thibaut VIARD
791b199e6f Adding USB pin macros, update pin list comments
Signed-off-by: Thibaut VIARD <thibaut.viard@atmel.com>
2014-09-11 17:40:55 +02:00
Thibaut VIARD
f1a8c8b140 Update pin numbers according to recent changes
Signed-off-by: Thibaut VIARD <thibaut.viard@atmel.com>
2014-09-11 16:39:21 +02:00
Thibaut VIARD
a5223478ed Removing non-pins and pin reorg
Signed-off-by: Thibaut VIARD <thibaut.viard@atmel.com>
2014-09-09 12:32:24 +02:00
Cristian Maglie
3390da551a Fixed port{Output|Input|Mode}Register macros 2014-09-08 13:43:40 +02:00
Thibaut VIARD
93c6355210 Resolving syscalls/_sbrk issue 2014-07-31 11:54:43 +02:00
Jonathan BAUDIN
d722e05e69 Implements ADC functions 2014-05-26 15:58:07 +02:00
Thibaut VIARD
435f4a33e3 Merge branch 'zero' of github.com:arduino/ArduinoZero into zero_int
Conflicts:
	hardware/arduino/samd/variants/arduino_zero/variant.cpp
2014-05-15 12:27:36 +02:00
Jonathan BAUDIN
e4ab3ba3ef Few UART corrections, modifiy Variant files 2014-05-15 11:54:59 +02:00
Thibaut VIARD
3cd1d4e606 Bringing support of External Interrupts 2014-05-15 00:07:03 +02:00
Thibaut VIARD
a73966ceaa Fixing the failed compilation due to PR #16 merge 2014-05-13 17:23:25 +02:00
Jonathan BAUDIN
92d2f670f0 Creating objects SERCOMx, Serial, SPI and Wire. 2014-05-07 16:56:34 +02:00
Thibaut VIARD
30614228fe Adding digital with variant defs update 2014-05-05 19:12:17 +02:00
Thibaut VIARD
de0ab3927e Adding Zero variant 2014-04-30 11:23:36 +02:00
Thibaut VIARD
fcb8df4a48 Adding missing variant.h 2014-04-30 11:23:29 +02:00