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
ed40dd839eb6aa84b5d01ba16db57b687d99239d
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
24
Aug
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
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
USB: EP0 ::recv method has been merged with ::read method
USBD: Added critical sections to EP OUT handler
USB: Slightly refactored EP OUT handler
Fixed some comments
Moved EPHandler in USBDevice headers
USB-CDC: OUT EP is now handled with a custom EPHandler
USB: Added an OUT EP handler with double buffering.
USB: Added interface to possibly setup dynamic USB EP Handler
USB: set return type of USBDevice::recv(ep) to int
USB-CDC: Avoid need to send ZLP by sending up to (EPX_SIZE-1) bytes at a time
USB-CDC: reset EP OUT count upon reception
USB-CDC: access to rx buffer is now ISR-protected
USB-CDC: Refactored EP OUT handling
Add private availableForStore method, and use in Serial_::accept
Enable transfer complete in USBDeviceClass::recv once bank is empty
Update changelog
Fix requested in #155 for PMW on pin 13
Remove some stale commented out code
Removed unused code
Merge branch 'fix-pwm' of https://github.com/cmaglie/ArduinoCore-samd
Port arduino/Arduino#4667 to SAMD core
Add getTimeout accessor method to Stream
Make String::move of an invalidated String result in an invalidated String
Update changelog
Merge pull request #98 from sandeepmistry/write-slave-tx-buffer
Update changelog
Merge pull request #101 from sandeepmistry/digital-read-write-pullup
Merge pull request #148 from sandeepmistry/SerialUSB.availableForWrite
Set PWM frequency to 732.4Hz
Fixed PWM frequency glitch
Fixed whitespaces, removed some prefixes from variables names
Update string class to upstream version
Fix typo in cortex_handlers.
Use TX buffer for slave writes, empty on master read mode + DRDY IRQ
Define RAMSTART, RAMSIZE, RAMEND
Merge pull request #146 from sandeepmistry/serial-availableForWrite
Merge pull request #143 from sandeepmistry/cdc-write-return-value
Add Serial_::availableForWrite
Add Uart::availableForWrite()
Update changelog
Loading