tag:github.com,2008:https://github.com/arduino/ArduinoCore-zephyr/releases Release notes from ArduinoCore-zephyr 2025-04-01T15:25:35Z tag:github.com,2008:Repository/877991679/0.3.1 2025-05-14T15:10:59Z Release 0.3.1 <h2>What's Changed</h2> <ul> <li>Update llext_exports.c by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/mjs513/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/mjs513">@mjs513</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2960604165" data-permission-text="Title is private" data-url="https://github.com/arduino/ArduinoCore-zephyr/issues/90" data-hovercard-type="pull_request" data-hovercard-url="/arduino/ArduinoCore-zephyr/pull/90/hovercard" href="https://github.com/arduino/ArduinoCore-zephyr/pull/90">#90</a></li> <li>Fix handling of paths with spaces</li> </ul> <p><strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/arduino/ArduinoCore-zephyr/compare/0.3.0...0.3.1"><tt>0.3.0...0.3.1</tt></a></p> pillo79 tag:github.com,2008:Repository/877991679/0.3.0 2025-03-28T10:15:14Z Release 0.3.0 <h2>What's Changed</h2> <ul> <li>Added legacy pin coverager for nano boards by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/mjs513/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/mjs513">@mjs513</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2821812511" data-permission-text="Title is private" data-url="https://github.com/arduino/ArduinoCore-zephyr/issues/61" data-hovercard-type="pull_request" data-hovercard-url="/arduino/ArduinoCore-zephyr/pull/61/hovercard" href="https://github.com/arduino/ArduinoCore-zephyr/pull/61">#61</a></li> <li>Fix micros() for nano without breaking giga by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/KurtE/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/KurtE">@KurtE</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2821931978" data-permission-text="Title is private" data-url="https://github.com/arduino/ArduinoCore-zephyr/issues/62" data-hovercard-type="pull_request" data-hovercard-url="/arduino/ArduinoCore-zephyr/pull/62/hovercard" href="https://github.com/arduino/ArduinoCore-zephyr/pull/62">#62</a></li> <li>GIGA: Remove Arduino pins 11-13 from PWM list to fix SPI1 by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/KurtE/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/KurtE">@KurtE</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2826079919" data-permission-text="Title is private" data-url="https://github.com/arduino/ArduinoCore-zephyr/issues/65" data-hovercard-type="pull_request" data-hovercard-url="/arduino/ArduinoCore-zephyr/pull/65/hovercard" href="https://github.com/arduino/ArduinoCore-zephyr/pull/65">#65</a></li> <li>Nano 33 BLE - enable the SPI1 sensors by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/KurtE/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/KurtE">@KurtE</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2833772340" data-permission-text="Title is private" data-url="https://github.com/arduino/ArduinoCore-zephyr/issues/67" data-hovercard-type="pull_request" data-hovercard-url="/arduino/ArduinoCore-zephyr/pull/67/hovercard" href="https://github.com/arduino/ArduinoCore-zephyr/pull/67">#67</a></li> </ul> <p><strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/arduino/ArduinoCore-zephyr/compare/0.2.0...0.3.0"><tt>0.2.0...0.3.0</tt></a></p> facchinm tag:github.com,2008:Repository/877991679/0.2.0 2025-01-29T14:32:04Z 0.2.0 <p>mass rebuild</p> facchinm tag:github.com,2008:Repository/877991679/v0.1.3 2023-09-11T07:04:03Z v0.1.3: zephyrSerial: Fix misdetection arduino_serial1 <p>DT_NODE_EXISTS value is true even if the status is disabled,<br> so it caused misdetection.<br> Use DT_NODE_HAS_STATUS to detect the status of<br> the arduino_serial1 node is ok.</p> <p>Signed-off-by: TOKITA Hiroshi <a href="mailto:[email protected]">[email protected]</a></p> soburi tag:github.com,2008:Repository/877991679/v0.1.2 2022-11-19T13:55:43Z v0.1.2: documentation: Add document about `builtin-led-gpios` <p>Add a description for <code>builtin-led-gpios</code></p> <p>Signed-off-by: TOKITA Hiroshi <a href="mailto:[email protected]">[email protected]</a></p> soburi tag:github.com,2008:Repository/877991679/v0.1.1 2022-09-04T01:46:40Z v0.1.1: Add Documentation <ul> <li> <p>specify reqd changes CMakelist</p> </li> <li> <p>User needs to know that they will have to change the CMakelists of<br> their sample to find their board specific overlay</p> </li> <li> <p>describe how to make overlays</p> </li> <li> <p>Add guidance on how to map the Arduio Header in overlay files<br> Also rename Docs to docs to match lower case convention of other folders</p> </li> </ul> <p>Signed-off-by: Mike Szczys <a href="mailto:[email protected]">[email protected]</a><br> Signed-off-by: Dhruva Gole <a href="mailto:[email protected]">[email protected]</a></p> <ul> <li>create arduino_libs to explain using external libs<br> This page explains how to use an external arduino library with your<br> project</li> </ul> <p>Signed-off-by: Dhruva Gole <a href="mailto:[email protected]">[email protected]</a></p> <p>update README: add Link to docs folder</p> <p>Also add links to both golioth and my blog</p> <p>Signed-off-by: Dhruva Gole <a href="mailto:[email protected]">[email protected]</a></p> <ul> <li>Update README: add links to the doc mds<br> Helps users to locate documentation more easily</li> </ul> <p>Co-authored-by: Mike Szczys <a href="mailto:[email protected]">[email protected]</a></p> <ul> <li> <p>Be explicit on how to add the source file to the build</p> </li> <li> <p>README: replace branch dev to main in installation steps</p> </li> </ul> <p>Signed-off-by: Dhruva Gole <a href="mailto:[email protected]">[email protected]</a></p> DhruvaG2000