1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-12-02 10:24:11 +01:00
LibrePilot/flight/PiOS
Stacey Sheldon d7d670036b usb: make sure USB device is off limits until it has been init'ed
USB device was being accessed prior to being initialized.
This resulted in a hard-fault or NMI when using any endpoint
beyond 0 or 1 which are init'ed by the BL.  This broke VCP which
is on endpoint 2 (control) and 3 (data).

This bug was introduced in 5ad37e69 which stopped checking the
transfer_possible variable.
2012-05-20 13:28:16 -04:00
..
Boards Merge commit 'c4df0c0ceff8ba985bb20d815f27910b9e59d992' into revolution 2012-03-11 13:14:06 -05:00
Common usb util: Add common utility functions for USB descriptors 2012-05-19 16:14:10 -04:00
inc usb util: Add common utility functions for USB descriptors 2012-05-19 16:14:10 -04:00
STM32F4xx Make revolution work with the FreeRTOS queue based MPU6000 driver 2012-04-03 03:41:52 -05:00
STM32F10x usb: make sure USB device is off limits until it has been init'ed 2012-05-20 13:28:16 -04:00
pios.h Merge branch 'stac/revo-usb' into revolution 2012-03-02 13:00:13 -06:00