Native/asm code generation decorators

Questions and discussion about The WiPy 1.0 board and CC3200 boards.
Target audience: Users with a WiPy 1.0 or CC3200 board.
Post Reply
birkenfeld
Posts: 8
Joined: Fri Oct 16, 2015 7:36 pm

Native/asm code generation decorators

Post by birkenfeld » Wed Oct 21, 2015 7:15 am

The "@micropython.native" and similar decorators seem to be unavailable on the Wipy. Is that for space reasons, or do the code emitters just not work for that chip?

User avatar
danicampora
Posts: 342
Joined: Tue Sep 30, 2014 7:20 am
Contact:

Re: Native/asm code generation decorators

Post by danicampora » Wed Oct 21, 2015 7:25 am

They are not there because of space reasons, just like decimal numbers.

birkenfeld
Posts: 8
Joined: Fri Oct 16, 2015 7:36 pm

Re: Native/asm code generation decorators

Post by birkenfeld » Wed Oct 21, 2015 7:45 am

OK, thanks! If I want to experiment with building my own firmware (maybe throwing out other stuff to trade off) what is the maximum size that can be uploaded?

User avatar
danicampora
Posts: 342
Joined: Tue Sep 30, 2014 7:20 am
Contact:

Re: Native/asm code generation decorators

Post by danicampora » Wed Oct 21, 2015 7:55 am

Around 192KB

Post Reply