Chris Hemingway

Results 12 comments of Chris Hemingway

I am facing the same issue as well, on the M5StickV. Firmware version `M5StickV_v5.1.2` Micropython prompt: `MicroPython v0.5.0-98-g7ec09ea22-dirty on 2020-07-21; Sipeed_M1 with kendryte-k210` However, loading a built-in model does work,...

I also have this problem. If I login to bazaar using the following (After registering with launchpad, setting SSH keys): ``` bzr launchpad-login ``` I now get this error instead:...

Hi, Thanks for the quick response! I have a script, but I forgot to attach it, now added. It is based on your [openocd script](https://github.com/klemens-morgenstern/metal.test/blob/master/init-scripts/openocd) ``` monitor reset monitor halt...

Sorry no, I had that init-script originally, I just forgot to include it in the issue at the start. Unfortunately, `arm-none-eabi-gdb-py` does not run for me, its having some problems...

Thanks again I install python2.7, and libpython2.7, but no joy unfortunately. I suspect its an issue with using WSL Checking the interaction with GDB, I get the same log file...

Great news, I got the python version working! Thanks for your help! (I must not have installed Python properly), and it seems to hit the _exit breakpoint fine, and produces...

Great, thanks! I definately prefer the python version, agree with you on that, easier to get going plus tons of nice libraries as you say. Really appreciate the offer of...

Of those options, **2** sounds good to me! I suspect it could also implement **1** at runtime, if `__metal_impl` branched differently depending on pass/fail? I did try using the `METAL_RANGED`...

That was quick, thanks! Adding METAL_UNIT_ONLY_WARNINGS before `#include "metal/unit.h"` supresses all the assertion warnings for me, but I still get all the messages from `METAL_CALL`. I have opened a pull...

Ah makes sense, I didn't think properly about line numbers being an issue, but it totally would be easily broken. I guess it would need to be split into two...