Uri Shaked

Results 619 comments of Uri Shaked

> https://github.com/wokwi/rp2040js/pull/117 includes a demo program that wires up two RP2040s and simulates a pullup/open collector bus between them. Thanks, very interesting to see this implementation. As far as I...

Oh, my bad - it's simulating two RP2040 MCUs and not both cores. Then obviously you don't need/want to share the peripherals between the cores. Cool demo!

Thanks for opening this request, I opened it for voting! Could Wokwi for VS Code also work for you? It might make more sense to implement this feature there.

Thanks for the suggestion! Opened this for [voting](https://wokwi.com/features?sort=newest#feature-1743466372)

https://wokwi.com/features?sort=newest#feature-1741447501

Thanks Sergio! I converted these into proper Wokwi templates, and they are now accessible from both the main page and [/rust](https://wokwi.com/rust): ![image](https://user-images.githubusercontent.com/892318/181237515-3a404485-6e67-4fd5-a235-3f937d8fa096.png)

Thank you! Both are up now

That's an interesting thought. So there are two alternatives: 1. Adding some kind of text/label primitive, which you can place in the diagram anywhere you like 2. Adding a new...

Update: we have a proof-of-concept implementation of a `wokwi-text` element: https://wokwi.com/projects/341085054102930004 The details (element name, attrs, default behavior, etc) are subject to change - looking to get some feedback so...