27 Commits (39d6dd3dc6812b26b0c2f49b0a2615290ef88ba6)

Author SHA1 Message Date
patacongo a6d4497461 Additional patches from Petteri Aimonen for FAT, STM32 SPI, and AT25 12 years ago
patacongo fb94bc1258 The USB monitor now works with the stm32f4discover/nsh configuration (but not with the usbnsh configuration) 12 years ago
patacongo 2946cb47a8 USB monitor daemon updates 12 years ago
patacongo 79ccfa4ae6 Add syslog.h; rename lib_rawprintf() to syslog() 12 years ago
patacongo 12af0cacd6 Misc SYSLOG and STM32 serial fixes 12 years ago
patacongo b4db7635d8 Add configs/stm32f4discovery/usbnsh 12 years ago
patacongo b82c36961a Move stream data from TCB to task group structure. 12 years ago
patacongo 5b6482a22b Move file data from TCB to task group 12 years ago
patacongo f914a90556 apps/examples/nettest and poll: Complete Kconfig files 12 years ago
patacongo e9d0885500 Add logic to automatically unload module on exit; Several patches from Mike Smith 12 years ago
patacongo a568e1e63a Add a binary 'loader' so that builtin applications can be executed from the BINFS file system 12 years ago
patacongo 38efdf0ce3 Rename apps/include/apps.h to builtin.h. Move parts of apps/builtins/exec_builtin.c to binfmt/libbuiltin/libbuiltin_utils.c 12 years ago
patacongo 4f7967b4c6 apps/builtin/binfs.c moved to nuttx/fs/binfs/fs_binfs.c 12 years ago
patacongo 77efc9f9cd BINFS now supports open, close, and FIOC_FILENAME ioctl 12 years ago
patacongo fcb316906d Implement redirection of output from NSH builtin commands to a file in a mounted volume 12 years ago
patacongo cc3614dfe8 Finish dup logic for open files; fix bug in sigtimedwait(), would return wrong signo value if the signal was already pending 12 years ago
patacongo 930f9a1351 Add support for dup2'ing files. Infrastructure and ROMFS done. Still need FAT, BINFS, NXFFS, and NFS 12 years ago
px4dev 7c2445f74d Don't waste time printing when we have errors - that causes the master to time out 12 years ago
px4dev 811790a14f Checkpoint I2C slave work on IO 12 years ago
px4dev f127495caa Manually fixup merge botches via direct comparison with NuttX r5447. 12 years ago
Lorenz Meier 8b8330a015 Reverted nuttx merge, back to master 12 years ago
patacongo f552862bb5 Missing comma in EVERY DELFILE/DELDIR macro call in every Makefile 12 years ago
patacongo d4dca58d93 Most of the changes needed to support Windows native clean; distclean is has a problem 12 years ago
patacongo e24f408972 Mirtoo differences from Konstantin; File system fix from Lorenz Meier 12 years ago
patacongo 2581506dfb Move some (hopefully) un-necessary quotes in Makefiles for Mike 12 years ago
Lorenz Meier 1306008467 Fixed NuttX issue causing an assertion to trigger on unlinking / opening files 12 years ago
patacongo 63e8e1bed3 Correct some issues with last check-in; ez80 still does not build 12 years ago
patacongo a42dcee79d Completes removal bash ARCHIVE loop; Adds basic Makefile for native windows build 12 years ago
patacongo a18d038b81 Partial change: Removing bash ARCHIVE loop 12 years ago
patacongo 7bc6a69f46 ARM and ARMv7-M ELF support; STM32F4Discovery ELF loader test configuration 12 years ago
patacongo eb041b927a Fix some W25 driver errors 13 years ago
patacongo 57623d42eb Resync new repository with old repo r5166 13 years ago
patacongo 2aa4af7139 Remove executable property from source and make files 13 years ago
patacongo 84cfa6fceb Email address change in nuttx/ 13 years ago
patacongo 3ca467c029 Add beginning of a simple granule allocator to support DMA IO buffer allocation 13 years ago
patacongo 648420e67a Add support for DMA memory allocator to FAT file system 13 years ago
patacongo 835eef47bd More M3 Wildfire logic; mmap-related bug fixes from Kate 13 years ago
patacongo 2b424e0424 Some error handling bugs noted by Ronen Vainish 13 years ago
patacongo 58686d844f Shenzhou board is first to use ONLY Kconfig for configuration 13 years ago
patacongo 7a9e9d3833 Important FAT fix. Bad test would cause many un-necessary writes to FLASH. 13 years ago
patacongo bbe3db55f2 Add some protection to the priority inheritance logic when sem_post() is called from an interrupt handler 13 years ago
patacongo 064743fe72 Some STM32 USB OTG FS driver fixes 13 years ago
patacongo fca1ea81db I learned how to spell PSEUDO 13 years ago
px4dev 8a365179ea Fresh import of the PX4 firmware sources. 13 years ago
patacongo 3ec93230f3 Fix max filename size report by FAT statfs with long file names; Add missing logic to support fieldwidth and justification for %s format; Add extended help options. Default help command just shows a short list of commands. Verbose and single command help options 13 years ago
patacongo aa8c93baab Extend the NSH mount command so that it will enumerate mountpoints if no arguments are provided 13 years ago
patacongo 606c031000 Improve capability to traverse inodes in the NuttX psuedo-filesystem; now returns statfs 13 years ago
patacongo 07b635386d Add capability to traverse inodes in the NuttX psuedo-filesystem 13 years ago
patacongo a9ba8355fb Fix syslog mutual exclusion and interrupt level logic 13 years ago
patacongo 30e820d861 The initial SYLOG device logic was valiant but yet still not enough 13 years ago