mirror of https://github.com/ARMmbed/mbed-os.git
NRF52840: enable TRNG in Nordic SDK config
parent
ecb444b989
commit
30e747760a
|
@ -1047,7 +1047,7 @@
|
||||||
// <i> The nRF HW backend provide access to RNG peripheral in nRF5x devices.
|
// <i> The nRF HW backend provide access to RNG peripheral in nRF5x devices.
|
||||||
//==========================================================
|
//==========================================================
|
||||||
#ifndef NRF_CRYPTO_BACKEND_NRF_HW_RNG_ENABLED
|
#ifndef NRF_CRYPTO_BACKEND_NRF_HW_RNG_ENABLED
|
||||||
#define NRF_CRYPTO_BACKEND_NRF_HW_RNG_ENABLED 0
|
#define NRF_CRYPTO_BACKEND_NRF_HW_RNG_ENABLED 1
|
||||||
#endif
|
#endif
|
||||||
// <q> NRF_CRYPTO_BACKEND_NRF_HW_RNG_MBEDTLS_CTR_DRBG_ENABLED - Enable mbed TLS CTR-DRBG algorithm.
|
// <q> NRF_CRYPTO_BACKEND_NRF_HW_RNG_MBEDTLS_CTR_DRBG_ENABLED - Enable mbed TLS CTR-DRBG algorithm.
|
||||||
|
|
||||||
|
@ -2921,7 +2921,7 @@
|
||||||
// <e> NRFX_RNG_ENABLED - nrfx_rng - RNG peripheral driver
|
// <e> NRFX_RNG_ENABLED - nrfx_rng - RNG peripheral driver
|
||||||
//==========================================================
|
//==========================================================
|
||||||
#ifndef NRFX_RNG_ENABLED
|
#ifndef NRFX_RNG_ENABLED
|
||||||
#define NRFX_RNG_ENABLED 0
|
#define NRFX_RNG_ENABLED 1
|
||||||
#endif
|
#endif
|
||||||
// <q> NRFX_RNG_CONFIG_ERROR_CORRECTION - Error correction
|
// <q> NRFX_RNG_CONFIG_ERROR_CORRECTION - Error correction
|
||||||
|
|
||||||
|
@ -4953,7 +4953,7 @@
|
||||||
// <e> RNG_ENABLED - nrf_drv_rng - RNG peripheral driver - legacy layer
|
// <e> RNG_ENABLED - nrf_drv_rng - RNG peripheral driver - legacy layer
|
||||||
//==========================================================
|
//==========================================================
|
||||||
#ifndef RNG_ENABLED
|
#ifndef RNG_ENABLED
|
||||||
#define RNG_ENABLED 0
|
#define RNG_ENABLED 1
|
||||||
#endif
|
#endif
|
||||||
// <q> RNG_CONFIG_ERROR_CORRECTION - Error correction
|
// <q> RNG_CONFIG_ERROR_CORRECTION - Error correction
|
||||||
|
|
||||||
|
@ -6848,7 +6848,7 @@
|
||||||
// <e> NRF_QUEUE_ENABLED - nrf_queue - Queue module
|
// <e> NRF_QUEUE_ENABLED - nrf_queue - Queue module
|
||||||
//==========================================================
|
//==========================================================
|
||||||
#ifndef NRF_QUEUE_ENABLED
|
#ifndef NRF_QUEUE_ENABLED
|
||||||
#define NRF_QUEUE_ENABLED 0
|
#define NRF_QUEUE_ENABLED 1
|
||||||
#endif
|
#endif
|
||||||
// <q> NRF_QUEUE_CLI_CMDS - Enable CLI commands specific to the module
|
// <q> NRF_QUEUE_CLI_CMDS - Enable CLI commands specific to the module
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue