- Jul 07, 2016
-
-
ziggurat29 authored
bulk IN endpoint before the loop that frees the requests via cdcasm_freereq. That function checks the parameters and skips the freeing if either is NULL. Freeing the bulk IN enpoint will cause the first param to be NULL, thereby bypassing the free operation. To fix, I moved the release of the bulk IN endpoint until after to loop (much as was the case for the OUT and read requests, which did not exhibit the problem).
-
ziggurat29 authored
-
- Jul 06, 2016
-
-
Gregory Nutt authored
STM32 timer. More clean up: Add all function prototypes. Reorder functions to match ordering in operations structure.
-
Gregory Nutt authored
STM32: Various fixed to get a clean compile after integrating tickless mode. Mostly because patch came from an old version of NuttX.
-
Gregory Nutt authored
-
Max Neklyudov authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Jul 05, 2016
-
-
Gregory Nutt authored
ioexpander/gpio: Add missing argument to gpin_read and gpout_read
-
Paul A. Patience authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Jul 04, 2016
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Jul 03, 2016
-
-
Gregory Nutt authored
-
Gregory Nutt authored
Freedom K64F: Add board_initialize() hooks and bringup C file like more contemporary board configurations
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Jul 02, 2016
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
Freedom K64F: Correct comments about VCOM serial console. Add pin multi-plexing disambiguaration for the VCOM UART pins.
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Jul 01, 2016
-
-
Gregory Nutt authored
-
Gregory Nutt authored
Add support for the NXP Freedom-K64F board. This is primarily the work of Jordan Macintyre. I leveraged this code from https://github.com/jmacintyre/nuttx-k64f
-
Gregory Nutt authored
arch/arm/kinetis: Completes moving register header files to kinetis/chip directory with all K64 changes.
-
Gregory Nutt authored
arch/arm/kinetis: Still moving register header files to kinetis/chip directory; still incorporating K64 differences.
-
Gregory Nutt authored
-
Gregory Nutt authored
arch/arm/kinetis: Still moving register header files to kinetis/chip directory; still incorporating K64 differences.
-