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:
parent
36aa7545b0
commit
24482a93ef
1 changed files with 1 additions and 0 deletions
|
|
@ -87,6 +87,7 @@
|
|||
#endif
|
||||
#elif PICO_RISCV
|
||||
#define MICROPY_EMIT_RV32 (1)
|
||||
#define MICROPY_EMIT_INLINE_RV32 (1)
|
||||
#endif
|
||||
|
||||
// Optimisations
|
||||
|
|
|
|||
Loading…
Reference in a new issue