- Nov 04, 2016
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
sem_setprotocol: Handle a case of missing proxy for sem_setprotocol. Reorder so that (1) this error is avoided, and (2) >No proxy is needed if priority inheritance is not enabled.
-
- Nov 03, 2016
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
arch: Disable priority inheritance on all semaphores used for signaling in the rest of the MCU drivers
-
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
Back out the rest of commit 1e754402. Newlib support will not be accepted into the NuttX repository.
-
Gregory Nutt authored
Back out the rest of commit 1e754402. Newlib support will not be accepted into the NuttX repository.
-
Spahlinger, Michael authored
SAMV7: Fix to SPI-Master driver. Without this the chip select decoding feature will not work properly
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Alan Carvalho de Assis authored
-
Gregory Nutt authored
drivers/serial.c: Make sure that priority inheritance is not enabled for the signaling semaphores used in the serial driver.
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
Semaphores: Provide macros for sem_setprotobol() and sem_getprotocol() if priority inheritance is not enabled. More SEM_PRIO_* definitions to include/nuttx/semaphore.h
-
- Nov 02, 2016
-
-
Gregory Nutt authored
-
Gregory Nutt authored
Move protoypes for the non-standard include/semaphore.h file to the non-standard include/nuttx/semaphore.h with the other non-standard semaphore interfaces.
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
spi: Fix Kconfig warning
-
Gregory Nutt authored
STM32 ADC: Fix compilation error when DMA isn't enabled
-
Paul A. Patience authored
This commit moves the ARCH_HAVE_SPI options outside the check for SPI. Those options don't depend on SPI, and Kconfig files in arch/ enable them even if SPI isn't enabled. Sourcing the driver's Kconfig in drivers/Kconfig only if support for the driver is enabled prevents us from defining these ARCH_HAVE options in the driver's Kconfig. We should probably remove the other checks in drivers/Kconfig and check if the drivers are enabled only in their Kconfig.
-
Paul A. Patience authored
-
Gregory Nutt authored
-