Uri Shaked

Results 619 comments of Uri Shaked

Right now, I'm leaning more towards "collections" instead of folders. So you could organize projects (either yours or other's public projects) into a collection, in a way similar to YouTube...

This feature request has almost made it to the [top of the list](https://wokwi.com/features), so I'm starting to plan the implementation. My thoughts so far: There will be two kinds of...

> Pretty quickly people will just have to find workarounds to undo them What do you mean by "undoing them"?

Thanks for the feedback! Some of this is already implemented: 1. For rust and micropython, we have https://wokwi.com/rust and https://wokwi.com/micropython (more pages coming soon - maybe even this week -...

Thanks for reporting! Yeah, the Blue Pill STM32F103 is not fully supported yet. What peripherals do you use other than the ADC there?

Thanks for the super detailed response. Here's the current status: - RCC implemented - GPIO implemented - USART is implemented, but pin mapping is not fully working on the bluepill,...

Yes, SysTick is indeed supported. I'll take a look at what it would take to get USART to work so you can get started with unity. How would you prioritize...

Update: USART output should be working now

> I noticed that UART RX pin needs to be pulled up (not floating), to appear when pausing the simulation. Yeah, modeling the behavior correctly will require some non trivial...

Alright, I'll ping here once there's some progress with the ADC. Can you please open another issue for SPI?