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.
e4f7bf513d366d4e47fe969057ab6ae72aca8168
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
20
Feb
14
1
31
Jan
25
8
2
20
Dec
18
17
15
12
11
30
Nov
29
25
24
13
9
19
Oct
11
6
30
Sep
29
14
8
5
4
1
23
Aug
12
Jul
11
7
6
4
3
27
Jun
24
23
21
22
May
18
2
28
Apr
27
24
22
21
19
15
5
4
3
31
Mar
23
6
2
1
28
Feb
15
9
8
7
2
30
Jan
27
24
3
23
Dec
20
19
16
15
14
13
12
7
6
2
28
Nov
25
23
18
17
26
Oct
12
11
10
3
30
Sep
28
27
26
22
15
14
2
31
Aug
29
24
11
25
Jul
21
20
19
18
12
8
7
30
Jun
29
27
17
7
6
3
30
May
29
27
20
19
9
21
Apr
20
19
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
Fix CDC_ENABLED
Make ring buffer head and tail indexes volatile
Fix configuration descriptor length
Handle slave select low first
Add SPI_HAS_SLAVE and SPI_HAS_ON_SELECT API's
Add SPI interrupt handlers
Only write byte if there is a receive callback
Initial SPI slave API
Fix calculation of SPI_MIN_CLOCK_DIVIDER in SPI.h
Update changelog
Correct I2C frequency calculation formula
UART: manually handle IRQ if DRE + interrupts disabled or in higher priority ISR
samd21e sercom compatibility (#280)
Don't reallocate USB buffers if already allocated
Increase Wire TX and RX buffer size to 256
Make RingBuffer class template-based
Add missing USBCON wrapper
Add SPI.notUsingInterrupt(...)
Merge pull request #12 from joseangeljimenez/patch-2
Merge pull request #11 from joseangeljimenez/patch-1
Correction of include path for CMSIS-Atmel
Incorrect condition checking in HID.h
Changed boradcast variable to enableGeneralCall
Allow General Calls on I2C bus (aka brodcast)
Added missing SerialGSM keyword
Avoid read-modify-write when enabling SERCOM DRE interrupt
Rebuild bootloaders with updated USB product strings
1.6.17
1.6.17
Make some USB product strings consistent
SDU: Add MKR GSM 1400 and WAN 1300 support and rebuild
Releasing 1.6.17
Merge remote-tracking branch 'arduino/master' into HEAD
Update changelog
Updated windows drivers for MKR GSM and MKR WAN
Rename MKRLORA1300 to MKRWAN1300
[MKRWAN] Enable second optional SPI for dumb mode
Fixed board names case
Initial porting of MKRLoRa1300
Fixed board names for MKR GSM and MKR FOX
set GSM DTR to LOW on start
put GSM modem in reset on start to conserve power if it's not used
Loading