- Jul 10, 2016
-
-
Gregory Nutt authored
-
Max Neklyudov authored
-
- Jul 09, 2016
-
-
Gregory Nutt authored
-
Gregory Nutt authored
VFS ioctl() again. Per comments from David Sidrane, file_ioctl() should not return success if the ioctl method is not supported. It probably should return ENOTTY in that case.
-
Wolfgang Reissnegger authored
-
Sagitta Li authored
-
- Jul 08, 2016
-
-
Gregory Nutt authored
stm32l4_tickless; avoid Lyme, support timers, pwm, oneshot, freerun, and tickless scheduling
-
ziggurat29 authored
-
ziggurat29 authored
-
ziggurat29 authored
-
ziggurat29 authored
-
ziggurat29 authored
-
ziggurat29 authored
-
ziggurat29 authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
Feature/stm32f4discovery can
-
Gregory Nutt authored
stm32_serial.c edited online with Bitbucket
-
Gregory Nutt authored
Upstream_nucleo 144
-
Frank Benkert authored
-
Matthias Renner authored
-
David Sidrane authored
stm32_serial.c edited online with Bitbucket
-
David Sidrane authored
-
David Sidrane authored
-
David Sidrane authored
-
- Jul 07, 2016
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
ziggurat29 authored
-
Gregory Nutt authored
Stm32l4 USB support
-
ziggurat29 authored
update usb dev/host controller drivers to reflect new(ish) logging standards; augment device enpoint and fifo allocation #defines to do more sanity checking, and be automatically adaptive to size changes. Update README.txt to reflect current status of the implementation.
-
ziggurat29 authored
Conflicts: configs/stm32l476vg-disco/nsh/defconfig
-
Gregory Nutt authored
cdcacm_unbind leaks write request objects. This arises due to freeing the
-
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).
-
Gregory Nutt authored
-
Gregory Nutt authored
-