- Nov 03, 2016
-
-
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
-
Gregory Nutt authored
-
Gregory Nutt authored
Add pthread_mutexattr_get/set_protocol and non-standard sem_get/set_protocol. These may use to enable or disable priority inheritance on a single semaphore.
-
Gregory Nutt authored
-
- Nov 01, 2016
-
-
Gregory Nutt authored
Merged in david_s5/nuttx-9/david_s5/i-think-that-size-is-highest-address1-b-1478039243625 (pull request #163) I think, that Size is (highest address+1 - Base address)
-
David Sidrane authored
Base address has been removed and if address+count >= size we are outside of the Flash
-
Gregory Nutt authored
Review of last PR: Fix return value (ERROR is not a value return value in this context). Fix some spacing.
-
Gregory Nutt authored
-
Gregory Nutt authored
To write the last page
-
Aleksandr Vyhovanec authored
-
Aleksandr Vyhovanec authored
-
Alan Carvalho de Assis authored
-
Aleksandr Vyhovanec authored
-
- Oct 31, 2016
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Oct 30, 2016
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-