Skip to content

Commit ab25fb3

Browse files
committed
Updated CHANGELOG and VARIANT_COMPLIANCE_CHANGELOG
1 parent ea6eade commit ab25fb3

File tree

2 files changed

+17
-4
lines changed

2 files changed

+17
-4
lines changed

CHANGELOG

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
SAMD CORE 1.6.10 2016.12.23
2+
3+
* Added .org boards
4+
* Fixed MKRZero `build.board` property
5+
* linker: .data section is now aligned to 16 bytes address
6+
* Added support for CRYSTALLESS configurations (thanks @ladyada)
7+
* Added Circuits Playground board
8+
* Added method to automatically retrieve sketch start via linker variable
9+
(see https://github.com/arduino/ArduinoCore-samd/pull/185)
10+
* Fixed USBDevice.epBank1EnableTransferComplete method
11+
* Adapted bootloader source code to CMSIS 4.5
12+
113
SAMD CORE 1.6.9 2016.12.12
214

315
* MKR1000: Enabled PWM on pin 11, it is shared with pin A4

VARIANT_COMPLIANCE_CHANGELOG

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
SAMD CORE 1.6.10
22

3-
* the linker script is use should define __text_start__ symbol at the beginning of .text section
3+
* The linker script must define `__text_start__` symbol at the beginning of .text section.
4+
This symbol is used to automatically determine the bootloader size.
45

56
SAMD CORE 1.6.6
67

7-
* digitalPinToInterrupt #define moved to Arduino.h, variant.h must no longer define it
8+
* `digitalPinToInterrupt` #define moved to Arduino.h, variant.h must no longer define it.
89

910
SAMD CORE 1.6.3
1011

11-
* Timer for pin PWM selected based on value of PIN_ATTR_TIMER_ALT or PIN_ATTR_TIMER,
12-
prior to this "pin type" (ulPinType) was used
12+
* Timer for pin PWM selected based on value of `PIN_ATTR_TIMER_ALT` or `PIN_ATTR_TIMER`.
13+
Prior to this "pin type" (ulPinType) was used.

0 commit comments

Comments
 (0)