- Feb 13, 2017
-
-
Gregory Nutt authored
romfs: Simplify fstat() implementation. It is not necessary to save the file type at open, We know in this context that the file is a regular file.
-
- Feb 12, 2017
-
-
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
rename(): Correct more issues. (1) Move to the root directory in the pseudo file system, (2) Fix path naming calculation when the path is the root directory of a mounted file system, and (3) dont't do the rename if the source and destination of the rename are the same.
-
Gregory Nutt authored
-
- Feb 11, 2017
-
-
Gregory Nutt authored
-
Gregory Nutt authored
Add logic to VFS rename: If target of rename exists and is a directory, then the source file should be moved 'under' the target directory. POSIX also requires that if the target is a file, then that old file must be deleted.
-
Gregory Nutt authored
-
- Feb 10, 2017
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Alan Carvalho de Assis authored
-
- Feb 09, 2017
-
-
Gregory Nutt authored
Minor typos Approved-by: Gregory Nutt
-
Gregory Nutt authored
-
David Sidrane authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
Apparently setvbuf() size can be nonzero with _IONBF. That makes no sense, but is necessary if setbuf() is to work as it is defined at OpenGroup.org.
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
Merged in david_s5/nuttx-6/david_s5/typo-up_exitc-edited-online-with-bitbuck-1486672675169 (pull request #207) Typo up_exit.c edited online with Bitbucket Approved-by: Gregory Nutt
-
David Sidrane authored
-
Gregory Nutt authored
-
Gregory Nutt authored
STM32 & STM32F7 Fixes the bkp reference counter issue Approved-by: Gregory Nutt
-
Gregory Nutt authored
-
David Sidrane authored
-
David Sidrane authored
-
Gregory Nutt authored
-
David Sidrane authored
Allow for complete MCG_C2 definition from the boart.h file Moved #ifdef out of code by setting default values for Allow for individule bit setting in MCG_C2 for BOARD_EXTCLOCK_MCG_C2 BOARD_MCG_C2_FCFTRIM BOARD_MCG_C2_LOCRE0 Added range and sanity checking
-
David Sidrane authored
Added BOARD_MCG_C2_FCFTRIM and BOARD_MCG_C2_LOCRE0 to configure the MCG_C2 register cleanup of some comments
-
David Sidrane authored
Original BOARD_FR_DIV was never used - that is a good thing because the value ws definec shifted and the code also shifited it.
-
David Sidrane authored
-
David Sidrane authored
-