nihalpasham
nihalpasham
I've hit a wall trying to connect my nRF52840-mdk with a `specific i2c slave` (that sits in a port-expansion board). If you need more context, here's a link to the...
In order to port rustBoot to the `ATSAM4L8-XPRO` board, we'll need to implement a flash-driver written in rust. **Sub-tasks:** - [ ] The flash driver must read, write and erase...
Added a method named `read_multi` - reads multiple contiguous blocks of a file in a single read operation, without the extra overhead of additional `data-copying` of the existing `read` method....
Firstly, thank you for this repo. It saved me a ton of time. šš¾ (I'm posting this as an issue as I couldn't find a discussions tab) I'd like to...
### Operating System Info macOS 13 ### Other OS 13.1 ### OBS Studio Version 28.1.2 ### OBS Studio Version (Other) _No response_ ### OBS Studio Log URL https://obsproject.com/logs/AxE5S7V-IW_04LKl ### OBS...
Async/Await documentation does feel a bit daunting. For folks who are new to rust and `async/await`, I think PhilippĀ Oppermann'sĀ [blog](https://os.phil-opp.com/async-await/) is an excellent introduction to the subject. It starts...
tried to build the `imx8mevk` target and ran into the following compilation error. Output: ```sh npashi@regionaltantrums: /mnt/shared/devspace/rust/projects/exp/punchboot$ make SHELL='sh -x' CROSS_COMPILE=aarch64-linux-gnu- BOARD=board/imx8mevk MKIMAGE=mkimage_imx8 + which python3 + BOARD=board/imx8mevk /bin/python3 scripts/genconfig.py...
Iām new to LLVM. I was wondering if we can use Inkwell to write a backend for a very simple target, such as a tiny micro-controller. Are there any limitations...