-
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
major fixes for preparation of upcoming v3.6.0 release #208
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
Member
rexut
commented
Mar 14, 2024
- resolves [BUG] check_compliance.py needs support for Bridle's downstream modules folder #159
- fix minor bugs in usb-console snippet (wrong PIDs and add Seeeduino XIAO support)
- adapt documentation for Zephyr and Bridle v3.6.0 console outputs
- adapt documentation to use pristine build folders in all samples
- take over release notes from Bridle v3.5.1 on the way to v3.6-branch and main line
- build: pylint to 3.1, or later - build: regex to 2023.12, or later - extras: pykitinfo to 1.0, or later - documentation: breathe to 4.35, or later - documentation: docutils to 0.18, or later - documentation: sphinx-tsn-theme to ~2024.1 Signed-off-by: Stephan Linz <[email protected]>
Signed-off-by: Stephan Linz <[email protected]>
Signed-off-by: Stephan Linz <[email protected]>
Signed-off-by: Stephan Linz <[email protected]>
Signed-off-by: Stephan Linz <[email protected]>
Signed-off-by: Stephan Linz <[email protected]>
Signed-off-by: Stephan Linz <[email protected]>
Signed-off-by: Stephan Linz <[email protected]>
Signed-off-by: Stephan Linz <[email protected]>
This reverts commit 82879b1 since the Bridle check_compliance.py is ready to handle our modules by MODULE_EXT_ROOT setting as well as Zephyr modules. Signed-off-by: Stephan Linz <[email protected]>
- Checks various nits in added/modified files, not coverd by other checks, e.g. checkpatch.pl and pylint. - Checks if Emails of author and signed-off messages are consistent. - Checks for conflict markers or whitespace errors. - Run Git, Python and YAML linting on the commits and find issues with style and syntax. - Check that MAINTAINERS file parses correctly. - Check that all modules have a MAINTAINERS entry. - Checks introducing any unwanted properties in Devicetree Bindings. - Checks introducing any new warnings/errors with Kconfig when no modules are available. - Checks introducing any new warnings/errors with Kconfig, the basic Kconfig test, which is checking only for undefined references. - Check for blocks of code or config that should be kept sorted. - Check that any added image is limited in size. - Check that the diff contains no binary files. Signed-off-by: Stephan Linz <[email protected]>
Signed-off-by: Stephan Linz <[email protected]>
Signed-off-by: Stephan Linz <[email protected]>
The cryptographic functions defined in "u_port_crypto.h" were only required by the now removed [in ubxlib commit 26392366cd9723826b915506e28c5a8c046d63ab] cellular chip-to-chip security feature and hence the implementations of those functions can now be safely deleted. The "u_port_crypto.h" header file remains in order not to cause backwards-compatibility issues with customer ports that may have previously implemented the functions (and potentially used the functions outside of ubxlib) and in case we ever require those cryptographic functions again in the future. Signed-off-by: Stephan Linz <[email protected]>
Signed-off-by: Stephan Linz <[email protected]>
Signed-off-by: Stephan Linz <[email protected]>
Signed-off-by: Stephan Linz <[email protected]>
Signed-off-by: Stephan Linz <[email protected]>
Signed-off-by: Stephan Linz <[email protected]>
Signed-off-by: Stephan Linz <[email protected]>
Signed-off-by: Stephan Linz <[email protected]>
Signed-off-by: Stephan Linz <[email protected]>
Signed-off-by: Stephan Linz <[email protected]>
Signed-off-by: Stephan Linz <[email protected]>
Signed-off-by: Stephan Linz <[email protected]>
Signed-off-by: Stephan Linz <[email protected]>
Signed-off-by: Stephan Linz <[email protected]>
Signed-off-by: Stephan Linz <[email protected]>
Signed-off-by: Stephan Linz <[email protected]>
Signed-off-by: Stephan Linz <[email protected]>
Signed-off-by: Stephan Linz <[email protected]>
Signed-off-by: Stephan Linz <[email protected]>
Simplify the logic of version extraction by using regexes. Signed-off-by: Stephan Linz <[email protected]>
Simplify the logic of version extraction by using regexes. Signed-off-by: Stephan Linz <[email protected]>
Signed-off-by: Stephan Linz <[email protected]>
Also extend the theme color set with cyan. Signed-off-by: Stephan Linz <[email protected]>
Update all output messages throught documentation. Signed-off-by: Stephan Linz <[email protected]>
Add 3.5.1 tag to release list to be shown on documentation side bar. Signed-off-by: Stephan Linz <[email protected]>
Signed-off-by: Stephan Linz <[email protected]>
Remove "Working Draft" from title. Signed-off-by: Stephan Linz <[email protected]>
Signed-off-by: Stephan Linz <[email protected]>
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. |
rexut
requested review from
tobiaskaestner,
Irockasingranite,
andreas-kurz,
a team and
volker-kempert
and removed request for
a team and
volker-kempert
March 15, 2024 00:20
tobiaskaestner
approved these changes
Mar 15, 2024
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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.