aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/XPLAINBridge
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2009-12-15 11:12:38 +0000
committerDean Camera <dean@fourwalledcubicle.com>2009-12-15 11:12:38 +0000
commit4f74075fad7f1e7a35d04ff534d9d6a57d2b97fc (patch)
tree22b46d9c6bb3a662e17476c2407ebf95c8ea4ba9 /Projects/XPLAINBridge
parent2f6c096050ee0057ccbff0ee87d58f72fae75748 (diff)
downloadlufa-4f74075fad7f1e7a35d04ff534d9d6a57d2b97fc.tar.gz
lufa-4f74075fad7f1e7a35d04ff534d9d6a57d2b97fc.tar.bz2
lufa-4f74075fad7f1e7a35d04ff534d9d6a57d2b97fc.zip
Speed up bit-banged USART code in the AVRISP project.
Fix project text files to refer to "project" instead of "demo".
Diffstat (limited to 'Projects/XPLAINBridge')
-rw-r--r--Projects/XPLAINBridge/XPLAINBridge.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/Projects/XPLAINBridge/XPLAINBridge.txt b/Projects/XPLAINBridge/XPLAINBridge.txt
index e90a2d614..ec6eee7eb 100644
--- a/Projects/XPLAINBridge/XPLAINBridge.txt
+++ b/Projects/XPLAINBridge/XPLAINBridge.txt
@@ -6,15 +6,15 @@
/** \mainpage XPLAIN UART Bridge Project
*
- * \section SSec_Compat Demo Compatibility:
+ * \section SSec_Compat Project Compatibility:
*
- * The following list indicates what microcontrollers are compatible with this demo.
+ * The following list indicates what microcontrollers are compatible with this project.
*
* - AT90USB1287
*
* \section SSec_Info USB Information:
*
- * The following table gives a rundown of the USB utilization of this demo.
+ * The following table gives a rundown of the USB utilization of this project.
*
* <table>
* <tr>
@@ -46,14 +46,14 @@
* host. When inserted, the device will enumerate as a regular COM port on the host, which can then be opened and data exchanged
* between the XMEGA and Host as if the XMEGA was connected directly to the host's serial port.
*
- * After running this demo for the first time on a new computer, you will need to supply the .INF file located in this demo
+ * After running this project for the first time on a new computer, you will need to supply the .INF file located in this project
* project's directory as the device's driver when running under Windows. This will enable Windows to use its inbuilt CDC drivers,
* negating the need for custom drivers for the device. Other Operating Systems should automatically use their own inbuilt CDC-ACM
* drivers.
*
* \section SSec_Options Project Options
*
- * The following defines can be found in this demo, which can control the demo behaviour when defined, or changed in value.
+ * The following defines can be found in this project, which can control the project behaviour when defined, or changed in value.
*
* <table>
* <tr>