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
Graph
648812a39249eea6f9faae7533b7324ad62411b6
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
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
29
Aug
28
24
17
14
31
Jul
11
4
27
Jun
26
21
May
10
20
Mar
12
5
24
Feb
23
20
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
WiringExtended: silence warnings
[VIDORBL] add descriptor and configurable offset
BL: add flashing routines
[VidorBL] fix all jtag ifdefs
TEST: start porting jtag to bootloader
VIDOR: add proper bootloader
EXPERIMENTAL: add fpga bitstream to Vidor binary
VIDOR: let library tweak digital* to allow virtual pins
Remove initialization of all pins as INPUT
VIDOR: fix some pinuxing and enable clkout
Initial import of MKRVidor (based on MKRZero)
Merge pull request #352 from facchinm/fix_usb_ep_reconnect
Always call new DoubleBufferedEPOutHandler on reconnect
Merge pull request #351 from better-adapted/patch-1
Update Makefile
UART frame error handling
do not install CPX drivers on win10
I2S: Use 8 MHz oscillator source if 48MHz divider does not fit in 8 bits
CPX fixes: add &MI_00 to all devices so CPLAYBOOT is not hidden on Windows 10
Added c++ linker command to allow to include libstdc++ when linking. (#276)
Replace boolean type with bool in examples
Re-signed Adafruit_Circuit_Playground_Express.inf
1.6.19
1.6.19
Updated Windows Drivers to 1.4.0
Add SDU support for MKR WiFi1010
Publish core 1.6.19
Add MKR WiFi1010 variant and bootloader
Documentation updates, including new PinDescription table format
Added optional support for printing floating point numbers using the Print class with values greater/less than +/-4,294,967,295. It now supports +/-18,446,744,073,709,551,615.
Added support for 64-bit integer types to the Print class (long long and unsigned long long)
Added optional support for single precision floating point numbers (in addition to the existing support for doubles) in both the Print and String classes, configurable from the Tools menu. This can save a great deal of code space. Thanks to Soren Kuula and Dmitry Xmelkov for their previous work.
Added support for the hardware FPU of the D51 (boards.txt in later commit)
Fixed bad first read from analogRead() after changing references by using a dummy read.
Added support for 20 different timer PWM frequencies selectable through the Tools menu, as well as other various clock system changes (boards.txt in later commit)
Added an additional PinDescription table format, which can be used to reduce code size (D11 chips only for now)
Made various changes to reduce code size, including making ADC and DAC initialization optional if unused, using VARIANT_MCK instead of SystemCoreClock in init(), and converting some RMW to writes. Added config.h file for configuration. (boards.txt in later commit)
Added BATTERY_CHARGER_INSTALLED, IMU_INSTALLED, and VIN_5V_REGULATOR_INSTALLED defines to variants/Xeno_Mini/variant.c (and variant.h) to prevent associated pins from being configured as outputs, thus avoiding contention.
Merge pull request #265 from facchinm/burn_bootloader_org_boards
Merge pull request #270 from tbowmo/fix_mzero
Fix interrupt mask to block in SPI library
Specify the ARM GCC version in platform.txt
Loading