enable fpu for pwr mgmt to save power

see documentation/release_notes.txt in SDK folder
This commit is contained in:
Shuanglei Tao
2025-07-26 23:32:24 +08:00
parent 7513a2fbd5
commit f585b592c6

View File

@@ -1791,7 +1791,7 @@
// <e> NRFX_CLOCK_ENABLED - nrfx_clock - CLOCK peripheral driver // <e> NRFX_CLOCK_ENABLED - nrfx_clock - CLOCK peripheral driver
//========================================================== //==========================================================
#ifndef NRFX_CLOCK_ENABLED #ifndef NRFX_CLOCK_ENABLED
#define NRFX_CLOCK_ENABLED 1 #define NRFX_CLOCK_ENABLED 0
#endif #endif
// <o> NRFX_CLOCK_CONFIG_LF_SRC - LF Clock Source // <o> NRFX_CLOCK_CONFIG_LF_SRC - LF Clock Source
@@ -2015,7 +2015,7 @@
// <e> NRFX_GPIOTE_ENABLED - nrfx_gpiote - GPIOTE peripheral driver // <e> NRFX_GPIOTE_ENABLED - nrfx_gpiote - GPIOTE peripheral driver
//========================================================== //==========================================================
#ifndef NRFX_GPIOTE_ENABLED #ifndef NRFX_GPIOTE_ENABLED
#define NRFX_GPIOTE_ENABLED 1 #define NRFX_GPIOTE_ENABLED 0
#endif #endif
// <o> NRFX_GPIOTE_CONFIG_NUM_OF_LOW_POWER_EVENTS - Number of lower power input pins // <o> NRFX_GPIOTE_CONFIG_NUM_OF_LOW_POWER_EVENTS - Number of lower power input pins
#ifndef NRFX_GPIOTE_CONFIG_NUM_OF_LOW_POWER_EVENTS #ifndef NRFX_GPIOTE_CONFIG_NUM_OF_LOW_POWER_EVENTS
@@ -2292,7 +2292,7 @@
// <e> NRFX_PRS_ENABLED - nrfx_prs - Peripheral Resource Sharing module // <e> NRFX_PRS_ENABLED - nrfx_prs - Peripheral Resource Sharing module
//========================================================== //==========================================================
#ifndef NRFX_PRS_ENABLED #ifndef NRFX_PRS_ENABLED
#define NRFX_PRS_ENABLED 1 #define NRFX_PRS_ENABLED 0
#endif #endif
// <q> NRFX_PRS_BOX_0_ENABLED - Enables box 0 in the module. // <q> NRFX_PRS_BOX_0_ENABLED - Enables box 0 in the module.
@@ -2987,7 +2987,7 @@
// <e> NRFX_SPIM_ENABLED - nrfx_spim - SPIM peripheral driver // <e> NRFX_SPIM_ENABLED - nrfx_spim - SPIM peripheral driver
//========================================================== //==========================================================
#ifndef NRFX_SPIM_ENABLED #ifndef NRFX_SPIM_ENABLED
#define NRFX_SPIM_ENABLED 1 #define NRFX_SPIM_ENABLED 0
#endif #endif
// <q> NRFX_SPIM0_ENABLED - Enable SPIM0 instance // <q> NRFX_SPIM0_ENABLED - Enable SPIM0 instance
@@ -3185,7 +3185,7 @@
// <e> NRFX_SPI_ENABLED - nrfx_spi - SPI peripheral driver // <e> NRFX_SPI_ENABLED - nrfx_spi - SPI peripheral driver
//========================================================== //==========================================================
#ifndef NRFX_SPI_ENABLED #ifndef NRFX_SPI_ENABLED
#define NRFX_SPI_ENABLED 1 #define NRFX_SPI_ENABLED 0
#endif #endif
// <q> NRFX_SPI0_ENABLED - Enable SPI0 instance // <q> NRFX_SPI0_ENABLED - Enable SPI0 instance
@@ -4951,7 +4951,7 @@
#ifndef SPI0_USE_EASY_DMA #ifndef SPI0_USE_EASY_DMA
#define SPI0_USE_EASY_DMA 1 #define SPI0_USE_EASY_DMA 0
#endif #endif
// </e> // </e>
@@ -6679,7 +6679,7 @@
#ifndef NRF_PWR_MGMT_CONFIG_FPU_SUPPORT_ENABLED #ifndef NRF_PWR_MGMT_CONFIG_FPU_SUPPORT_ENABLED
#define NRF_PWR_MGMT_CONFIG_FPU_SUPPORT_ENABLED 0 #define NRF_PWR_MGMT_CONFIG_FPU_SUPPORT_ENABLED 1
#endif #endif
// <q> NRF_PWR_MGMT_CONFIG_AUTO_SHUTDOWN_RETRY - Blocked shutdown procedure will be retried every second. // <q> NRF_PWR_MGMT_CONFIG_AUTO_SHUTDOWN_RETRY - Blocked shutdown procedure will be retried every second.