Skip to content

drivers: meter: ade9000: Add README documentation for ADE9000 #2653

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

AndyOesmer
Copy link

Added the readme file for the ADE9000 driver.

Modified the sphinx drivers_doc.rst file to add the corresponding source.

PR Type

  • Bug fix (change that fixes an issue)
  • New feature (change that adds new functionality)
  • Breaking change (has dependencies in other repos or will cause CI to fail)

PR Checklist

  • I have followed the Coding style guidelines
  • I have complied with the Submission Checklist
  • I have performed a self-review of the changes
  • I have commented my code, at least hard-to-understand parts
  • I have build all projects affected by the changes in this PR
  • I have tested in hardware affected projects, at the relevant boards
  • I have signed off all commits from this PR
  • I have updated the documentation (wiki pages, ReadMe etc), if applies

Added the readme file for the ADE9000 driver.

Modified the sphinx drivers_doc.rst file to add the corresponding
source.

Signed-off-by: Andrea Oesmer <[email protected]>
@buha
Copy link
Contributor

buha commented Jun 26, 2025

/AzurePipelines run

Copy link

Azure Pipelines successfully started running 2 pipeline(s).

// gpio descriptor
struct no_os_gpio_desc *gpio_desc;

ret = no_os_uart_init(&uart_desc, &uart_ip);
Copy link
Contributor

Choose a reason for hiding this comment

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

this whole example is a copy paste from the project and while it does show how the device driver should be initialized, it has a few extras, like this uart initialization which probably is too much information at this level

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