Skip to content

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

@azure-pipelines
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

Copy link
Contributor

@amiclaus amiclaus left a comment

Choose a reason for hiding this comment

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

please drop the merge commit and remove the changes in the drivers_doc.rst. the handling was updated recently.

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.

3 participants