Ryzee119

Results 38 issues of Ryzee119

Hello, great project, it is working very well for me. I did notice these small issues when working with the STM32F40 that may be worth looking at: ## Confusing comment...

When using `tusb_host_xfer_data` on a interrupt endpoint only the first packet is registered by my USB device. Subsequent packets are ignored. The `hc->toggle_out` variable is never toggled by `tusb_otg_out_channel_handler` ....

This is a replacement network driver that intends to improve network performance of nxdk and replace pktdrv. Will close https://github.com/XboxDev/nxdk/issues/460 and https://github.com/XboxDev/nxdk/issues/129. This work was started by @thrimbor and I...

There's instances in the cromwell code base of cursor offsets that are not aligned on 4 byte boundaries. The font render code does not check for this and results in...

### Operating System Windows 11 ### Board Teensy4.1 (EHCI) ### Firmware When unplugging a device on my Teensy4 board running the host EHCI backend I reliably hit this assert, particularing...

Bug 🐞

This adds support for the Xbox Live Communicator peripheral. As there's no GUI element yet, you connect this within the xemu monitor: ``` stop device_add usb-xblc,port=1.x.2 cont where x =...

**Describe the PR** I'm using the clang compiler which for our purposes the compiler attributes match GCC from what I can read. Although `TU_ATTR_WEAK` had to be changed to `__attribute__...

Asynchronous fileio has some limitations ref https://learn.microsoft.com/en-US/previous-versions/troubleshoot/windows/win32/asynchronous-disk-io-synchronous and https://github.com/JayFoxRox/nxdk/pull/45 Asynchronous file read/writes have these requirements generally: * They must use FILE_FLAG_NO_BUFFERING which has size and alignemnt requirements of the buffer...

Checklist for v1.0 release - [x] Test on v1.0 Xbox - [x] Test on v1.1-v1.3 Xbox - [x] Test on V1.4 Xbox - Ryzee119. This is my main dev xbox....