DEBSOURCES
Skip Quicknav
sources / micropython / 1.25.0%2Bds-1 / tests / feature_check / inlineasm_xtensa.py
123456789
# check if Xtensa inline asm is supported @micropython.asm_xtensa def f(): ret_n() print("xtensa")