aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2011-05-27 03:05:50 +0000
committerDean Camera <dean@fourwalledcubicle.com>2011-05-27 03:05:50 +0000
commit7e1e23af5969b0553aa498e11cac021e4eee04c4 (patch)
treec6ed6381a2be7d3f5353c947a29d49bf1b2629c9 /LUFA
parent6e7fc21a94f29e09b4bdce7c17cade5b1322bc7d (diff)
downloadlufa-7e1e23af5969b0553aa498e11cac021e4eee04c4.tar.gz
lufa-7e1e23af5969b0553aa498e11cac021e4eee04c4.tar.bz2
lufa-7e1e23af5969b0553aa498e11cac021e4eee04c4.zip
Update trunk documentation for new LUFA release.
Diffstat (limited to 'LUFA')
-rw-r--r--LUFA/ManPages/ChangeLog.txt29
-rw-r--r--LUFA/ManPages/MigrationInformation.txt5
2 files changed, 27 insertions, 7 deletions
diff --git a/LUFA/ManPages/ChangeLog.txt b/LUFA/ManPages/ChangeLog.txt
index b0116d457..1ba3d37b9 100644
--- a/LUFA/ManPages/ChangeLog.txt
+++ b/LUFA/ManPages/ChangeLog.txt
@@ -9,6 +9,29 @@
* \section Sec_ChangeLogXXXXXX Version XXXXXX
* <b>New:</b>
* - Core:
+ * - Added USE_LUFA_CONFIG_HEADER compile time option to include a LUFAConfig.h header in the user director for LUFA configuration
+ * tokens as an alternative to tokens defined in the project makefile
+ * - Added new RNDIS Device Classs Driver packet send and receive functions
+ * - Library Applications:
+ * - Added new MediaControl project
+ * - Added new incomplete AndroidAccessoryHost Host LowLevel demo
+ * - Added RNDIS device mode to the Webserver project
+ *
+ * <b>Changed:</b>
+ * - Core:
+ * - <i>None</i>
+ * - Library Applications:
+ * - <i>None</i>
+ *
+ * <b>Fixed:</b>
+ * - Core:
+ * - <i>None</i>
+ * - Library Applications:
+ * - <i>None</i>
+ *
+ * \section Sec_ChangeLog110528 Version 110528
+ * <b>New:</b>
+ * - Core:
* - Added new ORDERED_EP_CONFIG compile time option to restrict endpoint/pipe configuration to ascending order
* in exchange for a smaller compiled program binary size
* - Added a new general RingBuff.h miscellaneous ring buffer library driver header
@@ -27,17 +50,11 @@
* - Internal restructuring for eventual multiple architecture ports
* - Added AVR32 UC3 architecture port (currently incomplete/experimental)
* - Added new architecture independant functions to enable, disable, save and restore the Global Interrupt Enable flags
- * - Added USE_LUFA_CONFIG_HEADER compile time option to include a LUFAConfig.h header in the user director for LUFA configuration
- * tokens as an alternative to tokens defined in the project makefile
- * - Added new RNDIS Device Classs Driver packet send and receive functions
* - Library Applications:
* - Added ability to write protect Mass Storage disk write operations from the host OS
* - Added new MIDIToneGenerator project
- * - Added new MediaControl project
* - Added new KeyboardMouseMultiReport Device ClassDriver demo
* - Added new VirtualSerialMassStorage Device ClassDriver demo
- * - Added new incomplete AndroidAccessoryHost Host LowLevel demo
- * - Added RNDIS device mode to the Webserver project
* - Added HID class bootloader, compatible with a modified version of the command line Teensy loader from PJRC.com
* - Added LED flashing to the CDC and DFU class bootloaders to indicate when they are running
*
diff --git a/LUFA/ManPages/MigrationInformation.txt b/LUFA/ManPages/MigrationInformation.txt
index 796e7235a..9276223fd 100644
--- a/LUFA/ManPages/MigrationInformation.txt
+++ b/LUFA/ManPages/MigrationInformation.txt
@@ -10,7 +10,10 @@
* to the next version released. It does not indicate all new additions to the library in each version change, only
* areas relevant to making older projects compatible with the API changes of each new release.
*
- * \section Sec_MigrationXXXXXX Migrating from 101122 to XXXXXX
+ * \section Sec_MigrationXXXXXX Migrating from 110528 to XXXXXX
+ * <i>None</i>
+ *
+ * \section Sec_Migration110528 Migrating from 101122 to 110528
* <b>Non-USB Library Components</b>
* - The TWI driver \ref TWI_StartTransmission() function return type has now changed, so that the function returns an
* error code from the \ref TWI_ErrorCodes_t enum instead of a boolean success flag. Existing code must now check