Skip to content

Commit

Permalink
fixup! modules: hal_nordic: rework resource reservations
Browse files Browse the repository at this point in the history
  • Loading branch information
e-rk committed Oct 21, 2024
1 parent acf927e commit 60f87e8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions modules/hal_nordic/nrfx/nrfx_config_reserved_resources.h
Original file line number Diff line number Diff line change
Expand Up @@ -847,8 +847,8 @@ BUILD_ASSERT((NRFX_PPIB_020_030_CHANNELS_USED_BY_802154_DRV &
(NRFX_PPI_CHANNELS_USED_BY_BT_CTLR | NRFX_PPI_CHANNELS_USED_BY_802154_DRV | \
NRFX_PPI_CHANNELS_USED_BY_MPSL)

#define NRFX_DPPI_CHANNELS_USED 0
#define NRFX_DPPI_GROUPS_USED 0
#define NRFX_DPPI_CHANNELS_USED NRFX_DPPI0_CHANNELS_USED
#define NRFX_DPPI_GROUPS_USED NRFX_DPPI0_GROUPS_USED

/** @brief Bitmask that defines PPI groups that are reserved for use outside
* of the nrfx library.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -191,8 +191,8 @@ BUILD_ASSERT((NRFX_PPIB_{{ppib[0]}}_{{ppib[1]}}_CHANNELS_USED_BY_802154_DRV &
NRFX_PPI_CHANNELS_USED_BY_802154_DRV | \
NRFX_PPI_CHANNELS_USED_BY_MPSL)

#define NRFX_DPPI_CHANNELS_USED 0
#define NRFX_DPPI_GROUPS_USED 0
#define NRFX_DPPI_CHANNELS_USED NRFX_DPPI0_CHANNELS_USED
#define NRFX_DPPI_GROUPS_USED NRFX_DPPI0_GROUPS_USED

/** @brief Bitmask that defines PPI groups that are reserved for use outside
* of the nrfx library.
Expand Down

0 comments on commit 60f87e8

Please sign in to comment.