From 626e716175f8f559c5da3d0f7e9df9d2ba042edc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrzej=20Kuro=C5=9B?= 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. (cherry picked from commit ad1657f04b3421baa8a6383040be4d459c783fa8) Original-Signed-off-by: Andrzej KuroĊ› GitOrigin-RevId: ad1657f04b3421baa8a6383040be4d459c783fa8 Cr-Build-Id: 8726770422869298513 Cr-Build-Url: https://cr-buildbucket.appspot.com/build/8726770422869298513 Copybot-Job-Name: zephyr-main-copybot-downstream Change-Id: Iec72459899342a1bced3323110c72ba09513625d Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/zephyr/+/6140103 Tested-by: ChromeOS Prod (Robot) Bot-Commit: ChromeOS Prod (Robot) Commit-Queue: ChromeOS Prod (Robot) --- 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 30c4c237a04..1fc5c85ec0b 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}