PaulStoffregen
39d9fdc386
Fix compiler warnings with USB audio
8 лет назад
PaulStoffregen
051474da89
Report number of fingers supported by USB Touchscreen
8 лет назад
PaulStoffregen
66c87d3276
Add multi-touch basic API (experimental)
8 лет назад
Fernando Trias
3a9025dd06
Add volume/mute feature to AudioInputUSB
Change descriptor and code to handle features for USB Audio
8 лет назад
PaulStoffregen
98fdbc89ae
Improve usb audio transmit startup, fixes Mac issues
8 лет назад
PaulStoffregen
6af8589c49
Use usb audio alternate setting info
8 лет назад
PaulStoffregen
fddf08842b
Add usb audio asychronous feedback endpoint (fixed data for now)
8 лет назад
PaulStoffregen
adca415331
Add AudioInputUSB - receive USB audio into audio library
8 лет назад
PaulStoffregen
425fe1288f
usb audio isochronous input/output
8 лет назад
PaulStoffregen
d277cbb65a
isochronous does not use data toggle
8 лет назад
PaulStoffregen
ae03ec67b9
USB audio control messages (adapted from MickMad)
8 лет назад
PaulStoffregen
1225f43fd0
Report Serial bool operator true only after 25 ms
Sometimes the PC or Mac drivers are not actually ready to begin receiving data immediately after they cause DTR or RTS to assert. This delay allows the PC to become ready before we tell sketches the Serial device is true (ready).
8 лет назад
PaulStoffregen
d1a6e77ad9
Begin work on MTP Disk
9 лет назад
PaulStoffregen
aa212b61e0
Defs for MK66FX1M0
9 лет назад
PaulStoffregen
9b8d74c089
Initial support for Teensy-LC
9 лет назад
PaulStoffregen
84f33fae1e
Add comment with links to other USB code
9 лет назад
PaulStoffregen
479bde6866
Use enum for IRQ numbers, rename mk20dx128.h to kinetis.h
10 лет назад
Andrew J. Kroll
c9d85378d7
Allow custom USB enumeration.
This patch simply checks if NUM_ENDPOINTS is defined, and will bypass the
built-in USB descriptor, device and memory code, and allows a custom setting.
This bug does not affect the IDE unless someone adds the custom option to
the boards.txt file, and provides replacement code in a library or sketch.
It can also be used to turn off USB by providing no replacements, while
allowing speeds >= 20MHz.
10 лет назад
PaulStoffregen
e42c5cefed
Support F_CPU < 20 MHz with USB disabled
10 лет назад
PaulStoffregen
d783be33c1
Clean up trailing whitespace
10 лет назад
Filipe Cabecinhas
adfcbea61c
Use the proper way to refer to gcc's asm extension so we can compile this in C standard mode.
10 лет назад
PaulStoffregen
c01d9cfcac
Fix USB Serial break on Teensy3 (needed by Labview)
http://forum.pjrc.com/threads/25350-Teensy-3-1-Serial-Break
10 лет назад
PaulStoffregen
482a1f2b5f
Fix USB endpoint read with no data (thanks nox771)
http://forum.pjrc.com/threads/24726-Teensy-3-0-Serial-available%28%29-bug?p=42926&viewfull=1#post42926
10 лет назад
PaulStoffregen
5cecdee933
Initial commit, version 1.17-rc1
11 лет назад