- Nov 13, 2016
-
-
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
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Ramtin Amin authored
LM32: Correct some assembly language interrupt handling issues. Now the basic port seems functional.
-
Lok Tep authored
-
- Nov 06, 2016
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
Fix armv7r
-
Gregory Nutt authored
-
Heesub Shin authored
Signal sent from work_signal() may interrupt the low priority worker thread that is already running. For example, the worker thread that is waiting for a semaphore could be woken up by the signal and break any synchronization assumption as a result. It also does not make any sense to send signal if it is already running and busy. This commit fixes it.
-