Conversation
Sets the patch level to 99 for the 4.5 development cycle. Signed-off-by: Stephan Linz <linz@li-pro.net>
Add 4.4 branch to release list to be shown on documentation side bar. Signed-off-by: Stephan Linz <linz@li-pro.net>
- point 'latest' to upcoming '4.5' (4.4.99 and 1.5.0-dev) Signed-off-by: Stephan Linz <linz@li-pro.net>
As we are preparing support for Zephyr main line this bumps the Zephyr version following the main line branch, the bleeding edge, to be able to see failures as soon as possible, fix bugs and add security updates. Signed-off-by: Stephan Linz <linz@li-pro.net>
As we are preparing support for CANnectivity main line this bumps the CANnectivity version following the main line branch, the bleeding edge, to be able to see failures as soon as possible, fix bugs and add security updates. Signed-off-by: Stephan Linz <linz@li-pro.net>
Create the new RST file release notes and add to TOC. Signed-off-by: Stephan Linz <linz@li-pro.net>
rexut
commented
Apr 30, 2026
This reverts commit 9f80b2d. The special sphinx-autobuild package is still required to build the Zephyr documentation, even though Bridle uses a slightly different approach via its own CMake environment. Signed-off-by: Stephan Linz <linz@li-pro.net>
With upcoming Zephyr v4.5 the RST documentation par will support the embed Mermaid graphs, including general flowcharts, sequence diagrams, gantt diagrams and more as provided by the Mermaid.js open-source library. Signed-off-by: Stephan Linz <linz@li-pro.net>
With upcoming Zephyr v4.5 the "Connectivity" section has been moved from top-level down into the new services domain in upstream documentation, thus also the USB device documentation artefacts that Bridle is reusing. Signed-off-by: Stephan Linz <linz@li-pro.net>
Add the NO_EXTERNAL_DEPS option to prevent the final documentation from containing too many external CSS or JavaScript assets from third-party websites. Signed-off-by: Stephan Linz <linz@li-pro.net>
Removes the obsolete Kconfig setup over 'ST7789V_PIXEL_FORMAT' and add the new devicetree property 'pixel-format'. Signed-off-by: Stephan Linz <linz@li-pro.net>
Removes the obsolete Kconfig setup over 'ST7789V_PIXEL_FORMAT' and add the new devicetree property 'pixel-format'. Also reduce setup complexity for ST7735 based LCD boards. Signed-off-by: Stephan Linz <linz@li-pro.net>
Removes the obsolete Kconfig setup over 'ST7789V_PIXEL_FORMAT' and add the new devicetree property 'pixel-format'. Also reduce setup complexity for ST7735 based LCD shields. Signed-off-by: Stephan Linz <linz@li-pro.net>
Reduces setup complexity for the ST7796 panel controller. Signed-off-by: Stephan Linz <linz@li-pro.net>
Add GitHub issues #447. Signed-off-by: Stephan Linz <linz@li-pro.net>
|
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. |
This file contains hidden or 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
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.
related to #443 – bump back to latest and greatest – but this also required the following important changes and improvements:
sphinxcontrib-mermaidto embed Mermaid.js graphs (flowcharts, sequence diagrams, gantt diagrams and more)NO_EXTERNAL_DEPSfor the documentation build with Sphinx: "Enable serving external CSS/JS libraries locally instead of fetching from the Internet on page life-time (online)."ST7789V_PIXEL_FORMAT#447