rp2/mpconfigport: Enable RV32 inline assembly support.

This commit enables by default inline assembly support for the RP2 target
when it is operating in RISC-V mode.  This brings the feature set when in
RISC-V mode to parity with what's available in ARM mode.

Signed-off-by: Alessandro Gatti <a.gatti@frob.it>
This commit is contained in:
Alessandro Gatti 2024-11-20 10:16:53 +01:00 committed by Damien George
parent 36aa7545b0
commit 24482a93ef

View file

@ -87,6 +87,7 @@
#endif
#elif PICO_RISCV
#define MICROPY_EMIT_RV32 (1)
#define MICROPY_EMIT_INLINE_RV32 (1)
#endif
// Optimisations