Nimish Telang
Nimish Telang
Actually, https://github.com/adafruit/circuitpython/tree/main/ports/cxd56 since CircuitPython supports the NuttX SPRESENSE board, it could be quicker. The drivers would need to be generalized a bit, but otherwise it looks clean enough.
>nsh> upy >MicroPython v1.19.1-24-gffb0e674b-dirty on 2022-06-25; nuttx [GCC 11.2.1] version >Use Ctrl-D to exit, Ctrl-E for paste mode >hello Got it to work, with caveats: the repl doesn't echo and...
Thanks! I can confirm that building it from source does work on 3.10 so there isn't much needed there if anything.
> Thank you very much for the contribution, but I don't want to include any third-party dependency unless it's really necessary. I've been thinking that one way to allow this...
@ali5h this works (thanks!) but is there integration into the bazel platform selection functions? I don't want separate targets for Linux and Mac. E.g. Something that works with https://docs.bazel.build/versions/master/platforms.html
Is that documented and supported anywhere? That would be the ideal case, for bazel to automatically pick up the right pip repo for the right target platform. E: should it...
@flit @0xc0170 -- any chance for a re-review?
Here's how Kafka connect handles it: https://www.confluent.io/blog/kafka-connect-deep-dive-error-handling-dead-letter-queues
There's definitely some bogus problems raised when dealing with zsh: ```zsh "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" ``` Is valid zsh but has a spurious parameter expansion error. Given macOS is shifting to zsh, I...
this is basically required to get sparselizard to work cleanly -- @halbux it'd be best to have this as the default and then you could override cmake w/ your custom...