.. |
DevChapter9.c
|
Move StdRequestType.h, StreamCallbacks.h, USBMode.h from the LowLevel USB driver directory to the HighLevel USB driver directory, where they are more suited.
|
2009-04-05 06:27:49 +00:00 |
DevChapter9.h
|
Move StdRequestType.h, StreamCallbacks.h, USBMode.h from the LowLevel USB driver directory to the HighLevel USB driver directory, where they are more suited.
|
2009-04-05 06:27:49 +00:00 |
Device.h
|
All comments in the library, bootloaders, demos and projects have now been spell-checked and spelling mistakes/typos corrected.
|
2009-04-01 13:53:58 +00:00 |
Endpoint.c
|
Move StdRequestType.h, StreamCallbacks.h, USBMode.h from the LowLevel USB driver directory to the HighLevel USB driver directory, where they are more suited.
|
2009-04-05 06:27:49 +00:00 |
Endpoint.h
|
Removed all binary constants and replaced with decimal or hexadecimal constants so that unpatched GCC compilers can still build the code without having to be itself patched and recompiled first.
|
2009-04-05 07:00:11 +00:00 |
Host.c
|
Move StdRequestType.h, StreamCallbacks.h, USBMode.h from the LowLevel USB driver directory to the HighLevel USB driver directory, where they are more suited.
|
2009-04-05 06:27:49 +00:00 |
Host.h
|
Removed all binary constants and replaced with decimal or hexadecimal constants so that unpatched GCC compilers can still build the code without having to be itself patched and recompiled first.
|
2009-04-05 07:00:11 +00:00 |
HostChapter9.c
|
The USB_Host_SendControlRequest() function no longer automatically selects the Control pipe (pipe 0), so that other control type pipes can be used with the function.
|
2009-04-14 08:35:47 +00:00 |
HostChapter9.h
|
The USB_Host_SendControlRequest() function no longer automatically selects the Control pipe (pipe 0), so that other control type pipes can be used with the function.
|
2009-04-14 08:35:47 +00:00 |
LowLevel.c
|
Move StdRequestType.h, StreamCallbacks.h, USBMode.h from the LowLevel USB driver directory to the HighLevel USB driver directory, where they are more suited.
|
2009-04-05 06:27:49 +00:00 |
LowLevel.h
|
Removed all binary constants and replaced with decimal or hexadecimal constants so that unpatched GCC compilers can still build the code without having to be itself patched and recompiled first.
|
2009-04-05 07:00:11 +00:00 |
OTG.h
|
All comments in the library, bootloaders, demos and projects have now been spell-checked and spelling mistakes/typos corrected.
|
2009-04-01 13:53:58 +00:00 |
Pipe.c
|
Move StdRequestType.h, StreamCallbacks.h, USBMode.h from the LowLevel USB driver directory to the HighLevel USB driver directory, where they are more suited.
|
2009-04-05 06:27:49 +00:00 |
Pipe.h
|
Removed all binary constants and replaced with decimal or hexadecimal constants so that unpatched GCC compilers can still build the code without having to be itself patched and recompiled first.
|
2009-04-05 07:00:11 +00:00 |