modules: hal_nordic: nrfx_config: Update nrfx_config files to nrfx 3.0
Update config files to recently released with new nrfx 3.0 Signed-off-by: Adam Wojasinski <adam.wojasinski@nordicsemi.no>
This commit is contained in:
parent
785fd9a0b5
commit
1535e0f8ad
13 changed files with 10065 additions and 15771 deletions
|
@ -390,6 +390,7 @@
|
|||
#define NRF_PERIPH(P) P##_S
|
||||
#endif
|
||||
|
||||
#include <nrfx_config_common.h>
|
||||
#if defined(NRF51)
|
||||
#include <nrfx_config_nrf51.h>
|
||||
#elif defined(NRF52805_XXAA)
|
||||
|
|
29
modules/hal_nordic/nrfx/nrfx_config_common.h
Normal file
29
modules/hal_nordic/nrfx/nrfx_config_common.h
Normal file
|
@ -0,0 +1,29 @@
|
|||
/*
|
||||
* Copyright (c) 2022 - 2023, Nordic Semiconductor ASA
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
#ifndef NRFX_CONFIG_COMMON_H__
|
||||
#define NRFX_CONFIG_COMMON_H__
|
||||
|
||||
#ifndef NRFX_CONFIG_H__
|
||||
#error "This file should not be included directly. Include nrfx_config.h instead."
|
||||
#endif
|
||||
|
||||
/** @brief Symbol specifying major version of the nrfx API to be used. */
|
||||
#ifndef NRFX_CONFIG_API_VER_MAJOR
|
||||
#define NRFX_CONFIG_API_VER_MAJOR 3
|
||||
#endif
|
||||
|
||||
/** @brief Symbol specifying minor version of the nrfx API to be used. */
|
||||
#ifndef NRFX_CONFIG_API_VER_MINOR
|
||||
#define NRFX_CONFIG_API_VER_MINOR 0
|
||||
#endif
|
||||
|
||||
/** @brief Symbol specifying micro version of the nrfx API to be used. */
|
||||
#ifndef NRFX_CONFIG_API_VER_MICRO
|
||||
#define NRFX_CONFIG_API_VER_MICRO 0
|
||||
#endif
|
||||
|
||||
#endif /* NRFX_CONFIG_COMMON_H__ */
|
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue