-
Notifications
You must be signed in to change notification settings - Fork 4
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
Bump to Zephyr SDK 0.16.3 #138
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Rather than the content of ZEPHYR_BUILD, the content of ZEPHYR_BASE was emitted once again. Signed-off-by: Stephan Linz <linz@li-pro.net>
For post-mortem investigations, the Doxygen log file with all warnings is now placed inside the documentation working directory. Signed-off-by: Stephan Linz <linz@li-pro.net>
Enable Doxygen AUTOBRIEF feature for both Javadoc and Qt style documentation blocks. This treats the first sentence of a documentation block as a brief description even when no @brief tag is present. This makes the overview sections of the generated documentation much more useful. See https://www.doxygen.nl/manual/config.html#cfg_javadoc_autobrief and https://www.doxygen.nl/manual/config.html#cfg_qt_autobrief Signed-off-by: Stephan Linz <linz@li-pro.net>
Since Zephyr upstream commit cbc6af0d098f41590af821d672a4c9d23300328d it isn't necessary anymore to pre-define the symbol CONFIG_SPI_ASYNC. See: zephyrproject-rtos/zephyr@cbc6af0 Signed-off-by: Stephan Linz <linz@li-pro.net>
Sync with Zephyr upstream commit e63969521c3316f6fff35d06eb4514d572d47af5. See: zephyrproject-rtos/zephyr@e639695 Signed-off-by: Stephan Linz <linz@li-pro.net>
issues: #136 Signed-off-by: Stephan Linz <linz@li-pro.net>
Updated Zephyr SDK to 0.16.3. issues: #136 Signed-off-by: Stephan Linz <linz@li-pro.net>
Updated Zephyr SDK to 0.16.3. issues: #136 Signed-off-by: Stephan Linz <linz@li-pro.net>
Signed-off-by: Stephan Linz <linz@li-pro.net>
issues: #136 Signed-off-by: Stephan Linz <linz@li-pro.net>
tobiaskaestner
approved these changes
Oct 9, 2023
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, many thanks
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. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This fixes #136 and also:
conf.py
for the Zephyr docset