Sean Cross

Results 332 comments of Sean Cross

Also note that interrupts do not appeared to be wired up -- `irq0` and `irq1` are not attached to anything.

As an update, Rust now has `#[cfg(target_has_atomic = 32)]` which can be used to omit such code on those platforms.

This patchset looks like it does two things: 1. Add a Dockerfile 2. Change the compiler to gcc-arm-none-eabi-5_4-2016q3 Please split the Dockerfile change into its own commit.

Thanks for recreating the pull request. I notice that libbcm2835 is licensed under GPL3, which would require that I relicense this project under GPL3. I prefer to keep it under...

I'm still trying to understand GPLv3, but according to https://tldrlegal.com/license/gnu-general-public-license-v3-(gpl-3) it says that `All code linked with GPL 3.0 source code must be disclosed under a GPL 3.0 compatible license.`...

That's my understanding of GPLv2, but for GPLv3 it seems like the entire work must be GPLv3. Specifically: ``` 5. Conveying Modified Source Versions. You may convey a work based...

@mateusz-holenko or @kgugala?

It looks like it broke again some time ago, and nothing changed in either `valentyusb` or the test suite. Any idea what it could be?

I agree -- this repo was the original one, but with the integration of libopencm3, it's seen fewer updates. Perhaps one approach would be to make this repo primarily for...

This is by design. `fomu-flash` doesn't use spidev. This is because `fomu-flash` supports dual, quad, and qpi modes, and also because I ran into some kernel bugs when using it....