diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2011-01-08 00:54:30 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2011-01-08 00:54:30 +0000 |
commit | d1261468875f4772898c4395880735784e651d91 (patch) | |
tree | dbddf66e710d20786ad91c845a998eb1ca571c9c /LUFA/ManPages/ChangeLog.txt | |
parent | 1c74fd78bdd2362a1b6fd18a5a5d5bbbebc1d777 (diff) | |
download | lufa-d1261468875f4772898c4395880735784e651d91.tar.gz lufa-d1261468875f4772898c4395880735784e651d91.tar.bz2 lufa-d1261468875f4772898c4395880735784e651d91.zip |
The FAST_STREAM_TRANSFERS compile time option has been removed due to lack of use and low cost/benefit ratio.
Add GCC_FORCE_POINTER_ACCESS() macro use to the RingBuffer library header, to attempt to force GCC into producing more efficient code for manipulating the buffers.
Diffstat (limited to 'LUFA/ManPages/ChangeLog.txt')
-rw-r--r-- | LUFA/ManPages/ChangeLog.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/LUFA/ManPages/ChangeLog.txt b/LUFA/ManPages/ChangeLog.txt index 87aa5eedb..dc0ca01fd 100644 --- a/LUFA/ManPages/ChangeLog.txt +++ b/LUFA/ManPages/ChangeLog.txt @@ -25,6 +25,7 @@ * - Added new *_ENUMERROR_PipeConfigurationFailed error codes for the *_Host_ConfigurePipes() routines * - The USARTStream global is now public and documented in the SerialStream module, allowing for the serial USART * stream to be accessed via its handle rather than via the implicit stdout and stdin streams + * - The FAST_STREAM_TRANSFERS compile time option has been removed due to lack of use and low cost/benefit ratio * - 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 @@ -49,6 +50,7 @@ * - Fixed possible programming problem in the AVRISP-MKII clone project when programming specific patterns into a target * memory space that is only byte (not page) addressable * + * * \section Sec_ChangeLog101122 Version 101122 * <b>New:</b> * - Core: @@ -154,6 +156,7 @@ * - Fixed incorrect PollingIntervalMS values in the demo/project/bootloader endpoint descriptors (thanks to MCS Electronics) * - Fixed AVRISP-MKII clone project not starting the target's program automatically after exiting TPI programming mode * + * * \section Sec_ChangeLog100807 Version 100807 * <b>New:</b> * - Added new ADC_DisableChannel() function (thanks to Mich Davis) @@ -218,6 +221,7 @@ * - Fixed software application start command broken in the DFU class bootloader when dfu-programmer is used due to application * start address corruption * + * * \section Sec_ChangeLog100513 Version 100513 * <b>New:</b> * - Added incomplete MIDIToneGenerator project @@ -293,6 +297,7 @@ * request is being processed, causing possible lockups if a USB interrupt occurs during a transfer * - Remove incorrect Abstract Call Management class specific descriptor from the CDC demos, bootloaders and projects * + * * \section Sec_ChangeLog100219 Version 100219 * * <b>New:</b> @@ -349,6 +354,7 @@ * - Fixed AVRISP project not extending the command delay after each successful page/word/byte program * - Fixed accuracy of the SERIAL_UBBRVAL() and SERIAL_2X_UBBRVAL() macros for higher baud rates (thanks to Renaud Cerrato) * + * * \section Sec_ChangeLog091223 Version 091223 * * <b>New:</b> @@ -414,6 +420,7 @@ * - Fixed AVRISP project timeouts not checking for the correct timeout period (thanks to Carl Ott) * - Fixed STK525 Dataflash driver using incorrect bit-shifting for Dataflash addresses (thanks to Tim Mitchell) * + * * \section Sec_ChangeLog091122 Version 091122 * * <b>New:</b> @@ -461,6 +468,7 @@ * - Fixed LowLevel Keyboard demo not saving the issues report only after it has been sent to the host * - Fixed Endpoint_Write_Control_Stream_* functions not sending a terminating IN when given data Length is zero * + * * \section Sec_ChangeLog090924 Version 090924 * * <b>New:</b> |