Reduced latency for executing the Start-Of-Frame events (if enabled in the user application).
This commit is contained in:
parent
e4f3d9957e
commit
100a197d0e
4 changed files with 21 additions and 19 deletions
|
|
@ -51,6 +51,7 @@
|
|||
* - Renamed the PRNT_Host_SendString(), CDC_Host_SendString() and CDC_Device_SendString() functions to *_SendData(), and
|
||||
* added new versions of the *_SendString() routines that expect a null terminated string instead
|
||||
* - Renamed all driver termination *_ShutDown() functions to the more logical name *_Disable()
|
||||
* - Reduced latency for executing the Start-Of-Frame events (if enabled in the user application)
|
||||
* - Library Applications:
|
||||
* - Changed the XPLAINBridge software UART to use the regular timer CTC mode instead of the alternative CTC mode
|
||||
* via the Input Capture register, to reduce user confusion
|
||||
|
|
|
|||
|
|
@ -43,6 +43,7 @@
|
|||
* - CAMTRIG, a remote Camera Trigger device: http://code.astraw.com/projects/motmot/camtrig
|
||||
* - CD Driver Emulator Dongle for ISO Files: http://cdemu.blogspot.com/
|
||||
* - ClockTamer, a configurable clock generator: http://code.google.com/p/clock-tamer/
|
||||
* - DIY PS3 controller emulator: https://code.google.com/p/diyps3controller/
|
||||
* - EMUCOMBOX, a USB-RS422 adapter for E-Mu Emax samplers: http://users.skynet.be/emxp/EMUCOMBOX.htm
|
||||
* - Estick JTAG, an ARM JTAG debugger: http://code.google.com/p/estick-jtag/
|
||||
* - "Fingerlicking Wingdinger" (WARNING: Bad Language if no Javascript), a MIDI controller: http://noisybox.net/electronics/wingdinger/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue