Bob Frazier
Bob Frazier
**Environment** Provide version numbers for the following components (information can be retrieved by running `tns info` in your project folder or by inspecting the `package.json` of the project): - CLI:...
To make this daemon truly universal it really needs to support more than just ALSA. For FreeBSD, OSS support would be helpful. Additionally, if you use fluidsynth as your tone...
Often a write from the host to the control channel, i.e. a type 0 packet immediately followed by a type 1 packet of arbitrary length, often fails in USB 2...
In particular, an OUT endpoint configured for bulk transfers (such as for CDC/ACM) can receive up to 3 packets that are rapid-fired at maximum bandwidth from the host, before it...
When NOT using the FIFO, interrupt storms significantly reduce performance without any real reason for being there. In short, the interrupt condition itself does not appear to be cleared properly,...
new DAC API added with latest commit. need to document it, and perform additional testing on platforms other than the xmega32e5 .
changes to Arduino project need porting into this one.
the HID implementation is basically broken. this appears to be due to some rather poor code in teh sample I derived it from. need to look at newer code (1.8.x)...
windows (specifically 7) is causing grief with the USB. unable to use mega2560 driver with it. shows up as 2 separate devices in device manager. Might be a problem that's...
work in progress, getting the USB code working. 'caterina' bootloader is apparently used by the Leonardo. To support identical functionality, port the caterina bootloader. need to determine if it can...