Uri Shaked

Results 619 comments of Uri Shaked

You may be able to obtain some through [TinyTapeout](https://TinyTapeout.com)

For project selection, you may want to go with something like the [PY32F002A](https://www.lcsc.com/product-detail/Microcontroller-Units-MCUs-MPUs-SOCs_PUYA-PY32F002AW15U6TR_C5291740.html) instead of the ATtiny? Cheaper and the footprint is also smaller (QFN-16), if I'm not mistaken

Thanks for reporting! Have you tested this on a physical device? Does it behave differently?

An alternative is to have a GitHub action that publishes the list of PDKs to a github pages site, and then volare can get the list from the gh pages...

They don't :)

Thanks for reporting! Should be fixed in the latest release (2.5.3) of the VS Code extension. Can you please test and report the results?

Thanks for reporting! If I understand correctly, the prints go to the Serial JTAG UART?

Update: we now have support for logging to the serial JTAG UART. It can be enabled by adding an `attr` to diagram.json: https://docs.wokwi.com/guides/esp32/#usb-cdc-serial-over-usb-support

Looks like a duplicate of #105 ?

The short answer is that you have to implement the actual SPI pin logic yourself - rp2040js only gives you the high level interface, it doesn't actually implement the low...