Skip to content

Tags: arduino/ArduinoCore-zephyr

Tags

0.52.0

Toggle 0.52.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #262 from pillo79/pr-fixes-post-0.52

trivial: minor fixes for 0.52

0.51.0

Toggle 0.51.0's commit message
extra/gen_package_index_json.sh: fix JSON format

0.3.2

Toggle 0.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #168 from iabdalkader/bt_fixes

loader: Export BT firmware symbols.

0.3.2-arduino

Toggle 0.3.2-arduino's commit message
README: clarify Windows is unsupported, but WSL is a workaround

0.3.1

Toggle 0.3.1's commit message
platform: fix paths with spaces

Wrap problematic arguments in quotes to avoid issues with paths that
contain spaces (especially on Windows).

0.3.1-main

Toggle 0.3.1-main's commit message
platform: fix paths with spaces

Wrap problematic arguments in quotes to avoid issues with paths that
contain spaces (especially on Windows).

0.3.0

Toggle 0.3.0's commit message
loader: move dhcp server in own ifdef

0.2.0

Toggle 0.2.0's commit message
mass rebuild

v0.1.3

Toggle v0.1.3's commit message
zephyrSerial: Fix misdetection arduino_serial1

DT_NODE_EXISTS value is true even if the status is disabled,
so it caused misdetection.
Use DT_NODE_HAS_STATUS to detect the status of
the arduino_serial1 node is ok.

Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@gmail.com>

v0.1.2

Toggle v0.1.2's commit message
documentation: Add document about `builtin-led-gpios`

Add a description for `builtin-led-gpios`

Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@fujitsu.com>