- Nov 15, 2016
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Eunbong Song authored
-
- Nov 14, 2016
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Kolb, Stefan authored
SAMV7 USBDEVHS: A problem occurred if the USB cable is unplugged while a large amount of data is send over an IN endpoint using DMA. If the USB cable is plugged in again after a few seconds it is not possible to send data over this IN endpoint again, all other endpoints work as expected. The problem occurs because if the USB cable is unplugged while an DMA transfer is in flight the transfer is canceled but the register SAM_USBHS_DEVDMACTRL is left in an undefined state. The problem was fixed the problem by resetting the register SAM_USBHS_DEVDMACTRL to a known state. Additionally all pending interrupts are cleared.
-
Gregory Nutt authored
-
Ramtin Amin authored
Misoc LM32: Corrects a bug that never occured in qemu on simulation or real fpga. The error was that the r1 register was being modified out of context switching and not restoring it.
-
- Nov 13, 2016
-
-
Alan Carvalho de Assis authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Nov 12, 2016
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Nov 10, 2016
-
-
Juha Niskanen authored
Patch brings strtol() and related functions more conformant with POSIX. Corner cases like strtol(-2147483648, NULL, 10) now pass clang -fsanitize=integer without warnings.
-
- Nov 09, 2016
-
-
Gregory Nutt authored
typos
-
Sebastien Lorquet authored
-
Sebastien Lorquet authored
-
Gregory Nutt authored
Change the way to configure quadrature encoder prescalers.
-
Sebastien Lorquet authored
-
Freddie Chopin authored
sem_wait() and sem_trywait() no longer modify the errno value UNLESS an error occurs. This allows these functions to be used internallly without clobbering the errno value.
-
- Nov 08, 2016
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Marc Rechté authored
-
Gregory Nutt authored
-
- Nov 07, 2016
-
-
Gregory Nutt authored
-
Ramtin Amin authored
LM32: Move interrupt definitions from common irq.h to lm32/irq.h. Remove unused misoc_uart.c and .h
-
Ramtin Amin authored
-
Gregory Nutt authored
-
Marc Rechté authored
STM37xx PWM: Add PWM driver support for STMF37xx. The changes have been tested successfuly for TIM4 and TIM17 (different IPs).
-
Gregory Nutt authored
-
Gregory Nutt authored
STM32F7 SD/MMC driver depends on CONFIG_SDIO_DMA which is only defined in stm32/Kconfig. Changed to CONFIG_STM32F7_SDMMC_DMA and defined in stm32f7/Kconfig.
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
stm32f7 important usb fixes
-