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.
1a08dd4a505a1be66d39dff793475e814f99cf6a
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
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
29
28
25
24
23
16
15
Doc update for 1.6.6-mt3
Fixed compilation when CDC_ONLY defined #2
Fixed compilation when CDC_ONLY defined
Fixed MIDI descriptors
Merge branch 'usb_desc' of https://github.com/bbx10/ArduinoCore-samd
Adding more available ADC channels for SAMD21J18
Fix USB transfer type identification
[bl] Fixing wrong byte in Makefile/VIDH
[bl] Allowing USB VID customization
Merge branch 'stream-enhancements' of https://github.com/sandeepmistry/ArduinoCore-samd
Update platform.txt
Changed default communications configuration to CDC_UART
Updated CI release scripts
Update package.json templates
Remove unused keywords from Wire library keywords.txt
Minor documentation update, try #2
Minor documentation update
Added signed drivers to extras directory
Update documentation for release 1.6.6-mt1
Update Tools->Communications menu to work with PluggabeUSB
Fix warnings about deprecated recipe.ar.pattern and std=gnu11
Port Stream parseInt and parseFloat enhancements to SAMD
Changelog updated
Added compatibility defines for core's variant files
Enabling PWM on pins A1/A2.
Pin peripheral for analogRead is always PIO_ANALOG.
Added PIN_ATTR_TIMER_ALT attribute for correct timer selection
Merge branch 'Wire-slave' of https://github.com/sandeepmistry/ArduinoCore-samd
Wait for idle or bus owner state in startTransmissionWIRE instead of storing repeated start state.
Make white space consistent
Add I2C Repeated Start Capability
Added missing definitions in WVariant.h
Added missing timers definition in WVariant.h
Made multiple Wire instances fully configurable from variant
Made multiple SPI instances fully configurable from variant
the pin mode is changed to INPUT mode, arduino/ArduinoCore-samd#28
HardwareSerial BUG Rx pin floating input, arduino/ArduinoCore-samd#48
Send a ZLP if data size is multiple of EPX_SIZE for USB sends, arduino/ArduinoCore-samd#63
Print not aborting on write failure, changelog update
Added missing begin() variant with 2nd argument for configuring serial port (parity etc..)
Loading