Scott Mabin

Results 110 issues of Scott Mabin
trafficstars

* note that esp8266 is not supported via openocd-esp32

enhancement

Seems like https://github.com/esp-rs/esp32/pull/14 has unfortunately & subtley broken the code gen for indexed registers.

bug

I seems slight changes to how we use svdtools can silently break our generated code. We should implment some sort of testing format, such that CI can catch these kind...

enhancement
help wanted
good first issue

Many of the generated (in particular the indexed ones) need to be manually derived. This is achieved in svdpatch [here](https://github.com/esp-rs/esp32/blob/c7734f4687093c75739c3312d5b956c1cd51a0bf/svd/patches/esp32.yaml#L17) When the peripherals are copied it leaves behind the base...

enhancement
help wanted
good first issue

Would be nice to have a nicer api instead of manually bit shifting, e.g Replace ```rust gpio_reg_x.write(|w| unsafe { w.bits(0x1

enhancement
help wanted
good first issue

We don't have support for rust-mbedtls on the esp-idf platform yet, but perhaps ring can help. We have a fork here: https://github.com/esp-rs-compat/ring with the required patches. Any rust crypto library...

This PR begins to separate the transport from the SD protocol, so we can use other interfaces such as SDIO. Before I went any further, I thought I'd better check...

I often reach for `heapless::Vec`, but find myself having to write a custom slice wrapper due to peripheral alignment constraints have you had any thoughts about introducing a way to...

enhancement
question

Draft because it's not _quite_ working yet. IR scanning fails in quite an odd way. ``` Sum of provided IR lengths (10) does not match length of IR scan (6...