Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions doc/_static/css/bridle.css
Original file line number Diff line number Diff line change
Expand Up @@ -210,3 +210,8 @@
#versions-select option {
font-weight:normal;
}

/* tweak toggle in admonitions to avoid auto-hiding on load */
.rst-content .admonition.toggle {
display: block !important;
}
3 changes: 3 additions & 0 deletions doc/bridle/releases/release-notes-4.4.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ For more details, see: :ref:`repos_and_revs`.
| **hal** : *hal_nxp*
| **hal** : *hal_openisa*
| **hal** : *hal_quicklogic*
| **hal** : *hal_realtek*
| **hal** : *hal_renesas*
| **hal** : *hal_rpi_pico*
| **hal** : *hal_sifli*
Expand Down Expand Up @@ -303,6 +304,8 @@ Build Infrastructure
* Enable support for the TF-PSA-Crypto repository as Zephyr module in the
West manifest. The PSA Cryptography API is required by some boards with
WiFi and TLS support, e.g. Raspberry Pi Pico W/2W.
* Enable support for the Realtek HAL in the West manifest. This HAL is needed
by Zephyr upstream documentation process for the autogenerated board catalog.


Documentation
Expand Down
2 changes: 1 addition & 1 deletion doc/versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"latest": {
"bridle": "4.3.99",
"zephyr": "4.4.0",
"cannectivity": "1.4.0-dev"
"cannectivity": "1.4.0"
},
"4.3": {
"bridle": "4.3.0",
Expand Down
4 changes: 3 additions & 1 deletion submanifests/cannectivity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ manifest:
# CANnectivity Zephyr RTOS
# ============ ===========
# main main
# v1.4-branch v4.4-branch
# v1.4.0 v4.4-branch
# v1.3-branch v4.3-branch
# v1.3.0 v4.3-branch
# v1.2-branch v4.2-branch
Expand All @@ -46,7 +48,7 @@ manifest:
path: cannectivity
remote: tiacsys
repo-path: cannectivity
revision: tiacsys/main
revision: tiacsys/v1.4.0
clone-depth: 5000
# import submodules from CANnectivity manifest
import:
Expand Down
1 change: 1 addition & 0 deletions submanifests/zephyr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ manifest:
- hal_nxp
- hal_openisa
- hal_quicklogic
- hal_realtek
- hal_renesas
- hal_rpi_pico
- hal_sifli
Expand Down