- Nov 02, 2016
-
-
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.
-
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
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
Xtensa: Adapt co-processor state save/restore functions so that they are call-able from C with Windows ABI.
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Oct 29, 2016
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
Xtensa: Remove co-processor ownership array. I think that this is not needed (but I might be wrong).
-
Gregory Nutt authored
-
- Oct 28, 2016
-
-
Gregory Nutt authored
STM32F7:otgdev fixed typo
-