Skip to content

Commit

Permalink
Updated CHANGELOG and VARIANT_COMPLIANCE_CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
cmaglie committed Dec 23, 2016
1 parent ea6eade commit ab25fb3
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 4 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
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
Expand Down
9 changes: 5 additions & 4 deletions VARIANT_COMPLIANCE_CHANGELOG
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.

0 comments on commit ab25fb3

Please sign in to comment.