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
Commits
ab25fb35
Commit
ab25fb35
authored
8 years ago
by
Cristian Maglie
Browse files
Options
Downloads
Patches
Plain Diff
Updated CHANGELOG and VARIANT_COMPLIANCE_CHANGELOG
parent
ea6eade2
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG
+12
-0
12 additions, 0 deletions
CHANGELOG
VARIANT_COMPLIANCE_CHANGELOG
+5
-4
5 additions, 4 deletions
VARIANT_COMPLIANCE_CHANGELOG
with
17 additions
and
4 deletions
CHANGELOG
+
12
−
0
View file @
ab25fb35
SAMD CORE 1.6.10 2016.12.23
* Added .org boards
* Fixed MKRZero `build.board` property
* linker: .data section is now aligned to 16 bytes address
* Added support for CRYSTALLESS configurations (thanks @ladyada)
* Added Circuits Playground board
* Added method to automatically retrieve sketch start via linker variable
(see https://github.com/arduino/ArduinoCore-samd/pull/185)
* Fixed USBDevice.epBank1EnableTransferComplete method
* Adapted bootloader source code to CMSIS 4.5
SAMD CORE 1.6.9 2016.12.12
* MKR1000: Enabled PWM on pin 11, it is shared with pin A4
...
...
This diff is collapsed.
Click to expand it.
VARIANT_COMPLIANCE_CHANGELOG
+
5
−
4
View file @
ab25fb35
SAMD CORE 1.6.10
* the linker script is use should define __text_start__ symbol at the beginning of .text section
* The linker script must define `__text_start__` symbol at the beginning of .text section.
This symbol is used to automatically determine the bootloader size.
SAMD CORE 1.6.6
* digitalPinToInterrupt #define moved to Arduino.h, variant.h must no longer define it
*
`
digitalPinToInterrupt
`
#define moved to Arduino.h, variant.h must no longer define it
.
SAMD CORE 1.6.3
* Timer for pin PWM selected based on value of PIN_ATTR_TIMER_ALT or PIN_ATTR_TIMER
,
p
rior to this "pin type" (ulPinType) was used
* Timer for pin PWM selected based on value of
`
PIN_ATTR_TIMER_ALT
`
or
`
PIN_ATTR_TIMER
`.
P
rior to this "pin type" (ulPinType) was used
.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment