Ferdia McKeogh

Results 22 issues of Ferdia McKeogh

Perhaps QEMU could be used to run tests in a no_std environment, especially since #27 involves manually implementing atomic operations.

help wanted

If I added the option to verify the checksum of the original and copied file, would it be the sort of thing you would merge?

Hello! Is there currently any way to manually list and select the OpenCL device? Thanks! :)

On 2 out of 4 tested chips, when running the example code, the device is not visible to iOS (tested on iPhone 7 and XS). All chips work with Android...

type: bug
area: beacons
status: needs code
hardware: nordic
area: hal

Some #[cfg]'s were added to work around the PACs not being consistent. Changes can be made to the SVDs to fix this, and once this is merged it should be...

hardware: nordic
area: hal
type: cleanup

After f3625616103b7e0afd3147ecc40cf7f29da4f3f7 moving Rubble into a library, testing and fuzzing is now possible, and should be implemented.

type: enhancement
status: needs code
area: testing

The SAADC can have multiple channels, and starting the `sample` task will result in all channels being read and DMA'd into memory. This is a useful feature and should probably...

`schedule_operation(Command::Block)` yields control but never returns back control even after an event is processed.

To merge https://github.com/StardustOS/stardust-oxide/pull/20 the background task was disabled and a single blocking `request` function is used which internally spins until the response is received. `request` should instead be async and...

Using a lazily initialised global Runtime in a library is resulting in `vendor/boxroot/boxroot.c:281: ring_push_back: Assertion '(*target)->hd.class == source->hd.class' failed` errors. # With Mutex Minimal test case with mutex: https://github.com/fmckeogh/ocaml-rust-minimal-failing-segfault/tree/f68ef75ace1d49599c9520e11fa1a4e05d3e94b7 (copied...