Andrew Leech

Results 441 comments of Andrew Leech

> Regarding the comment above about `raise SystemExit`: actually this PR changes the behaviour, now if you `raise SystemExit` from the REPL it does nothing. Currently on master it will...

This has been rebased to master, taking into account the SystemExit stuff already merged.

> prints the parse tree out Thanks, I wasn't aware of this development feature. I also hadn't noticed the amount of overlap between pyexec/parse_compile_execute function and unix/main/execute_from_lexer() but there's probably...

This looks fantastic, thanks for your work! I've been _super_ keen to make mpremote work over network to a webrepl device but with 2 kids under 2 my project time...

I used to think the lack of debugger would be a deal-breaker, but in fact found the new ways of working that are possible changed the way I code. Things...

Now tested on nrf52840 dongle with the Adafruit UF2 bootloader: https://github.com/adafruit/Adafruit_nRF52_Bootloader/releases/download/0.6.3/pca10059_bootloader-0.6.3_s140_6.1.1.zip Flashed that on with nrfutil following adafruit instructions ``` pipx install adafruit-nrfutil adafruit-nrfutil --verbose dfu serial -p /dev/ttyACM0 -b...

Ok, I've tried running the ble multitests... it didn't go great. Initially they all failed, found a few issues, fixed a few issues. Currently, running with two nrf boards, I...

So coming back to this, for some reason the previous approach to flashing adafruit uf2 bootloader on the nordic nrf52840 dongle won't work for me anymore. Pressing the right-angle button...

It seems most multitests are unreliable, occasionally failing with a timeout. Other tests fail pretty much every time. So there's something not right with the integration so far. I just...

That's really interesting. The tests I was having issues with seemed fine going from pyb-d to stm32wb55 so it's definitely the nrf that's got issues compared to them. I did...