From ad1657f04b3421baa8a6383040be4d459c783fa8 Mon Sep 17 00:00:00 2001 From: Andrzej Kuros Date: Fri, 3 Jan 2025 08:52:24 +0100 Subject: [PATCH] modules: hal_nordic: remove setting of NRF_802154_USE_RAW_API MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The non-raw API has been removed from the nRF 802.15.4 Radio Driver. There is no need to set NRF_802154_USE_RAW_API macro anymore in CMakeLists.txt that integrates the driver. Signed-off-by: Andrzej KuroĊ› --- modules/hal_nordic/nrf_802154/CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/modules/hal_nordic/nrf_802154/CMakeLists.txt b/modules/hal_nordic/nrf_802154/CMakeLists.txt index 30c4c237a049eb..1fc5c85ec0b191 100644 --- a/modules/hal_nordic/nrf_802154/CMakeLists.txt +++ b/modules/hal_nordic/nrf_802154/CMakeLists.txt @@ -33,9 +33,6 @@ endif () target_compile_definitions(zephyr-802154-interface INTERFACE - # Radio driver shim layer uses raw api - NRF_802154_USE_RAW_API=1 - # Number of slots containing short addresses of nodes for which # pending data is stored. NRF_802154_PENDING_SHORT_ADDRESSES=${CONFIG_NRF_802154_PENDING_SHORT_ADDRESSES}