Added new Drivers/USB/LowLevel/Device.c file to house Device mode specific...
Added new Drivers/USB/LowLevel/Device.c file to house Device mode specific functions that are more complicated than simple macros. Moved USB_Device_SendRemoteWakeup() to the new Device.c source file and corrected it to unfreeze and restart the USB controller clock before issuing a Remote Wakeup request. Removed the USB_Device_IsRemoteWakeupSent() and USB_Device_IsUSBSuspended() macros, as they are now obsolete.
Showing
- Bootloaders/CDC/makefile 1 addition, 0 deletionsBootloaders/CDC/makefile
- Bootloaders/DFU/makefile 1 addition, 0 deletionsBootloaders/DFU/makefile
- Demos/Device/ClassDriver/AudioInput/makefile 1 addition, 0 deletionsDemos/Device/ClassDriver/AudioInput/makefile
- Demos/Device/ClassDriver/AudioOutput/makefile 1 addition, 0 deletionsDemos/Device/ClassDriver/AudioOutput/makefile
- Demos/Device/ClassDriver/DualVirtualSerial/makefile 1 addition, 0 deletionsDemos/Device/ClassDriver/DualVirtualSerial/makefile
- Demos/Device/ClassDriver/GenericHID/makefile 1 addition, 0 deletionsDemos/Device/ClassDriver/GenericHID/makefile
- Demos/Device/ClassDriver/Joystick/makefile 1 addition, 0 deletionsDemos/Device/ClassDriver/Joystick/makefile
- Demos/Device/ClassDriver/Keyboard/makefile 1 addition, 0 deletionsDemos/Device/ClassDriver/Keyboard/makefile
- Demos/Device/ClassDriver/KeyboardMouse/makefile 1 addition, 0 deletionsDemos/Device/ClassDriver/KeyboardMouse/makefile
- Demos/Device/ClassDriver/MIDI/makefile 1 addition, 0 deletionsDemos/Device/ClassDriver/MIDI/makefile
- Demos/Device/ClassDriver/MassStorage/makefile 1 addition, 0 deletionsDemos/Device/ClassDriver/MassStorage/makefile
- Demos/Device/ClassDriver/MassStorageKeyboard/makefile 1 addition, 0 deletionsDemos/Device/ClassDriver/MassStorageKeyboard/makefile
- Demos/Device/ClassDriver/Mouse/makefile 1 addition, 0 deletionsDemos/Device/ClassDriver/Mouse/makefile
- Demos/Device/ClassDriver/RNDISEthernet/makefile 1 addition, 0 deletionsDemos/Device/ClassDriver/RNDISEthernet/makefile
- Demos/Device/ClassDriver/VirtualSerial/makefile 1 addition, 0 deletionsDemos/Device/ClassDriver/VirtualSerial/makefile
- Demos/Device/ClassDriver/VirtualSerialMouse/makefile 1 addition, 0 deletionsDemos/Device/ClassDriver/VirtualSerialMouse/makefile
- Demos/Device/Incomplete/Sideshow/makefile 1 addition, 0 deletionsDemos/Device/Incomplete/Sideshow/makefile
- Demos/Device/LowLevel/AudioInput/makefile 1 addition, 0 deletionsDemos/Device/LowLevel/AudioInput/makefile
- Demos/Device/LowLevel/AudioOutput/makefile 1 addition, 0 deletionsDemos/Device/LowLevel/AudioOutput/makefile
- Demos/Device/LowLevel/DualVirtualSerial/makefile 1 addition, 0 deletionsDemos/Device/LowLevel/DualVirtualSerial/makefile
Loading
Please register or sign in to comment