-
Notifications
You must be signed in to change notification settings - Fork 1.7k
drivers: rf-transceiver: navassa: Added README documentation for ADRV9001/2 driver. #2604
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
base: main
Are you sure you want to change the base?
Conversation
d982420
to
a7912e2
Compare
|
||
#define IIO_DEV_COUNT 2 // Define the number of IIO devices | ||
|
||
/* Define ADC and DAC buffers */ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is the code the one from the sample project? As far as I know, the DMA buffers need to be aligned.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hello @danmois ,
Yes, the code came from the example project. I'll modify this sample to include the dma buffers.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The commit message seems to be too long. Limiting to 52 characters would be recommended.
a7912e2
to
6a64fb0
Compare
@danmois under Linux territory, dt-bindings documentation pages examples are verified.
that extracts and tries to compile is doable, to replace the current
Is this a sort of feature that is interesting to implement? or manually checking is enough? here is the source code for no-os-doxygen, implemented previously to bridge the doxygen pages. |
Supported Devices | ||
----------------- | ||
|
||
- :adi:`ADRV9002` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Link not working?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hello @danmois ,
I've updated the product link. Thanks!
f73587e
to
5af04f3
Compare
Added the readme file for the ADRV9001 driver. Modified the sphinx drivers_doc.rst file to add the corresponding source. Signed-off-by: Joyce Velasco <[email protected]>
5af04f3
to
fd3f930
Compare
Added the readme file for the ADRV9001 device driver. Also modified the sphinx drivers_doc.rst file to add the corresponding source for this new readme.
PR Type
PR Checklist