forked from arduino/ArduinoCore-samd
-
Notifications
You must be signed in to change notification settings - Fork 121
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated CHANGELOG and VARIANT_COMPLIANCE_CHANGELOG
- Loading branch information
Showing
2 changed files
with
17 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,13 @@ | ||
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, | ||
prior to this "pin type" (ulPinType) was used | ||
* Timer for pin PWM selected based on value of `PIN_ATTR_TIMER_ALT` or `PIN_ATTR_TIMER`. | ||
Prior to this "pin type" (ulPinType) was used. |