File tree Expand file tree Collapse file tree 2 files changed +17
-4
lines changed Expand file tree Collapse file tree 2 files changed +17
-4
lines changed Original file line number Diff line number Diff line change 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+
113SAMD CORE 1.6.9 2016.12.12
214
315* MKR1000: Enabled PWM on pin 11, it is shared with pin A4
Original file line number Diff line number Diff line change 11SAMD 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
56SAMD 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
910SAMD 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.
You can’t perform that action at this time.
0 commit comments