Skip to content

Commit

Permalink
release: add draft notes for upcoming 3.6.0
Browse files Browse the repository at this point in the history
Signed-off-by: Stephan Linz <[email protected]>
  • Loading branch information
rexut committed Jan 3, 2024
1 parent dd140ca commit a45df13
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions doc/bridle/releases/release-notes-3.6.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,11 @@ Change log

:brd:`NOT YET, tbd.`

* When ``getopt()`` is active (``CONFIG_SHELL_GETOPT=y``), the Zephyr shell
is not parsing command handler to print help message. It must be done
explicitly inside the command implementation.
* Update GPIO to use ``DT_HAS_<compat>_ENABLED`` Kconfig symbol to expose the
driver and enable it by default based on devicetree.
* Use *Board extensions* to extended Zephyr upstream board configurations.
In some situations, certain hardware description or choices can not be added
in the upstream Zephyr repository, but they can be in a downstream project,
Expand All @@ -163,8 +168,6 @@ Change log
* Add the new *PWM Servomotor Preset Snippet (pwm-servo)* for quite board
specific preperations of the standard Zephyr Servomotor sample. Add support
for the following boards:
* Update GPIO to use ``DT_HAS_<compat>_ENABLED`` Kconfig symbol to expose the
driver and enable it by default based on devicetree.

* Cytron Maker Pi RP2040

Expand Down

0 comments on commit a45df13

Please sign in to comment.