Skip to content

Tags: arduino/ArduinoCore-zephyr

Tags

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.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 <[email protected]>

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 <[email protected]>

v0.1.1

Toggle v0.1.1's commit message
Add Documentation

- specify reqd changes CMakelist

- User needs to know that they will have to change the CMakelists of
their sample to find their board specific overlay

- describe how to make overlays

- Add guidance on how to map the Arduio Header in overlay files
Also rename Docs to docs to match lower case convention of other folders

Signed-off-by: Mike Szczys <[email protected]>
Signed-off-by: Dhruva Gole <[email protected]>

- create arduino_libs to explain using external libs
This page explains how to use an external arduino library with your
project

Signed-off-by: Dhruva Gole <[email protected]>

update README: add Link to docs folder

Also add links to both golioth and my blog

Signed-off-by: Dhruva Gole <[email protected]>

- Update README: add links to the doc mds
Helps users to locate documentation more easily

Co-authored-by: Mike Szczys <[email protected]>

- Be explicit on how to add the source file to the build

- README: replace branch dev to main in installation steps

Signed-off-by: Dhruva Gole <[email protected]>