Daniel Maslowski
Daniel Maslowski
Yea, the LED goes off from its usual blinking when in suspend and I plug the hub in. I've just ordered a different but similar hub for testing, will check...
I did a few experiments now. - suspend works when the hub is already plugged in - the sudden shutoff did not occur while a charger was connected
So this other hub does _not_ cause the shutoff, luckily. That one: https://www.amazon.com/AmazonBasics-3-Port-Adapter-Gigabit-Ethernet/dp/B07V5K6LSF?th=1&psc=1
notes from my side (will be edited and updated to not expand the issue too much): - [oreboot](https://github.com/oreboot/oreboot) switched to using the embedded-hal model and PACs (where available) - WCH...
The Neotron had been mentioned in [Newsletter 20 back in 2019](https://blog.rust-embedded.org/newsletter-20/), and it has moved to its own org by now, added lots of stuff, including an RPi Pico based...
Bouffalo Lab have started a PAC .
So I checked because I noticed that go-multierror was already in the dependencies... https://www.libhunt.com/compare-multierr-vs-go-multierror Which led me to this: Apparently, Go 1.20 added native multi error support. https://www.reddit.com/r/golang/comments/z870te/multiple_error_wrapping_is_coming_in_go_120/ Anyway, I...
And the CI error basically says that we should upgrade to Go 1.19 at least (I would go straight to 1.21). ``` # go.uber.org/multierr /go/pkg/mod/go.uber.org/[email protected]/error.go:209:20: undefined: atomic.Bool note: module requires...
The dependency removal is the actual feature here; this before vs after should clarify it: ### before ``` bg-suite exec-tests -f ~/firmware/MSI/Cyborg\ 15\ A12VE/E15K1IMS.30B/E15K1IMS.30B For more information about the documents...
grammar fixed: ``` bg-suite exec-tests -f "/home/dama/firmware/MSI/Cyborg 15 A12VE/E15K1IMS.30B/E15K1IMS.30B" For more information about the documents and chapters, run: bg-suite -m All tests _________ 00 - FIT meets BootGuard requirements :...