projects
/
pub
/
lufa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
9965b2c
)
Minor documentation improvements.
author
Dean Camera
<dean@fourwalledcubicle.com>
Fri, 20 Dec 2013 09:19:33 +0000
(20:19 +1100)
committer
Dean Camera
<dean@fourwalledcubicle.com>
Fri, 20 Dec 2013 09:19:33 +0000
(20:19 +1100)
Demos/Device/ClassDriver/VirtualSerial/VirtualSerial.c
patch
|
blob
|
blame
|
history
Demos/Device/ClassDriver/VirtualSerialMassStorage/VirtualSerialMassStorage.c
patch
|
blob
|
blame
|
history
LUFA/DoxygenPages/ChangeLog.txt
patch
|
blob
|
blame
|
history
LUFA/DoxygenPages/LUFAPoweredProjects.txt
patch
|
blob
|
blame
|
history
Projects/LEDNotifier/LEDNotifier.c
patch
|
blob
|
blame
|
history
diff --git
a/Demos/Device/ClassDriver/VirtualSerial/VirtualSerial.c
b/Demos/Device/ClassDriver/VirtualSerial/VirtualSerial.c
index
56b248d
..
101e3a4
100644
(file)
--- a/
Demos/Device/ClassDriver/VirtualSerial/VirtualSerial.c
+++ b/
Demos/Device/ClassDriver/VirtualSerial/VirtualSerial.c
@@
-67,7
+67,7
@@
USB_ClassInfo_CDC_Device_t VirtualSerial_CDC_Interface =
};
/** Standard file stream for the CDC interface when set up, so that the virtual CDC COM port can be
};
/** Standard file stream for the CDC interface when set up, so that the virtual CDC COM port can be
- * used like any regular character stream in the C APIs
+ * used like any regular character stream in the C APIs
.
*/
static FILE USBSerialStream;
*/
static FILE USBSerialStream;
diff --git
a/Demos/Device/ClassDriver/VirtualSerialMassStorage/VirtualSerialMassStorage.c
b/Demos/Device/ClassDriver/VirtualSerialMassStorage/VirtualSerialMassStorage.c
index
6dc1ab6
..
6ce6b1b
100644
(file)
--- a/
Demos/Device/ClassDriver/VirtualSerialMassStorage/VirtualSerialMassStorage.c
+++ b/
Demos/Device/ClassDriver/VirtualSerialMassStorage/VirtualSerialMassStorage.c
@@
-92,7
+92,7
@@
USB_ClassInfo_MS_Device_t Disk_MS_Interface =
};
/** Standard file stream for the CDC interface when set up, so that the virtual CDC COM port can be
};
/** Standard file stream for the CDC interface when set up, so that the virtual CDC COM port can be
- * used like any regular character stream in the C APIs
+ * used like any regular character stream in the C APIs
.
*/
static FILE USBSerialStream;
*/
static FILE USBSerialStream;
diff --git
a/LUFA/DoxygenPages/ChangeLog.txt
b/LUFA/DoxygenPages/ChangeLog.txt
index
75a1c6c
..
9c8fd50
100644
(file)
--- a/
LUFA/DoxygenPages/ChangeLog.txt
+++ b/
LUFA/DoxygenPages/ChangeLog.txt
@@
-11,7
+11,7
@@
* - Library Applications:
* - Added new Bulk Vendor low level device demo
* - Added new libUSB host Python and NodeJS application examples for the class driver GenericHID demo (thanks to Laszlo Monda)
* - Library Applications:
* - Added new Bulk Vendor low level device demo
* - Added new libUSB host Python and NodeJS application examples for the class driver GenericHID demo (thanks to Laszlo Monda)
- * - Added new AVR8 USB option to keep 3.3V regulator enabled
+ * - Added new AVR8 USB option to keep 3.3V regulator enabled
(thanks to Michael Hanselmann)
*
* <b>Changed:</b>
* - Library Applications:
*
* <b>Changed:</b>
* - Library Applications:
diff --git
a/LUFA/DoxygenPages/LUFAPoweredProjects.txt
b/LUFA/DoxygenPages/LUFAPoweredProjects.txt
index
ff3b3f4
..
f698e4c
100644
(file)
--- a/
LUFA/DoxygenPages/LUFAPoweredProjects.txt
+++ b/
LUFA/DoxygenPages/LUFAPoweredProjects.txt
@@
-114,7
+114,6
@@
* \li PS/2 to USB adapter: https://github.com/makestuff/p2ukbd
* \li RaspiFace, an Arduino platform bridge for the Raspberry Pi: http://www.raspiface.com/
* \li Reflow oven controller: http://danstrother.com/2011/01/15/reflow-oven-controller/
* \li PS/2 to USB adapter: https://github.com/makestuff/p2ukbd
* \li RaspiFace, an Arduino platform bridge for the Raspberry Pi: http://www.raspiface.com/
* \li Reflow oven controller: http://danstrother.com/2011/01/15/reflow-oven-controller/
- * \li Reprap with LUFA, a LUFA powered 3D printer: http://code.google.com/p/at90usb1287-code-for-arduino-and-eclipse/
* \li RFPirate, a RF experimentation platform: https://github.com/ebuller/RF-Pirate
* \li RF Power Meter, based on the AD8307 log amp: https://sites.google.com/site/lofturj/ad8307-power-meter
* \li RF Transceiver using the MRF49XA: http://alternet.us.com/?page_id=1494
* \li RFPirate, a RF experimentation platform: https://github.com/ebuller/RF-Pirate
* \li RF Power Meter, based on the AD8307 log amp: https://sites.google.com/site/lofturj/ad8307-power-meter
* \li RF Transceiver using the MRF49XA: http://alternet.us.com/?page_id=1494
diff --git
a/Projects/LEDNotifier/LEDNotifier.c
b/Projects/LEDNotifier/LEDNotifier.c
index
e1d5dd9
..
da273b1
100644
(file)
--- a/
Projects/LEDNotifier/LEDNotifier.c
+++ b/
Projects/LEDNotifier/LEDNotifier.c
@@
-66,20
+66,20
@@
USB_ClassInfo_CDC_Device_t VirtualSerial_CDC_Interface =
},
};
},
};
-/** Counter for the software PWM */
+/** Counter for the software PWM
.
*/
static volatile uint8_t SoftPWM_Count;
static volatile uint8_t SoftPWM_Count;
-/** Duty cycle for the first software PWM channel */
+/** Duty cycle for the first software PWM channel
.
*/
static volatile uint8_t SoftPWM_Channel1_Duty;
static volatile uint8_t SoftPWM_Channel1_Duty;
-/** Duty cycle for the second software PWM channel */
+/** Duty cycle for the second software PWM channel
.
*/
static volatile uint8_t SoftPWM_Channel2_Duty;
static volatile uint8_t SoftPWM_Channel2_Duty;
-/** Duty cycle for the third software PWM channel */
+/** Duty cycle for the third software PWM channel
.
*/
static volatile uint8_t SoftPWM_Channel3_Duty;
/** Standard file stream for the CDC interface when set up, so that the virtual CDC COM port can be
static volatile uint8_t SoftPWM_Channel3_Duty;
/** Standard file stream for the CDC interface when set up, so that the virtual CDC COM port can be
- * used like any regular character stream in the C APIs
+ * used like any regular character stream in the C APIs
.
*/
static FILE USBSerialStream;
*/
static FILE USBSerialStream;