Skip to content

Commit

Permalink
modules: hal_nordic: remove setting of NRF_802154_USE_RAW_API
Browse files Browse the repository at this point in the history
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 ad1657f)

Original-Signed-off-by: Andrzej Kuroś <andrzej.kuros@nordicsemi.no>
GitOrigin-RevId: ad1657f
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) <chromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com>
Bot-Commit: ChromeOS Prod (Robot) <chromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com>
Commit-Queue: ChromeOS Prod (Robot) <chromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com>
  • Loading branch information
Andrzej Kuroś authored and Chromeos LUCI committed Jan 3, 2025
1 parent ef88524 commit 626e716
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions modules/hal_nordic/nrf_802154/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 626e716

Please sign in to comment.