Tom
Tom
I was able to fix this issue by installing Node alongside to Bun. Unfortunately using Expo with Bun alone is not supported for the time being, because some processes are...
This would be a great addition, considering that in the future I would like to explore some way to support exception handling with Posix signals. MicroSEH could become the only...
> I think it's reasonable for a crate like this to support only the common use case - that is, for embedded someone will want a much more specific solution...
> is there any possibility for adding support of `windows-gnu` target? I think I have seen something about gcc having __try1 and __except1, but honestly I have very little experience...
That's interesting. The main reason I went with wrapping the MSVC SEH implementation was to quickly have support for all the archs supported by Windows. Writing the handler registration ourselves...
I'm afraid I may need a few more details about the error. Where are you running the PWA? On what OS are you running the server?
I am currently experiencing the same issue. By any chance, did you find what was wrong with it?
I tested Adafruit's TinyUSB abstraction for Arduino and it can reach 1kHz with the RP2040, even on the M1 Pro. For now (unfortunately) I think I'll have settle with that...
After further testing, I noticed that disabling the USB CDC Serial (which is enabled by default) in the Adafruit TinyUSB library results in the polling rate to get limited to...
Unfortunately not yet, I postponed the Gradle 8 update for now. Tbh the fix would be very simple. If the author won't work on it, I'll see if I can...