Skip to content

Commit

Permalink
doc: release-notes: mention new cmake DT extensions
Browse files Browse the repository at this point in the history
Mention some new devicetree helpers and changes to existing ones.

Signed-off-by: Martí Bolívar <marti.bolivar@nordicsemi.no>
  • Loading branch information
mbolivar-nordic authored and cfriedt committed Dec 6, 2021
1 parent 2c5c622 commit 4d58ffe
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions doc/releases/release-notes-3.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,21 @@ USB
Build and Infrastructure
************************

* Build system

* New CMake extension functions:

* ``dt_alias()``
* ``target_sources_if_dt_node()``

* The following CMake extension functions now handle devicetree aliases:

* ``dt_node_exists()``
* ``dt_node_has_status()``
* ``dt_prop()``
* ``dt_num_regs()``
* ``dt_reg_addr()``
* ``dt_reg_size()``

* Devicetree

Expand Down

0 comments on commit 4d58ffe

Please sign in to comment.