Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug or other? #476

Open
QiaoTuCodes opened this issue Dec 2, 2022 · 0 comments
Open

Bug or other? #476

QiaoTuCodes opened this issue Dec 2, 2022 · 0 comments

Comments

@QiaoTuCodes
Copy link

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant