We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bf86a3 commit 344357aCopy full SHA for 344357a
soc/raspberrypi/rpi_pico/rp2350/Kconfig
@@ -17,6 +17,7 @@ config SOC_RP2350A_M33
17
select CPU_CORTEX_M33
18
select CPU_HAS_ARM_MPU
19
select CPU_HAS_ARM_SAU
20
+ select CPU_HAS_FPU
21
22
config SOC_RP2350B_M33
23
select ARM
@@ -26,6 +27,7 @@ config SOC_RP2350B_M33
26
27
28
29
30
31
32
config RP2_REQUIRES_IMAGE_DEFINITION_BLOCK
33
bool
0 commit comments