From 90e1f1aa7870fc32a814681de071375a2cd41cc6 Mon Sep 17 00:00:00 2001 From: Stephan Linz Date: Mon, 13 May 2024 09:03:28 +0200 Subject: [PATCH] release: add draft notes for upcoming 3.7.0 Add details about the new sensitive Kconfig hoockups in boards extensions folder. Signed-off-by: Stephan Linz --- doc/bridle/releases/release-notes-3.7.0.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/bridle/releases/release-notes-3.7.0.rst b/doc/bridle/releases/release-notes-3.7.0.rst index a18579c7e0..ff30930881 100644 --- a/doc/bridle/releases/release-notes-3.7.0.rst +++ b/doc/bridle/releases/release-notes-3.7.0.rst @@ -169,6 +169,10 @@ Take over the new build principles from Zephyr: * Convert all Bridle *boards* and *SoCs* to the **new Hardware Model v2**. * Hook up ``board.cmake`` in Bridle's board extension folder. * Hook up ``Kconfig.defconfig`` in Bridle's board extension folder. +* With the new ``Kconfig.defconfig`` hookup in the Bridle board extension + folder, all static configurations can be removed and Kconfig can work more + sensitively, e.g. only influence the log level in the USB subsystem if the + USB stack is really activated. * Add the *Ambiq Micro* HAL to support the new *Apollo 4* SoC in Zephyr upstream with Bridle's common test suite ``bridle/tests/bridle/common``. * Add the *Intel* HAL and the *ACPI Component Architecture* library to support @@ -197,6 +201,7 @@ Issue Related Items These GitHub issues were addressed since project bootstrapping: +* :github:`222` - [BUG] unsatisfied dependencies by static Kconfig elements * :github:`217` - [FCR] Convert board ``arduino_zero`` to board extension * :github:`216` - [FCR] Convert all SOCs to new HWMv2 * :github:`215` - [BUG] ubxlib: missing header ``u_timeout.h``