We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5136981 commit 507a529Copy full SHA for 507a529
variants/arduino_mzero/linker_scripts/gcc/flash_with_bootloader.ld
@@ -47,6 +47,8 @@ SECTIONS
47
{
48
.text :
49
50
+ __text_start__ = .;
51
+
52
KEEP(*(.isr_vector))
53
*(.text*)
54
variants/arduino_mzero/linker_scripts/gcc/flash_without_bootloader.ld
variants/arduino_mzero/variant.h
@@ -19,8 +19,8 @@
19
#ifndef _VARIANT_ARDUINO_ZERO_
20
#define _VARIANT_ARDUINO_ZERO_
21
22
-// The definitions here needs a SAMD core >=1.6.6
23
-#define ARDUINO_SAMD_VARIANT_COMPLIANCE 10606
+// The definitions here needs a SAMD core >=1.6.10
+#define ARDUINO_SAMD_VARIANT_COMPLIANCE 10610
24
25
/*----------------------------------------------------------------------------
26
* Definitions
0 commit comments