Skip to content

Conversation

DhruvaG2000
Copy link
Member

This is a bug fix, that fixes build failure for nRF52940DK #77

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.

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>
@DhruvaG2000
Copy link
Member Author

@beriberikix , @szczys @alvarowolfx ,
I am merging this as it's been pending for 2 weeks now, and no objections have been raised.

@DhruvaG2000 DhruvaG2000 merged commit aa2150b into main Sep 11, 2023
soburi pushed a commit to soburi/gsoc-2022-arduino-core that referenced this pull request Sep 24, 2025
This is a replacement for PR: zephyrproject-rtos#71 and zephyrproject-rtos#82.

All of the earlier commits were squashed into one.  Then this was converted a few times during the zephyrproject-rtos#85 pr time
frame as things kept changing and moving around.   It has now been updated to the released .3 version.

We defined the additional SPI ports and Wire ports.

We defined an initial setup for Analog pins.  Have similar hack to GIGA version for pure Analog.  Added additional hacks for duplicated
pins.  That is two of the analog Pins are the exact same pin as some other digital pins...

Added some PWM support.

Also added WIP: camera support.

Co-Authored-By: Mike S <5366213+mjs513@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants