sipeed / MaixPy-v1

MicroPython for K210 RISC-V, let's play with edge AI easier
https://wiki.sipeed.com/maixpy
Other
1.68k stars 439 forks source link

Bug or other? #476

Open QiaoTuCodes opened 1 year ago

QiaoTuCodes commented 1 year ago

We can't useing the Native code emitter & Viper code emitter on canmv boards! why?

a sample here:

@micropython.viper
def foo(self, arg: int) -> int:
    # code
@micropython.native
def foo(self, arg: int) -> int:
    # code

We are test out any mpy-boards it's support this method in all micropython versions of anyway. but seem can not to be useing on the K210 chips? i don't know why? can you explain that? Thanks anyway!