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.
ac7783632bef1c718443fde6cc445c8c70b450f4
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
8
Sep
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
29
28
25
24
23
16
15
Changes to get Wire slave receiver working
WInterrupts: optimized use of digitalPinToInterrupt()
Removed redundant #ifdef __cplusplus in WInterrupts.c
Cosmetic changes in WInterrupt.*
Simplified "callbacksInt" structure in WInterrupts.c
NMI interrupts are now correctly ignored by attach/detachInterrupt
WInterrupts.c cosmetic fix
Fixed EXT_INT numbers in variant for pin 8 and 9
implement Wire.end() for SAMD core
Updated IPAddress class to the latest version
Merge branch 'wire-fixes' of https://github.com/cmaglie/ArduinoCore-samd
Merge branch 'sercom_defs_in_variant' of https://github.com/aethaniel/ArduinoCore-samd
relax digitalWrite parameter check
[Wire] simplified coding unnecessarily complex (hfvogt)
delay.h is included outside __cplusplus guards
[zero/Wire] Adding default values for Wire custom definitions
[zero/SPI] Adding default values for SPI custom definitions
Merge pull request #23 from modulolabs/i2c-deadlock
Minor documentation update
[zero/Wire] adding missing library properties
[zero/SPI] adding missing library properties
[zero] Bring more customization to Wire class
[zero] Bring more customization to SPI class
[zero] prepare variant for SPI and Wire board parameters
Added MT-D11 (ATSAMD11D14AM) support. Code size reduction. Other changes.
Fix two bugs that can cause deadlock conditions when i2c bus errors occur.
fix wrong delay()
Force bossac 1.6 in platform.txt
v1.6.1
v1.6.1
Update revision log
Upgrade bossac to 1.6-arduino
Update readme and added changelog
Documentation formatting changes
Re-added PIN_ATTR_DIGITAL to A2 and A3
New pinDescriptions table format
Fixed metadata on USBHost
Merge branch 'cxx11'
Using memset instead of for-loop in UDD_Init
Enable C11/C++11
Update README.md
Added a basic readme
Loading