-
Notifications
You must be signed in to change notification settings - Fork 177
Add porting guide for HAL I2C API #1103
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
Add porting guide for HAL I2C API #1103
Conversation
Edit file, mostly for consistent tense and international spelling.
Fix outdated links that don't work anymore.
600c816
to
af1dc2d
Compare
|
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.
Nice work 👍 Thanks for the PR.
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.
shall we added the warnings about: this new API is on a feature branch, not master.
just like: https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/porting/target/spi.md#serial-peripheral-interface-spi
Otherwise it all looks good
Add warning about code being on a feature branch to match docs in the rest of the section.
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.
LGTM! Thanks!
@jamesbeyond Is this OK now? |
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.
Looks good , Thanks @AnotherButler
This is updated version of #807
changes compared to #807:
I don't know how to fix following links:
http://os-doc-builder.test.mbed.com/docs/development/feature-i2c-doxy/classmbed_1_1_i_2_c.html
http://os-doc-builder.test.mbed.com/docs/development/feature-hal-i2c-doxy/group__hal__i2c__tests.html
@donatieng @jamesbeyond @MarceloSalazar @ashok-rao @AnotherButler
please review