yf13 commented on code in PR #15800:
URL: https://github.com/apache/nuttx/pull/15800#discussion_r1950162244
##########
arch/arm/Kconfig:
##########
@@ -982,6 +982,7 @@ config ARCH_ARMV7R
default n
select ARCH_HAVE_CPUINFO
select ARCH_HAVE_PERF_EVENTS
+ select ARM_THUMB
Review Comment:
Per [ARM
document](https://developer.arm.com/documentation/dui0471/m/key-features-of-arm-architecture-versions/arm-architecture-v7-r?lang=en):
> ARMv7-R is a variant of the ARMv7 architecture targeted at the real-time
profile. The ARMv7-R architecture supports the ARM and Thumb instruction sets.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]