From 6e8cc3f6d828588ceda2d480e36eb64caeb175c0 Mon Sep 17 00:00:00 2001 From: Stephan Linz Date: Fri, 26 Jul 2024 01:10:00 +0200 Subject: [PATCH] release: add draft notes for upcoming 3.7.0 Document that we have additional HAL modules from Zephyr upstream and we now able to execute Zephyr upstrem test suites for building all drivers together with our own snippets. Signed-off-by: Stephan Linz --- doc/bridle/releases/release-notes-3.7.0.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/doc/bridle/releases/release-notes-3.7.0.rst b/doc/bridle/releases/release-notes-3.7.0.rst index 942f5593f9..2847f94dd1 100644 --- a/doc/bridle/releases/release-notes-3.7.0.rst +++ b/doc/bridle/releases/release-notes-3.7.0.rst @@ -49,10 +49,12 @@ For more details, see: :ref:`repos_and_revs`. | *openthread* | *picolibc* | **hal** : *cmsis* + | **hal** : *hal_adi* | **hal** : *hal_altera* | **hal** : *hal_ambiq* | **hal** : *hal_atmel* | **hal** : *hal_espressif* + | **hal** : *hal_ethos_u* | **hal** : *hal_gigadevice* | **hal** : *hal_infineon* | **hal** : *hal_intel* @@ -69,6 +71,7 @@ For more details, see: :ref:`repos_and_revs`. | **hal** : *hal_stm32* | **hal** : *hal_telink* | **hal** : *hal_ti* + | **hal** : *hal_wurthelektronik* | **hal** : *hal_xtensa* | **hal** : *libmetal* | **fs** : *fatfs* @@ -210,6 +213,16 @@ Take over the new build principles from Zephyr: * use Bridle's ``.gitlint`` * use Bridle's ``.yamllint`` +* Add more Zephyr upstream projects to West submanifest as needed by Zephyr + upstream test suites: + + * HAL modules for: Analog Devices (formerly Maxim) + * HAL modules for: Arm Ethos-U NPUs + * HAL modules for: Würth Elektronik + +* Use the Twister CLI argument ``--alt-config-root`` to reuse Zephyr upstream + test suites for building all drivers together with Bridle's own snippets. + Documentation =============