Skip to content

Conversation

@maass-hamburg
Copy link
Member

  • use RISCV_ISA_RV64I to set 64BIT
  • use RISCV_ISA_EXT_F to set CPU_HAS_FPU
  • use RISCV_ISA_EXT_D to set CPU_HAS_FPU_DOUBLE_PRECISION

use CONFIG_RISCV_ISA_RV64I to set CONFIG_64BIT.

Signed-off-by: Fin Maaß <[email protected]>
use CONFIG_RISCV_ISA_EXT_F to set CONFIG_CPU_HAS_FPU.
Same for CONFIG_RISCV_ISA_EXT_D and
CONFIG_CPU_HAS_FPU_DOUBLE_PRECISION.

Signed-off-by: Fin Maaß <[email protected]>
@sonarqubecloud
Copy link

@maass-hamburg maass-hamburg added this to the v4.3.0 milestone Oct 23, 2025
@cfriedt cfriedt merged commit 24669df into zephyrproject-rtos:main Oct 24, 2025
30 of 33 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants