ivmarkov

Results 697 comments of ivmarkov
trafficstars

There are literally TONS of fixes and improvements, but I'm completely underwater right now. Perhaps in a couple of weeks.

Then just use it? `esp-idf-*` does not differentiate between the individual c3 variants.

> > Then just use it? `esp-idf-*` does not differentiate between the individual c3 variants. > > Using PinDriver::input(peripherals.pins.gpio14) will cause an infinite reboot. OK. Show me how you would...

You might have better luck asking in the Matrix channel.

@DaneSlattery because this is a large effort with many moving parts, I hope you don't mind if I merge a portion of the changes already now? What I think is...

No idea, but to remove the Rust ESP IDF wrappers out of the equation, can you try with some of the C wifi examples and see if you still get...

> Do we know if an exception is raised whilst accessing atomics in psram, or does it just silently fail? If we can detect it, that at the very least...

> I'll try and find those answers and get back to you. > > In the meantime, the only truly bullet-proof way to solve this right now is to have...

> I wonder what they did for Cortex-M0/M0+ and such? See https://doc.rust-lang.org/std/sync/atomic/index.html#portability thumbv6m does not support CAS at all. If Cortex-M0/M0+ is always single-core (is it?) then disable-all-interrupts-one-way-or-another as a...