Skip to content
Snippets Groups Projects
Commit 507a5291 authored by Martino Facchin's avatar Martino Facchin
Browse files

Update mzero variant to 1.6.10 compliance

parent 51369814
No related branches found
No related tags found
No related merge requests found
...@@ -47,6 +47,8 @@ SECTIONS ...@@ -47,6 +47,8 @@ SECTIONS
{ {
.text : .text :
{ {
__text_start__ = .;
KEEP(*(.isr_vector)) KEEP(*(.isr_vector))
*(.text*) *(.text*)
......
...@@ -47,6 +47,8 @@ SECTIONS ...@@ -47,6 +47,8 @@ SECTIONS
{ {
.text : .text :
{ {
__text_start__ = .;
KEEP(*(.isr_vector)) KEEP(*(.isr_vector))
*(.text*) *(.text*)
......
...@@ -19,8 +19,8 @@ ...@@ -19,8 +19,8 @@
#ifndef _VARIANT_ARDUINO_ZERO_ #ifndef _VARIANT_ARDUINO_ZERO_
#define _VARIANT_ARDUINO_ZERO_ #define _VARIANT_ARDUINO_ZERO_
// The definitions here needs a SAMD core >=1.6.6 // The definitions here needs a SAMD core >=1.6.10
#define ARDUINO_SAMD_VARIANT_COMPLIANCE 10606 #define ARDUINO_SAMD_VARIANT_COMPLIANCE 10610
/*---------------------------------------------------------------------------- /*----------------------------------------------------------------------------
* Definitions * Definitions
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment