Scott Mabin

Results 110 issues of Scott Mabin

Just a brief skim of the code, it looks like the default formatting (no features enabled) doesn't use alloc or any std specific features? Could this crate be used in...

This is a continuation of the upstreaming effort from https://github.com/briansmith/ring/pull/1459. We would really like some feedback on this PR, we wish to use `ring` to secure millions of Espressif devices....

We could use the embedded async read/write/seek traits from https://github.com/embassy-rs/embedded-io/blob/master/src/asynch.rs. Note that until GATs are stable, this requires some nightly features. The hard part is how the blocking and async...

Are there any plans of supporting [exFAT](https://en.wikipedia.org/wiki/ExFAT) in the future?

enhancement

Currently dropping the fs also drops the inner disk. I think its fairly reasonable to expect to be able remount a filesystem, would you consider adding a non consuming unmount?...

enhancement

The only probe that implements jtag chain scanning is ftdi. AFAIK (and I'm not an expert on JTAG) scanning can be implemented with simple ir & dr transfers. It it...

enhancement

It seems when flashing, loading data is the most time consuming process (just may experience, may not always be the case). Reducing the number of bytes we have to transfer...

enhancement

We're looking to implement the required traits/executors for Espressif chips, do you have any pointers on what we'll need to implement in our HAL's? So far it looks like we'll...

Devices that need to be feature gated ([taken from stm](https://www.st.com/content/st_com/en/products/microcontrollers/stm32-32-bit-arm-cortex-mcus/stm32-ultra-low-power-mcus/stm32l4-series.html?querycriteria=productId=SS1580)): ### L4x6 - [ ] stm32l496 - [ ] stm32l4A6 - [ ] stm32l476 - [ ] stm32l486 ### L4x5...

help wanted
good first issue

I'd like to read an existing elf, change some things, add new sections etc. I can't seem to find a way to create an ELF writer from an existing elf...