nuttx/arch/arm
Gregory Nutt 0536435ff8 Correct an error recently introduced in the STM32 and EFM32 USB host controller drivers.
The test for data partially transferred is incorrectec: chan->xfrd != xfrlen
Should be chan->xfrd > 0

From Ronly XLN.
2015-05-11 09:04:25 -06:00
..
include Adds support for STM32F302K8 and STM32F302K6. From Ben Dyer via PX4/David Sidrane. 2015-05-08 14:10:55 -06:00
src Correct an error recently introduced in the STM32 and EFM32 USB host controller drivers. 2015-05-11 09:04:25 -06:00
Kconfig Add option to enable stackcheck per architecture 2015-04-12 06:30:24 -06:00