Skip to content

Conversation

@bogdanarduino
Copy link

@bogdanarduino bogdanarduino commented Nov 14, 2025

The logic levels of the green and blue LED pins for the Portenta C33 board were set as 'GPIO_ACTIVE_HIGH', thus rendering them not functional in the sketches. Both were changed to the correct value of 'GPIO_ACTIVE_LOW'. The correct value was already configured for the pin used to drive the RED LED.

…VE_LOW, for LEDs green and blue in arduino_portenta_c33.dts file.
@github-actions
Copy link

Hello @bogdanarduino, and thank you very much for your first pull request to the Zephyr project!
Our Continuous Integration pipeline will execute a series of checks on your Pull Request commit messages and code, and you are expected to address any failures by updating the PR. Please take a look at our commit message guidelines to find out how to format your commit messages, and at our contribution workflow to understand how to update your Pull Request. If you haven't already, please make sure to review the project's Contributor Expectations and update (by amending and force-pushing the commits) your pull request if necessary.
If you are stuck or need help please join us on Discord and ask your question there. Additionally, you can escalate the review when applicable. 😊

@sonarqubecloud
Copy link

@pillo79
Copy link
Contributor

pillo79 commented Nov 14, 2025

@bogdanarduino, thanks for this fix, however CI found some issues.

Please do the following to fix them:

  • rebase your PR on current main (Zephyr 4.3 or later)
  • make sure your commit message is formatted so that there's a short title, a longer description, and the DCO.

You can find the full rules on https://docs.zephyrproject.org/latest/contribute/guidelines.html#commit-message-guidelines,

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants