-
Notifications
You must be signed in to change notification settings - Fork 7.5k
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
[Docs] Add Migration guide + some API updates #8408
[Docs] Add Migration guide + some API updates #8408
Conversation
--- | ||
|
||
I2S driver has beed completely redesigned and refactored to use new ESP-IDF driver. | ||
For more informations about the new API check `I2S API <https://docs.espressif.com/projects/arduino-esp32/en/latest/api/i2s.html>`_. |
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.
If you are linking to another document in the same project, I think the link should not be to the generated HTML, but to the original document.
Otherwise, you will run into a problem: documentation for 3.x will always contain this link to latest
, but latest
documentation may at some point become 4.x.
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.
Good catch, will rework that. Thanks
Could you please mention changes in BLE? ... assuming it will be merged and available in 3.0 |
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.
My suggestions are mostly for making the text cleaner. I'll keep reviewing as more things are added
@SuGlider please add later sections about UART and RMT, thanks! |
…no-esp32 into idf-release/v5.1
Co-authored-by: Lucas Saavedra Vaz <lucassvaz@yahoo.com.br>
0760d67
to
592d0bf
Compare
Closing - rebased PR created #8716 |
Description of Change
Created Migration guide page in documentation for migration from 2.x to 3.0.
Updated SigmaDelta API docs.
Also added to some peripherals docs informations about C6/H2 + some minor fixes.
DRAFT:
Tests scenarios
Related links