Skip to content

Commit

Permalink
release: add draft notes for upcoming 3.7.0
Browse files Browse the repository at this point in the history
Add details about the new sensitive Kconfig hoockups in
boards extensions folder.

Signed-off-by: Stephan Linz <[email protected]>
  • Loading branch information
rexut committed May 13, 2024
1 parent a737b9b commit c1b22b3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions doc/bridle/releases/release-notes-3.7.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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``
Expand Down

0 comments on commit c1b22b3

Please sign in to comment.