Philip Howard
Philip Howard
I've rebased this and will bump our latest builds to make sure everything still works as expected. I wanted to add some means of configuring the allocation of PSRAM into...
> @Gadgetoid Do you have time to address those? Thanks! On it!
Looks like fixing this is a TODO: https://github.com/micropython/micropython/blob/4d16a9cced42ad0a298f1be8b993357abe7398ab/py/objint.c#L392 Judging by it hitting `int_from_bytes`, `mp_obj_int_from_bytes_impl` and `mpz_set_from_bytes` and trying to work with arbitrary-sized ints, across multiple long-int implementations... it's a spicy...
I, too, found behaviour not sufficiently explained by the errata as currently documented and reported it via launch partner channels three weeks ago. For posterity the report was as follows:...
> So you should change your circuit to reduce the resistor values for USER_SW, like puttiing two of them parallel instead in series. Already on that. RCS is boot chip...
> I am glad to hear I'm not hallucinating about this being more pervasive than RSP2350-E9 indicates. @dhalbert believe me, so was I 😆 took me a day or two...
How about: ```python import ezwifi ezwifi.connect(pin_on=8, pin_out=11, pin_in=11, pin_wake=11, pin_clock=10, pin_cs=9) ``` I've pushed a commit to make this work, though it strikes me that it's not very... ez...
New development: https://github.com/pimoroni/ezwifi-micropython EzWiFi still still get vendored into individual products, but it makes sense to have a source of truth for the library so these little improvements don't get...
Looks like I never hit submit on my message about the other tweak... https://github.com/pimoroni/plasma/pull/8/commits/c0dbbd388445583d213dd0c57ce27b3c73e608e4 Just using `spce=True` will automatically use the Plasma SPCE pins and avoid having to add them...
Looks like we need the ability to disable/bypass the envelope generator altogether? The >0ms transition times are *generally* intentional to avoid pops/clicks from harsh audio transitions, but it would seem...