From 696a1a0a13022d8308a3c3eb717fd92a1a5be49f Mon Sep 17 00:00:00 2001 From: Flavio Ceolin Date: Tue, 14 May 2024 15:52:50 -0700 Subject: [PATCH] doc: release-notes-3.7: Removed PCIe APIs Add information about PCIe APIs removed in this release. Signed-off-by: Flavio Ceolin --- doc/releases/release-notes-3.7.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/releases/release-notes-3.7.rst b/doc/releases/release-notes-3.7.rst index d4c2352b0755..bada62242800 100644 --- a/doc/releases/release-notes-3.7.rst +++ b/doc/releases/release-notes-3.7.rst @@ -40,6 +40,8 @@ Removed APIs in this release * The Bluetooth subsystem specific debug symbols are removed. They have been replaced with the Zephyr logging ones. + * Removed deprecated ``pcie_probe`` and ``pcie_bdf_lookup`` functions from the PCIe APIs. + Deprecated in this release ==========================