summaryrefslogtreecommitdiff
path: root/nuttx/fs
Commit message (Expand)AuthorAgeFilesLines
* Add Ken Pettit's SMART FSGregory Nutt2013-04-309-0/+3933
* Add configuration and example to test MTD partitionsGregory Nutt2013-04-304-15/+23
* Various Kconfig files still have references to CONFIG_ variables. Some in ha...Gregory Nutt2013-04-251-1/+1
* Fixes to strchr, mkfats, and NxWidgets from Petteri AimonenGregory Nutt2013-04-221-1/+1
* Fix comments, references to the old SVN, and links to the old SVN. Replace w...Gregory Nutt2013-04-191-1/+1
* Clone svn:ignore directory atributed to .gitignore filesGregory Nutt2013-04-041-0/+13
* FAT fixes for extending directory entries with long file names. From RonenVpatacongo2013-03-312-58/+104
* Add apps/system/ramtest. I will use this for the LPC1788 SDRAM bringuppatacongo2013-03-271-3/+3
* Change prototypes of up_create_stack and up_release_stack to include a task t...patacongo2013-03-201-2/+2
* Fix a FAT error when trying to create file in a non-existent directory. Repor...patacongo2013-03-202-12/+42
* Fix some ARMv7-M syscall logicpatacongo2013-03-121-0/+5
* More changes for a kernel-mode allocator (more to be done)patacongo2013-03-098-29/+33
* Fix network poll() issue: don't interrupt poll if socket not connected. Lis...patacongo2013-03-071-13/+44
* LPC1788 updates -- OS test configuration now workspatacongo2013-03-041-0/+1
* Buildroot now builds armv6-m toolchain; NuTiny configuration now uses buildro...patacongo2013-02-231-1/+3
* Add EMC register definitions for the LPC1788patacongo2013-02-121-5/+2
* Preserve access and creation flags with fcntl(F_SETFL)patacongo2013-02-121-2/+13
* Rename _TCB to struct tcb_spatacongo2013-02-041-2/+2
* Correct a memory leak in NSHpatacongo2013-02-021-1/+13
* New interface task_spawn(); exec_builtin() now uses task_spawn(); All argv ty...patacongo2013-02-021-1/+1
* Additional patches from Petteri Aimonen for FAT, STM32 SPI, and AT25patacongo2013-02-013-9/+12
* The USB monitor now works with the stm32f4discover/nsh configuration (but not...patacongo2013-01-291-0/+2
* USB monitor daemon updatespatacongo2013-01-291-2/+13
* Add syslog.h; rename lib_rawprintf() to syslog()patacongo2013-01-282-4/+4
* Misc SYSLOG and STM32 serial fixespatacongo2013-01-281-15/+34
* Add configs/stm32f4discovery/usbnshpatacongo2013-01-272-11/+14
* Move stream data from TCB to task group structure.patacongo2013-01-261-2/+3
* Move file data from TCB to task grouppatacongo2013-01-262-85/+24
* apps/examples/nettest and poll: Complete Kconfig filespatacongo2013-01-241-0/+4
* Add logic to automatically unload module on exit; Several patches from Mike S...patacongo2013-01-171-4/+6
* Add a binary 'loader' so that builtin applications can be executed from the B...patacongo2013-01-161-1/+1
* Rename apps/include/apps.h to builtin.h. Move parts of apps/builtins/exec_bu...patacongo2013-01-161-2/+1
* apps/builtin/binfs.c moved to nuttx/fs/binfs/fs_binfs.cpatacongo2013-01-1611-27/+563
* BINFS now supports open, close, and FIOC_FILENAME ioctlpatacongo2013-01-162-27/+37
* Implement redirection of output from NSH builtin commands to a file in a moun...patacongo2013-01-152-17/+19
* Finish dup logic for open files; fix bug in sigtimedwait(), would return wron...patacongo2013-01-1411-75/+317
* Add support for dup2'ing files. Infrastructure and ROMFS done. Still need F...patacongo2013-01-147-117/+209
* Missing comma in EVERY DELFILE/DELDIR macro call in every Makefilepatacongo2012-11-201-3/+3
* Most of the changes needed to support Windows native clean; distclean is has ...patacongo2012-11-171-5/+3
* Mirtoo differences from Konstantin; File system fix from Lorenz Meierpatacongo2012-11-151-0/+1
* Move some (hopefully) un-necessary quotes in Makefiles for Mikepatacongo2012-11-151-1/+1
* Correct some issues with last check-in; ez80 still does not buildpatacongo2012-11-111-1/+1
* Completes removal bash ARCHIVE loop; Adds basic Makefile for native windows b...patacongo2012-11-111-5/+5
* Partial change: Removing bash ARCHIVE looppatacongo2012-11-111-3/+1
* ARM and ARMv7-M ELF support; STM32F4Discovery ELF loader test configurationpatacongo2012-10-261-3/+4
* Fix some W25 driver errorspatacongo2012-10-041-8/+8
* Remove executable property from source and make filespatacongo2012-09-132-0/+0
* Email address change in nuttx/patacongo2012-09-1329-29/+29
* Add beginning of a simple granule allocator to support DMA IO buffer allocationpatacongo2012-09-113-7/+7
* Add support for DMA memory allocator to FAT file systempatacongo2012-09-114-6/+52