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.
9bb2a3984d0a997f68b8ecaca5f81d896c51c828
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
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
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
Fixed allocation/deallocation of interrupts subroutines
interrupts: remove unneeded cleanup
Improve interrupt handling response time
Update changelog
Reset sense bits before or-writing the new sense signature
More accurate approximation for multiplication factor of PLL to make 48Mhz.
Released 1.6.16
1.6.16
1.6.16
Updates to CHANGELOG
Change return value of I2S:: availableForWrite to match new Print API
Some updates on Stream and Print class.
Replace utoa + toupper with custom loop
Slim serial number to hex string conversion
Use SAMD21 serial number for USB serial number prefix
fix for pgm_read_ptr macro
fixed typo in changelog
update changelog
Merge branch 'buffer-serial-tx'
Fix prototypes to strictly match Arduino API
match variant to shipping rev G hardware
fix for crystal-less startup stability
update changelog
changes PWM resolution to 16bit for all timers
Add error if I2S is not supported by the variant
Allows PWM on Pin7 (Issue #178)
Change IRQ handler to check if data is available before check for DRE
Also check if TX buffer is empty before writing to data to UART reg directly
Use reg instead of bit to enable/disable the DRE interrupt
Update flush to also wait for TX buffer to empty
Correct disableDataRegisterEmptyInterruptUART to use INTENCLR instead of INTENSET
TX buffering for UART using RingBuffer
Add enable and disable data register interrupt APIs for UART
Add availableForStore method to RingBuffer
Update comments to reflect Stream functions changed from private to protected
Github doc fixup
Merged in upstream arduinoCore-samd through version 1.6.15
Updated documentation
Removed the two non-existant timers from the C21E that were recently added
Added support for up to 6 SERCOM on the L21E (32-pin). Added two additional timers to the C21E.
Merge pull request #242 from per1234/keywords
Add platform specific keywords.txt
Loading