modules: hal_nordic: nrfx_config: Align to updates in nrfx 3.1.0

Align config files to templates introduced with nrfx 3.1.0 release

Signed-off-by: Adam Wojasinski <adam.wojasinski@nordicsemi.no>
This commit is contained in:
Adam Wojasinski 2023-07-11 16:07:24 +02:00 committed by Carles Cufí
commit 9aeb497321
9 changed files with 76 additions and 32 deletions

View file

@ -280,6 +280,57 @@
#define NRFX_PPI_CONFIG_LOG_LEVEL 3
#endif
/**
* @brief NRFX_PRS_ENABLED
*
* Boolean. Accepted values 0 and 1.
*/
#ifndef NRFX_PRS_ENABLED
#define NRFX_PRS_ENABLED 0
#endif
/**
* @brief NRFX_PRS_CONFIG_LOG_ENABLED
*
* Boolean. Accepted values 0 and 1.
*/
#ifndef NRFX_PRS_CONFIG_LOG_ENABLED
#define NRFX_PRS_CONFIG_LOG_ENABLED 0
#endif
/**
* @brief NRFX_PRS_CONFIG_LOG_LEVEL
*
* Integer value.
* Supported values:
* - Off = 0
* - Error = 1
* - Warning = 2
* - Info = 3
* - Debug = 4
*/
#ifndef NRFX_PRS_CONFIG_LOG_LEVEL
#define NRFX_PRS_CONFIG_LOG_LEVEL 3
#endif
/**
* @brief NRFX_PRS_BOX_0_ENABLED
*
* Boolean. Accepted values 0 and 1.
*/
#ifndef NRFX_PRS_BOX_0_ENABLED
#define NRFX_PRS_BOX_0_ENABLED 0
#endif
/**
* @brief NRFX_PRS_BOX_1_ENABLED
*
* Boolean. Accepted values 0 and 1.
*/
#ifndef NRFX_PRS_BOX_1_ENABLED
#define NRFX_PRS_BOX_1_ENABLED 0
#endif
/**
* @brief NRFX_QDEC_ENABLED
*

View file

@ -35,9 +35,9 @@
*
* Integer value.
* Supported values:
* - RC = 0
* - XTAL = 1
* - Synth = 2
* - RC = 0
* - XTAL = 1
* - Synth = 2
* - External Low Swing = 131073
* - External Full Swing = 196609
*/

View file

@ -35,9 +35,9 @@
*
* Integer value.
* Supported values:
* - RC = 0
* - XTAL = 1
* - Synth = 2
* - RC = 0
* - XTAL = 1
* - Synth = 2
* - External Low Swing = 131073
* - External Full Swing = 196609
*/

View file

@ -35,9 +35,9 @@
*
* Integer value.
* Supported values:
* - RC = 0
* - XTAL = 1
* - Synth = 2
* - RC = 0
* - XTAL = 1
* - Synth = 2
* - External Low Swing = 131073
* - External Full Swing = 196609
*/

View file

@ -35,9 +35,9 @@
*
* Integer value.
* Supported values:
* - RC = 0
* - XTAL = 1
* - Synth = 2
* - RC = 0
* - XTAL = 1
* - Synth = 2
* - External Low Swing = 131073
* - External Full Swing = 196609
*/

View file

@ -35,9 +35,9 @@
*
* Integer value.
* Supported values:
* - RC = 0
* - XTAL = 1
* - Synth = 2
* - RC = 0
* - XTAL = 1
* - Synth = 2
* - External Low Swing = 131073
* - External Full Swing = 196609
*/
@ -626,14 +626,7 @@
* @brief NRFX_PWM_NRF52_ANOMALY_109_EGU_INSTANCE - EGU instance used by the nRF52 Anomaly 109
* workaround for PWM.
*
* Integer value.
* Supported values:
* - EGU0 = 0
* - EGU1 = 1
* - EGU2 = 2
* - EGU3 = 3
* - EGU4 = 4
* - EGU5 = 5
* Integer value. Minimum: 0 Maximum: 5
*/
#ifndef NRFX_PWM_NRF52_ANOMALY_109_EGU_INSTANCE
#define NRFX_PWM_NRF52_ANOMALY_109_EGU_INSTANCE 5

View file

@ -35,9 +35,9 @@
*
* Integer value.
* Supported values:
* - RC = 0
* - XTAL = 1
* - Synth = 2
* - RC = 0
* - XTAL = 1
* - Synth = 2
* - External Low Swing = 131073
* - External Full Swing = 196609
*/

View file

@ -35,9 +35,9 @@
*
* Integer value.
* Supported values:
* - RC = 0
* - XTAL = 1
* - Synth = 2
* - RC = 0
* - XTAL = 1
* - Synth = 2
* - External Low Swing = 131073
* - External Full Swing = 196609
*/

View file

@ -109,8 +109,8 @@
*
* Integer value.
* Supported values:
* - RC = 1
* - XTAL = 2
* - RC = 1
* - XTAL = 2
*/
#ifndef NRFX_CLOCK_CONFIG_LF_SRC
#define NRFX_CLOCK_CONFIG_LF_SRC 2
@ -278,7 +278,7 @@
* Integer value. Minimum: 0 Maximum: 7
*/
#ifndef NRFX_GPIOTE_DEFAULT_CONFIG_IRQ_PRIORITY
#define NRFX_GPIOTE_DEFAULT_CONFIG_IRQ_PRIORITY 3
#define NRFX_GPIOTE_DEFAULT_CONFIG_IRQ_PRIORITY NRFX_DEFAULT_IRQ_PRIORITY
#endif
/**