This is an automated email from the ASF dual-hosted git repository.

janc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-core.git


The following commit(s) were added to refs/heads/master by this push:
     new 914ea7296 hw/mcu/samd21xx: use commit with fix for macro redefinition
914ea7296 is described below

commit 914ea7296b0b15a9dbcff6bb494be98f17a0c794
Author: Wiktor Kwiatkowski <wiktorkwiatkowski...@gmail.com>
AuthorDate: Mon Jul 28 10:11:20 2025 +0200

    hw/mcu/samd21xx: use commit with fix for macro redefinition
    
    This update repository.atmel-samd21xx to commit c24381e1...
    which includes fixes for macro redefinitions.
    Avoids conflicts present in release 1.13.0.
    
    Related PR: https://github.com/runtimeco/mynewt_arduino_zero/pull/25
---
 hw/mcu/atmel/samd21xx/ext/pkg.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hw/mcu/atmel/samd21xx/ext/pkg.yml 
b/hw/mcu/atmel/samd21xx/ext/pkg.yml
index d3df93956..b415a2d6a 100644
--- a/hw/mcu/atmel/samd21xx/ext/pkg.yml
+++ b/hw/mcu/atmel/samd21xx/ext/pkg.yml
@@ -23,7 +23,7 @@ pkg.type: sdk
 
 repository.atmel-samd21xx:
     type: github
-    vers: 1.13.0
+    vers: c24381e11d1b494684b84f80536afe95aeec376a-commit
     branch: master
     user: runtimeco
     repo: mynewt_arduino_zero

Reply via email to