Skip to content

Commit af20257

Browse files
committed
arch: arm: cortex_r: Enable Thumb2 instruction set support
The ARMv7-R architecture supports both Thumb-2 (T32) and ARM (A32) instruction sets. This commit selects the `ISA_THUMB2` symbol to indicate that the ARMv7-R architecture supports the Thumb-2 instruction set, which can be enabled by selecting the `COMPILER_ISA_THUMB2` symbol. Signed-off-by: Stephanos Ioannidis <[email protected]>
1 parent 1fbd084 commit af20257

File tree

1 file changed

+1
-0
lines changed
  • arch/arm/core/aarch32/cortex_r

1 file changed

+1
-0
lines changed

arch/arm/core/aarch32/cortex_r/Kconfig

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ config ARMV7_R
3333
bool
3434
select ATOMIC_OPERATIONS_BUILTIN
3535
select ISA_ARM
36+
select ISA_THUMB2
3637
help
3738
This option signifies the use of an ARMv7-R processor
3839
implementation.

0 commit comments

Comments
 (0)