diff options
| author | Alessandro Gatti <a.gatti@frob.it> | 2024-05-22 08:07:26 +0200 |
|---|---|---|
| committer | Damien George <damien@micropython.org> | 2024-06-06 11:56:58 +1000 |
| commit | e6ae69999851c143e97f1214678e8f966ee69803 (patch) | |
| tree | 5424aa95263e91c16b6d008a10139eb581e8851a /py/py.cmake | |
| parent | 596f92bf77a44cefe5a3ec6e0c3fee8cfb5a3906 (diff) | |
py/nlrrv32: Add RISC-V RV32I NLR implementation.
Add custom NLR support for 32 bits RISC-V RV32I targets.
Signed-off-by: Alessandro Gatti <a.gatti@frob.it>
Diffstat (limited to 'py/py.cmake')
| -rw-r--r-- | py/py.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/py/py.cmake b/py/py.cmake index 95a841b5f..74a433c97 100644 --- a/py/py.cmake +++ b/py/py.cmake @@ -55,6 +55,7 @@ set(MICROPY_SOURCE_PY ${MICROPY_PY_DIR}/nlr.c ${MICROPY_PY_DIR}/nlrmips.c ${MICROPY_PY_DIR}/nlrpowerpc.c + ${MICROPY_PY_DIR}/nlrrv32.c ${MICROPY_PY_DIR}/nlrsetjmp.c ${MICROPY_PY_DIR}/nlrthumb.c ${MICROPY_PY_DIR}/nlrx64.c |
