Skip to content

Conversation

@KwsBaer
Copy link
Contributor

@KwsBaer KwsBaer commented Nov 6, 2024

@github-actions
Copy link

github-actions bot commented Nov 6, 2024

Hello @KwsBaer, 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. 😊

Comment on lines 67 to 69

clocks_default: clocks_default {
};
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
clocks_default: clocks_default {
};

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not addressed

@decsny decsny removed their request for review November 7, 2024 00:37
@DREXX-lab DREXX-lab mentioned this pull request Nov 7, 2024
@zephyrbot zephyrbot added the area: ADC Analog-to-Digital Converter (ADC) label Nov 7, 2024
@zephyrbot zephyrbot requested a review from anangl November 7, 2024 09:35
@KwsBaer
Copy link
Contributor Author

KwsBaer commented Nov 18, 2024

Do I missed some code changes?

Sample: SPI via PIO
====================

The :zephyr_file:`samples/sensor/bme280/README.rst` sample includes a
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
The :zephyr_file:`samples/sensor/bme280/README.rst` sample includes a
The :zephyr:code-sample:`bme280` sample includes a

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you please convert this file to the webp format -- that'll make its size twice (if not more) smaller
You may use cwebp CLI or https://tinypng.com/

@KwsBaer
Copy link
Contributor Author

KwsBaer commented Nov 25, 2024

Hi @kartben ,
This is my first PR for this project. I've addressed the requested changes, could you please review and approve them?
Thank you.

kartben
kartben previously approved these changes Nov 25, 2024
@kartben kartben requested a review from nordicjm November 25, 2024 09:51
Copy link
Contributor

@nordicjm nordicjm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Commits needs sorting and squashed for the board, should be 1x commit for vendor prefix update, 1x commit for board and 1x commit for test update

add of vendor

Signed-off-by: Frank Bintakies <[email protected]>
Add variant of rp2040 with SinglePairEthernet

Signed-off-by: Frank Bintakies <[email protected]>
@KwsBaer
Copy link
Contributor Author

KwsBaer commented Dec 5, 2024

@nordicjm is my squash and sorting ok?

@@ -0,0 +1,10 @@
.. _boards-kws:

KWS Computersysteme Gmbh
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this can be merged into the other commit

kosagi Sutajio Ko-Usagi PTE Ltd.
kvaser Kvaser
kvg Kverneland Group
kws KWS Computersysteme Gmbh
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this file to be taken out into separate commit, before this commit

io-channels = <&adc 0>, <&adc 1>;
};
};

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this to be taken out into a separate commit, after this commit

# The value must be the 'stem' part of the name of one of the files
# in the openocd interface configuration file.
# The setting is store to CMakeCache.txt.
if ("${RPI_PICO_DEBUG_ADAPTER}" STREQUAL "")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
if ("${RPI_PICO_DEBUG_ADAPTER}" STREQUAL "")
if("${RPI_PICO_DEBUG_ADAPTER}" STREQUAL "")

Comment on lines 67 to 69

clocks_default: clocks_default {
};
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not addressed

add of vendor

Signed-off-by: Frank Bintakies <[email protected]>
Add variant of rp2040 with SinglePairEthernet

Signed-off-by: Frank Bintakies <[email protected]>
add adc test support

Signed-off-by: Frank Bintakies <[email protected]>
@KwsBaer KwsBaer closed this Dec 6, 2024
@KwsBaer KwsBaer deleted the pico_spe branch December 6, 2024 08:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area: ADC Analog-to-Digital Converter (ADC) area: Devicetree

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants