hal_nordic/nrfx
Alberto Escolar Piedras 827224f29e haly grtc: Use appropriate static inline macro
Use the NRFY static inline macro for the nrfy code,
so this code works properly for simulation too.

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
2024-04-19 14:09:47 +02:00
..
doc nrfx: Update to version 3.4.0 2024-03-12 13:47:46 +01:00
drivers nrfx: drivers: nrfx_uarte: Add event clearing after RX disable 2024-04-19 10:07:05 +02:00
hal nrfx: fix support for nRF54 Series in the PWM HAL 2024-04-08 14:31:52 +02:00
haly haly grtc: Use appropriate static inline macro 2024-04-19 14:09:47 +02:00
helpers nrfx: Update to version 3.4.0 2024-03-12 13:47:46 +01:00
mdk mdk: nrf54l15: Fix UARTE MAXCNT value 2024-04-19 10:07:05 +02:00
samples nrfx: Update to version 3.4.0 2024-03-12 13:47:46 +01:00
soc nrfx: Update to version 3.4.0 2024-03-12 13:47:46 +01:00
templates nrfx: Update to version 3.4.0 2024-03-12 13:47:46 +01:00
CHANGELOG.md nrfx: Update to version 3.4.0 2024-03-12 13:47:46 +01:00
README nrfx: Update to version 3.4.0 2024-03-12 13:47:46 +01:00
nrfx.h nrfx: Update to version 3.4.0 2024-03-12 13:47:46 +01:00

README

nrfx
####

Origin:
   https://github.com/NordicSemiconductor/nrfx/tree/v3.4.0

Status:
   v3.4.0

Purpose:
   With added proper shims adapting it to Zephyr's APIs, nrfx will provide
   peripheral drivers for Nordic SoCs.

Description:
   nrfx is a standalone set of drivers for peripherals present in Nordic
   Semiconductor's SoCs. It originated as an extract from the nRF5 SDK.
   The intention was to provide drivers that can be used in various
   environments without the necessity to integrate other parts of the SDK
   into them. For the user's convenience, the drivers come with the MDK
   package. This package contains definitions of register structures and
   bitfields for all supported SoCs, as well as startup and initialization
   files for them.

   Only relevant files from nrfx are imported. For instance, template files,
   the ones with startup code or strictly related to the installation of IRQs
   in the vector table are omitted in the import.

Dependencies:
   CMSIS header files

URL:
   https://github.com/NordicSemiconductor/nrfx

commit:
   7c47cc0a56ce44658e6da2458e86cd8783ccc4a2

Maintained-by:
   External

License:
   BSD-3-Clause

License Link:
   https://github.com/NordicSemiconductor/nrfx/blob/v3.4.0/LICENSE