- Feb 05, 2017
-
-
Gregory Nutt authored
inode_find: Now takes struct inode_desc_s type as input. This was necessary before that structure includes some data storage. It was used within inode_find(), but that means that the life of the data was the life of inode_find(). That data must persist longer. It is now provided by the caller so that the life of the data persists for the entire life of the caller.
-
- Feb 04, 2017
-
-
Gregory Nutt authored
-
Gregory Nutt authored
FS: Remove inode_search_nofollow(). That logic is no handled with a new field in the input argument structure.
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Feb 03, 2017
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
Soft links: Fix logic and remove kludge of last commit. Rename inode_dereference() as inode_linktarget() and make global.
-
Gregory Nutt authored
FS: Separate inode_search() and inode_free() from fs_inode.c and put in separate files. Flesh out symbolic link logic in stat() and readdir(). There are still some issues with stat().
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Feb 02, 2017
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Jan 31, 2017
-
-
Gregory Nutt authored
-
Gregory Nutt authored
STM32F429-DISCO: Move some board initialization logic that is not usuable because it lacks the configuration options to make it so
-
Gregory Nutt authored
STM32F7 SDMMC: Make sure that all SDMMC configuration variables begin with STM32F7_; Eliminate CONFIG_SDMMC1/2_DMA altogether. Does not appear to be used.
-
Gregory Nutt authored
-
Gregory Nutt authored
Timer logic: Add private function prototypes to eliminate a warning; Functions should not be inline because the may recurse.
-
Gregory Nutt authored
STM32F103-Minimum: Fix a compile error. CONFIG_STM32_TICKLESS_ONESHOT_TIMER is only defined in TICKLESS mode. Somebody has been hand editing .config files.
-
Gregory Nutt authored
-
Gregory Nutt authored
Merged in david_s5/nuttx-4/david_s5/stm32_sdioc-edited-online-with-bitbucket-1485885689555 (pull request #202) stm32_sdio.c edited online with Bitbucket
-
David Sidrane authored
-
Gregory Nutt authored
CONFIG_SDIO_DMA: Was been defined in several low-level architecute Kconfig files, but used at the highest levels in the code. Both are bad and both are fixed with this commit
-
Gregory Nutt authored
-
Gregory Nutt authored
Add capabilities() method to SDIO interface. Remove CONFIG_SDIO_WIDTH_D1_ONLY. That should not be a global propertie, but rather a capability/limitation of single slot when there may be multiple slots.
-
- Jan 30, 2017
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
Typos withim mtd/ with Macronix MX25L. In NuttX/drivers/mtd/Make.defs letters X between M and 25 are missing. Noted by Oleg Evseev.
-
- Jan 29, 2017
-
-
Gregory Nutt authored
-