Philip Woolford

Results 7 issues of Philip Woolford

Adds `extra(&self)` methods to configuration, endpoint and interface descriptors. Adds `port_number(&self)` method to devices. Access to the `extra` data from libusb is necessary in order to identify which devices have...

A user sent me a chat on Reddit asking for this. Tested locally on Shield v1.3.2

How do you get the crate to compile in no_std environments? running `cargo check --no-default-features --features hashbrown` give the following error importing `std`: ```bash error[E0433]: failed to resolve: use of...

As title implies. The example runs well and allows `A` inputs to spawn squares. However it crashes and kills atmosphere if you press `+` to exit.

This widens the implementation of the `Heap` struct into a `SegmentedHeap`, allowing multiple regions to be used for heap allocation. There is not, however, any fitting strategy - all allocations...

This refactor is aimed at fixing crashes found while testing the `gpu-simple` example applet. The following changes have been made: 1. made the allocator thread safe using `linked_list_allocator`'s `LockedHeap`. This...

Please see https://github.com/aarch64-switch-rs/nx/pull/25