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:
committed by
Damien George
parent
36aa7545b0
commit
24482a93ef
@@ -87,6 +87,7 @@
|
|||||||
#endif
|
#endif
|
||||||
#elif PICO_RISCV
|
#elif PICO_RISCV
|
||||||
#define MICROPY_EMIT_RV32 (1)
|
#define MICROPY_EMIT_RV32 (1)
|
||||||
|
#define MICROPY_EMIT_INLINE_RV32 (1)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Optimisations
|
// Optimisations
|
||||||
|
|||||||
Reference in New Issue
Block a user