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
You need to sign in or sign up before continuing.
Repository graph
You can move around the graph by using the arrow keys.
50785a7ca2d06c0ce471d45857a85d614d973174
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
11
Jun
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
Remove bootloader protection before writing bootloader
Fixed EDBG PID in boards.txt
Bootloader: double-tap doesn't need anymore to reserve SRAM in the sketch
Bootloader: fixed VID/PID
Merge branch 'sercom-pads' into zero
Swapped PA08 and PA14.
Updated Stream class
Adding the ability to choose SERCOM Pads
Adding breakpoints in handlers for DEBUG mode
Cleaning core interrupts handlers
Adding TC5 definitions
Adding SAM-ICE and ATMEL-ICE to SAMD programmers
Adding copyright to platform.txt
Added SAMD specific library for ADC result correction.
Fixed register synchronization in 'analogReadResolution()'.
Loaded ADC calibration values at startup.
Fixed SPI datamode settings
Merge branch 'zero-core' into zero-package
Using runtime paths for tools
removed unused platforms defintions
Merge pull request #84 from arduino/zero-analogwrite-sync
Increased bootloader double-tap timeout to 500ms
Updated openocd and fixed white space problem in paths
bootloader: bootloader start is triggered by magic number
bootloader start by pulling pin to LOW is now optional
cosmetic changes to bootloader source code
Added "double-tap" feature to bootloader
Fixed default maximum frequency calculation in Tone.cpp.
Implemented SPI Transaction API.
Minor change (fixed wrong pin mapping comments).
Merge pull request #86 from arduino/zero-nmi-fix
Merge branch 'master' into zero
Fixed NMI handling.
Added pulseIn implementation
removed leftovers from old pulseIn
added recipe for ASM files
Added missing synchronization code to analogWrite().
Removing ADC averaging
fix inverted pins D0/D1
print information when uploading sketch on board
Loading