mirror of
https://github.com/apache/nuttx.git
synced 2026-09-07 01:16:36 +00:00
arch: arm: Add 'select ARM_HAVE_WFE_SEV' to ARCH_CHIP_RP2040
Summary: - This commit adds 'select ARM_HAVE_WFE_SEV' to ARCH_CHIP_RP2040 - Now NuttX spinlock uses WFE/SEV to reduce power consumption - Also, modify a comment on rp2040 Impact: - rp2040 only Testing: - Tested with raspberrypi-pico:smp Signed-off-by: Masayuki Ishikawa <Masayuki.Ishikawa@jp.sony.com>
This commit is contained in:
parent
3e3af5b73d
commit
8085010ae8
1 changed files with 2 additions and 1 deletions
|
|
@ -231,8 +231,9 @@ config ARCH_CHIP_RP2040
|
|||
select ARCH_HAVE_RAMVECTORS
|
||||
select ARCH_HAVE_MULTICPU
|
||||
select ARCH_HAVE_TESTSET
|
||||
select ARM_HAVE_WFE_SEV
|
||||
---help---
|
||||
Raspberry Pi RP2040 architectures (ARM Cortex-M0+).
|
||||
Raspberry Pi RP2040 architectures (ARM dual Cortex-M0+).
|
||||
|
||||
config ARCH_CHIP_S32K1XX
|
||||
bool "NXP S32K1XX"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue