-
Notifications
You must be signed in to change notification settings - Fork 2
Documentation improvements plus Ethernet turn-off fix #5
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
Conversation
Adds one declaration for Doxygen and another for the compiler. Plus improves a bit on the documentation.
This option is added for libraries that turn off the rail that powers the Ethernet chip.
1. Typo where M7 should be M4. 2. Incorrect comment, because the flags are not just for standby
Adds how to go into Standby Mode waiting for only a wakeup pin.
|
|
|
Memory usage change @ c4cce7a
Click for full report table
Click for full report CSV |
sebromero
left a comment
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.
Let's use DOXYGEN_ONLY as the define so that it starts with DOXYGEN and is easier to spot.
Co-authored-by: Sebastian Romero <[email protected]>
Co-authored-by: Sebastian Romero <[email protected]>
sebromero
left a comment
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
Improve Standby Mode example by adding how to go into Standby Mode waiting for only a wakeup pin.
Fix two incorrect comments.
Add option to not turn off Ethernet. This option is added for libraries that turn off the rail that powers
the Ethernet chip, and it prevents malfunction because of the combination of libraries.
Improve template function Doxygen documentation. Adds one declaration for Doxygen and another for the compiler.
Plus improves a bit on the documentation.