37 Commits (a817dedf11f60cafee262e81531208a260b7f13a)

Author SHA1 Message Date
patacongo 94360f3474 With the last fixes to the STM32 OTG FS driver, the old poll hack no longer seems necessary 12 years ago
patacongo 79ccfa4ae6 Add syslog.h; rename lib_rawprintf() to syslog() 12 years ago
patacongo e96d8f046b Add a start hook that can be setup to call a function in the context of a new thread before the new threads main() has been called. 12 years ago
patacongo 5b6482a22b Move file data from TCB to task group 12 years ago
patacongo a2ec48846f Fix some missing logic and inconsistencies in child status logic; Fix a bug introduced into sigaction() 12 years ago
patacongo 25e9b8d084 Fix poll/select issue reported by Qiang 12 years ago
patacongo 63f8c0a954 Add option to used keyboard CODEC in apps/examples/keypadtest 12 years ago
patacongo 9375b285f2 More logic to use BASEPRI to control interrupts -- still doesn't work 12 years ago
patacongo e9d0885500 Add logic to automatically unload module on exit; Several patches from Mike Smith 12 years ago
patacongo 77efc9f9cd BINFS now supports open, close, and FIOC_FILENAME ioctl 12 years ago
patacongo 90a72e97d3 Implement vfork() for the MIPS32 architecture 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
patacongo b3f3dd123c Use SIGCHLD with waitpid(); implemented wait() and waitid() 12 years ago
patacongo db161f73bc Documentation update 12 years ago
patacongo 43e22b2b98 Fix an error handling bug in the fread logic 12 years ago
px4dev f127495caa Manually fixup merge botches via direct comparison with NuttX r5447. 12 years ago
patacongo 9f8f8fc6dc Add missing support for signal masks to posix_spawn. 12 years ago
patacongo 322e9d18c7 Completes implementation of posix_spawn. Still untested and undocumented 12 years ago
patacongo 3f4d206288 Rename arch/arm/src/lm3s to arch/arm/src/lm to allow a namespace that will include the lm4f 12 years ago
patacongo 23cc9f459c Eliminate arch/arc/src/lm3s/lm3s_internal.h; replace with several header files 12 years ago
patacongo 470c2e71df Correct some errors in the LPC17xx SYSCON register bit definitions (from Rommel Marcello) 12 years ago
patacongo 5c572a3cb5 Add tools/configure.c and configure.bat 12 years ago
patacongo c504d9e32e Renaming some files in tools/ 12 years ago
Lorenz Meier 8b8330a015 Reverted nuttx merge, back to master 12 years ago
patacongo c67fdb87f7 Patches from Petteri Aimonen (plus a few other things) 12 years ago
patacongo c2a284d25e Fix make export target 12 years ago
patacongo 14a896b205 Add basic hooks to support a PATH variable (more is needed) 12 years ago
patacongo 7a88e307e8 A few native window build updates 12 years ago
patacongo 1cb21ddcd1 A few more Windows native build fixes for eZ80 12 years ago
patacongo a69a97b03b move lib/ to libc/ to make room for a true lib/ directory. Rename libraries to match 12 years ago
patacongo 3ceeb8f9f0 Fix uClibc++ wstrlen bug 12 years ago
patacongo 7bc6a69f46 ARM and ARMv7-M ELF support; STM32F4Discovery ELF loader test configuration 12 years ago
patacongo 8345d911e0 Add a THTTPD configuration for the Shenzhou board (Darcy Gong) 13 years ago
patacongo ca71c149e2 Document problem with GCC 4.8.3 and the NXFLAT tools 13 years ago
patacongo b71fcbb0de More fixes for ldnxflat. There are still problems with the GCC 4.6.3 13 years ago
patacongo ed4550ff48 Rename gnu-nxflat.ld to gnu-nxflat-gotoff.ld; Add gnu-nxflat-pcrel.ld 13 years ago
patacongo 2981943392 Resync new repository with old repo r5166 13 years ago
patacongo 57623d42eb Resync new repository with old repo r5166 13 years ago
patacongo 1947d55686 Add W25 FLASH support to fire-stm32v2 and shenzhou boards; a fiew enc28j60 updates 13 years ago
patacongo 4070ce05fe Fix a ARMv7-M interrupt disable/optimization bug 13 years ago
patacongo 2b184e2630 drivers/serial/serial.c open, read, write, and poll methods will not return a short transfer or an EINTR error if a signal is received while waiting (only) 13 years ago
patacongo 62cfd38241 Add a USB0 device header file for LPC43 13 years ago
patacongo ed303232fa Update documentation to describe customization of NSH; Add the framework for a LPC43xx USB0 driver (not functional) 13 years ago
patacongo 756fc3f2db Misc updates (minor) 13 years ago
patacongo 181f52600b Fix a floating point presentation error 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 5c1574e66c LPC43 update 13 years ago