File tree 2 files changed +17
-4
lines changed
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
+
1
13
SAMD CORE 1.6.9 2016.12.12
2
14
3
15
* MKR1000: Enabled PWM on pin 11, it is shared with pin A4
Original file line number Diff line number Diff line change 1
1
SAMD CORE 1.6.10
2
2
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.
4
5
5
6
SAMD CORE 1.6.6
6
7
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.
8
9
9
10
SAMD CORE 1.6.3
10
11
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