- Jul 25, 2016
-
-
Gregory Nutt authored
Pwm_driver
-
jmacintyre authored
-
Gregory Nutt authored
-
Gregory Nutt authored
drivers/serial/pty.c, serial.c, usbdev/cdcacm.c, include/nuttx/fs/ioctl.h: Fix FIONWRITE and add FIONSPACE. All implementations of FIONWRITE were wrong. FIONWRITE should return the number of bytes waiting in the outgoing send queue, not the free space. Rather, FIONSPACE should return the free space in the send queue.
-
jmacintyre authored
-
Stefan Kolb authored
-
Gregory Nutt authored
-
- Jul 24, 2016
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
configs/stm32f4discovery/canard: Change version to lastet. Need to match change to apps/libcanard/Kconfig
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
SAM3/4 USB and USBMSC fixes.
-
Wolfgang Reissnegger authored
This fixes a race condition where the HW fills a FIFO bank while the SW is busy, resulting in out of sequence USB packets.
-
Wolfgang Reissnegger authored
-
Wolfgang Reissnegger authored
The scsi thread was waiting for the wrong condition. However, this was masked by the fact that the code creating the scsi thread was also holding usbmsc_scsi_lock(priv) while initializing data, hence this lock synchronized the scsi thread start with init completion.
-
Wolfgang Reissnegger authored
-
Wolfgang Reissnegger authored
-
- Jul 23, 2016
-
-
Wolfgang Reissnegger authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
Fix STM32 RTC Alarm interrupts. They were being enabled BEFORE the interrupt system was being initialized.
-
Gregory Nutt authored
-
Gregory Nutt authored
Back out last RTC alarm changes. I am mistaken, the interrupts are enabled by stm32[l4]_exti_alarm().
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Jul 22, 2016
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-