Re: [libopenstm32-devel] USB device support
Status: Inactive
Brought to you by:
uh1763
From: Gareth M. <ga...@bl...> - 2010-10-26 00:13:28
|
Hi Attached is an updated patch of the USB stack. Changes include: Examples have been added for DFU and HID device classes. The USB control code now provides a mechanism to notify the application when a transfer is complete. This was required for the implementation of the DFU class. Applications can now be notified of SUSPEND and RESUME events. The code style has been cleaned up: long lines broken, debugging junk removed, etc. The application may provide a larger buffer for control transfers: the libraries buffer is a weak symbol. To implement the DFU functions, I've added scb_reset_system() and scb_reset_core() functions. If there are no comments or suggestions can we please commit this to the repository. Regards, Gareth -- *Black Sphere Technologies Ltd.* Web: www.blacksphere.co.nz Mobile: +64 27 777 2182 Tel: +64 9 478 8885 Skype: gareth.mcmullin LinkedIn: http://nz.linkedin.com/in/gsmcmullin |