Sean Cross

Results 286 comments of Sean Cross

Here's a memory map from the EFM32HG by SiLabs, which is a bit on the advanced side but nicely shows how you'd expand on memory register regions. This is my...

![map](https://user-images.githubusercontent.com/238325/70817158-d8994280-1d85-11ea-8e5a-a54437dd85c7.jpg)

I spent a lot of time with the i.MX233 which has a bank of otp fuses. Here's the memory map from the reference manual: ![Screenshot_20191216_135253](https://user-images.githubusercontent.com/238325/70946091-66d22a80-200b-11ea-8463-28ab4a2f152b.jpg) Here's the full memory map,...

From the nRF52833 document: ![image](https://user-images.githubusercontent.com/238325/80165237-a0e0b800-860d-11ea-8735-99be15b4f4a1.png) Where, apropos of nothing, I found this SPI timing diagram: ![image](https://user-images.githubusercontent.com/238325/80165208-8c042480-860d-11ea-82e1-f5edd1d414ab.png)

![image](https://user-images.githubusercontent.com/238325/88880064-687cf580-d25e-11ea-9f67-0f00b0b19049.png) Discovered in the reference manual of an RZ/T1 -- this has four separate memory spaces, and so there are four columns.

Perhaps you're correct, and it's not important to document it. I installed Fedora Remix on another machine, and discovered that Windows Terminal does indeed discover the new distro when it...

There's a section in the README.md document that says to either install this from `$env:TEMP\temp\crossmeta` or `$env:TEMP\crossmeta` (it's unclear which). However, that does not solve the problem. I have tried...

That's what I did. I ran it from an elevated Administrator prompt, and still got the error. The files got installed, however I was not able to start the service....

I'm not sure if this is expected or not, but when I use `read_all()` on a stream with this patch it panics: ``` thread '' panicked at 'called `Result::unwrap()` on...

My mistake, thanks. In that case, I suppose this patch is an improvement on the situation, since I get the error with this patchset. However, it doesn't seem to actually...