Robert Lucian Chiriac
Robert Lucian Chiriac
I know you @dpgeorge already answered to @ouki-wang 's question, but what about now, after 2 years have passed? I precompiled a test python script using the version of micropython...
> The MICROPY_MODULE_FROZEN_STR option is only intended to be used to freeze .py scripts. It doesn't work if you try to freeze a .mpy. > There are a few different...
Thank you a lot for your support so far. That's really great! Okay, I've done the following things in the following order: 1. `make all` on this repo. 1. Ran...
Hi @dpgeorge, That was the missing link for sure. I got it to work. Thanks a lot for your support and for having the time to answer all these questions...
@dpgeorge Have you got any idea why `memoryview` class is not available in microbit's implementation? Is it a technical reason, probably due to the microbit's limits or am I missing...
I enabled the built-in memoryview object here: https://github.com/bbcmicrobit/micropython/blob/master/inc/microbit/mpconfigport.h#L72 And now I'm getting an `MP_QSTR_memoryview undeclared here (not in a function); did you mean MP_QSTR_remove?` error. This gets reported on line...
The version file wasn't generated and that's why I wasn't able to build the firmware. I generated the version file and then I was able to run `./tools/makeqstrhdr.sh` just fine....
Hey there @dpgeorge. After 2 months of silence, I'm getting back to this project - I had something else going on my plate in the meantime. Anyway, do you have...
Hi @dpgeorge , Yes, it was due to an old version of the KL26 firmware. I updated it and the problem went away. Thanks. By the way, I have successfully...
Well, you can download Raspbian For Robots that already has everything in it, or you can get a Raspbian and then run the above command and install it. Regardless, you...