-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
net: lib: aws_iot: Overhaul #11507
net: lib: aws_iot: Overhaul #11507
Conversation
simensrostad
commented
Jun 13, 2023
•
edited
Loading
edited
- Use MQTT helper library to abstract MQTT socket handling.
- Removed internal error code translations.
- Removed preprocessor statements to increase readability.
- Simplified run-time client ID and hostname configurations.
- Added library tests.
- Update documentation accordingly.
You can find the documentation preview for this PR at this link. It will be updated about 10 minutes after the documentation build succeeds. Note: This comment is automatically posted by the Documentation Publishing GitHub Action. |
1f7d60a
to
152be4d
Compare
fb3839f
to
aa60a2c
Compare
f17c388
to
e40d546
Compare
86d7e26
to
86d87bb
Compare
800d6c3
to
0879f0e
Compare
@jtguggedal should be good to review. @balaji-nordic Nice if you can go over the tests. |
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.
I have reviewed the non-.c files, will have to take those on a later pass
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.
Gone over the library files now as well, looks very good!
Just curious, did you see if the flash and RAM sizes were affected by the changes here?
91790b3
to
f0007fb
Compare
After:
Before:
|
f0007fb
to
2da0551
Compare
87901d8
to
c93996e
Compare
@divipillai Comments addressed, thanks. |
Looks good. Do we need a changelog entry for these changes? |
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, just some nit regarding API docs.
c93996e
to
79ec23a
Compare
Changelog entry added. |
79ec23a
to
c91ebcf
Compare
doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst
Outdated
Show resolved
Hide resolved
0d101d5
to
a5d5266
Compare
- Use MQTT helper library to abstract MQTT socket handling. - Removed internal error code translations. - Removed preprocessor statements to increase readability. - Simplified run-time client ID and hostname configurations. - Added library tests. - Update documentation accordingly. Signed-off-by: Simen S. Røstad <simen.rostad@nordicsemi.no>
a5d5266
to
9c63646
Compare