Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
Arduino Core for SAMD21 CPU
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
josc941e
Arduino Core for SAMD21 CPU
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
980947c44f8c4a62bdc088d7ab88e5e062e1293a
Select Git revision
Branches
5
api
master
default
protected
mkrmotorcarrier
muxto
muxto_optimized
Tags
20
1.8.14
1.8.13
1.8.12
1.8.11
1.8.10
1.8.9
1.8.8
1.8.7
1.8.6
1.8.5
1.8.4
1.8.3
1.8.2
1.8.1
1.6.21
1.6.20
1.6.19
1.6.18
1.6.17
1.6.16
25 results
Begin with the selected commit
Created with Raphaël 2.2.0
19
Apr
6
5
4
2
31
Mar
30
12
4
3
2
26
Feb
23
19
18
16
15
11
3
29
Jan
26
22
21
20
19
18
15
13
12
6
5
4
3
28
Dec
25
17
16
14
3
2
1
30
Nov
26
24
23
20
18
17
16
13
12
11
10
6
4
3
31
Oct
30
26
22
21
14
12
10
8
6
5
29
Sep
24
23
22
16
10
9
8
4
25
Aug
24
19
14
13
11
10
24
Jul
23
21
20
18
17
6
5
3
1
29
Jun
27
26
24
23
21
20
19
18
17
15
14
13
12
11
10
5
28
May
27
20
19
14
30
Apr
16
15
27
Mar
26
25
24
23
19
18
17
16
13
6
18
Feb
13
27
Jan
14
28
Nov
27
25
24
21
20
19
18
17
7
28
Oct
23
19
14
8
7
26
Sep
25
24
23
22
17
15
12
11
10
9
8
5
3
1
26
Aug
18
16
14
13
12
8
7
5
1
31
Jul
28
25
15
1
26
Jun
25
24
20
19
16
12
7
5
3
2
28
May
26
21
20
19
16
15
14
13
12
9
8
7
6
5
30
Apr
Updated changelog
Small fix in VARIANT_COMPLIANCE_CHANGELOG
Make MKR1000 variant compliance level 1.6.6
Bump ARDUINO_SAMD_VARIANT_COMPLIANCE to 100606
Make Arduino.h version of digitalPinToInterrupt return argument
Add change log for variant compliance
Move digitalPinToInterrupt definition to Arduino.h if variant compliance it 1.6.5 or higher
Change digitalPinToInterrupt to return pin, and use g_APinDescription[pin].ulExtInt to map pin inside attachInterrupt/detachInterrupt
Merge branch 'pgmspace.h-64_t' of https://github.com/sandeepmistry/ArduinoCore-samd
Correct NUM_DIGITAL_PINS to include analog pins
Correct prog_int64_t and prog_uint64_t typedefs
Port analogInputToDigitalPin macro
recipe.ar.pattern backwards compatibility
Changelog updated
1.6.5
1.6.5
MKR1000: Added DAC0 definition. See #126
USBHost: fixed missing include (breaks build on MKR1000)
MKR1000: Fixed external interrupt on pin 9
Added MKR1000 variant
Write protect bootloader after "Burn bootloader" command. See arduino/ArduinoCore-samd#124
Write protect bootloader after "Burn bootloader" command.
Descriptor type (0x03) should be second byte for string descriptor
Add cast for string passed into strlen
Fixed USB sendStringDescriptor
Merge branch 'master' of https://github.com/scottdarch/ArduinoCore-samd
Update to changelog
Clear RX buffer in TwoWire::requestFrom before reading
Added definitions for DAC0 in variants
Enable digitalRead on output pins, only enable pullup or pulldown in digitalWrite if pin is not output. arduino/ArduinoCore-samd#56 arduino/ArduinoCore-samd#79 arduino/ArduinoCore-samd#94 arduino/ArduinoCore-samd#101
Adding Arduino IDE to the prereqs in README
Add USB transfer RX/TX LED blinking
Use modulo operator in Print::printNumber
Merge branch 'bootloader-serial-baud' of git://github.com/sandeepmistry/ArduinoCore-samd
Set MANW bit of NVMCTRL to 1 at startup (default is 0).
Merge branch 'master' of https://github.com/rocketscream/ArduinoCore-samd
Release 1.6.4
Removed experimental MKR1000 variant
update changelog
Only re-enable IRQ if PRIMASK was 0 before disabling IRQ
USBHost: removed wrong init() calls
update changelog
Loading