65 Commits (322e9d18c7371f9fb27cd57ca894191d564b75c3)

Author SHA1 Message Date
patacongo 91cfebc978 Removed posix_spawn signal masks - they cannot be supported in NuttX; Add skeleton for posix_spawn proposer - still incomplete 12 years ago
patacongo 5ac907eb39 Add spawn attribute logic which will eventually be needed to support posix_spawn() 12 years ago
patacongo 44fdf6fc7a Add file action logic which will eventually be needed to support posix_spawn() 12 years ago
patacongo 35cc14be43 Change naming of all Stellaris pre-processor symbols from LM3S_ to LM_ to make room in the namespace for LM4F 12 years ago
patacongo 8156a2bed1 Use kconfig- prefix to avoid tool name conflicts (from Jose Pablo Carballo) 12 years ago
patacongo 14f72f7a21 Add execv() and execl(); Move lm3s header files for compatibility 12 years ago
patacongo a5f001189e This initial vfork() check-in was a little pollyanna-ish 12 years ago
patacongo 876062fe3a Implement a simple vfork(). ARM only for now 12 years ago
patacongo fe4b34bded Fix SEM_INITIALIZER 12 years ago
patacongo 8d75785fad STM32 FLASH changes from Freddie Chopin 12 years ago
patacongo e1eacb2254 Add ZP213X/4XPA nxlines configuration (needs a little more work) 12 years ago
patacongo 954529e8c5 Add support for key release events 12 years ago
patacongo 88bccb641e Verified USB HID KBD driver encoding of special characters; apps/examples/hidkbd now decodes encoded keyboar characters. 12 years ago
patacongo 8ed19bb07d Add UG_2965SWEG01 driver from Darcy Gong; fix logic error in how waiters are reawakened in the USB HID keyboard driver 12 years ago
patacongo 373e145e54 Implement encoding the usbhost HID keyboard driver; configre olimex-lpc1766stk HID keyboard configuration to use the kconfig-frontends tool 12 years ago
patacongo 292d4db37a Add logic to serialize and marshal out-of-band keyboard commands 12 years ago
patacongo 7c73fe57c6 Fixes for l3s, USB composite, nfsmount, apps context build problems 12 years ago
patacongo 247ad37c4b configs/sim/nxwm now uses kconfig-frontends 12 years ago
patacongo c67fdb87f7 Patches from Petteri Aimonen (plus a few other things) 12 years ago
patacongo 56a6504618 Incorporate address environment interfaces in binfmt/ logic 12 years ago
patacongo 8ae8d43ae2 Restructre address environment interfaces in preparation for incorporation into binfmt/ logic 12 years ago
patacongo fe4bf6f555 Integrate PATH traversal logic and binary format logic 12 years ago
patacongo 14a896b205 Add basic hooks to support a PATH variable (more is needed) 12 years ago
patacongo 7eb3401791 Fix some early z180 compile errors 12 years ago
patacongo b09b1b66b0 configs/p112: Add a configuration for the Z180 P112 board 12 years ago
patacongo 7978ac907b Add support for the Z180 MMU and generic hooks for processes 12 years ago
patacongo 756aa6b909 Patches from Petteri Aimonen + stdbool and rand() changes for Freddie Chopin 12 years ago
patacongo d128c03666 Fix the fat, flat line bug 12 years ago
patacongo 7f7356cdc9 standard keypad inteface and apps/examples/keypadtest from Denis Carikli 12 years ago
patacongo 90b0f6d2bc Implement pause() 12 years ago
patacongo 7a68d93999 Fix typo introduced into many Makefiles with last changes 12 years ago
patacongo cc099195b8 Patches 7-9 from Petteri Aimonen 12 years ago
patacongo d3ac724c7b Changes to get a clean ez80 build using the ZDS 5.1.1 toolchain 12 years ago
patacongo 169012eca9 STM32 OTG FS fix from Petteri Aimonen; Finish off some UG-2864AMBAG01 test logic 12 years ago
patacongo c9750ef39f Add UG-2864AMBAG01 initialization for use on STM32F4Discovery 12 years ago
patacongo 44b76a4244 Add driver for Univision UG-2864AMBAG01 12 years ago
patacongo f6de06f9f9 Add interfaces flags, extend ifconfig, add ifup and ifdown commands (Darcy Gong 12 years ago
patacongo 9583fa1abd Relay example from Darcy Gong 12 years ago
patacongo bae3b4f954 Several small things 12 years ago
patacongo f5776dec9f uClibc++ compiles... but it is a long way from linking 12 years ago
patacongo eb26187767 Add __cxa_atexit(); atexit() is now built on top of on_exit() 12 years ago
patacongo a5b189950e Add support for ferror(), feof(), and clearerr() 12 years ago
patacongo 5022f81174 Add documentation for the binary loader 12 years ago
patacongo b48508c844 C++ static destructors work with ELF load too now 12 years ago
patacongo 5681b615ec C++ constructors work with ELF load now 12 years ago
patacongo 71fad980c5 Finish implemention of ELF loader static constructor support. Still some issues. 12 years ago
patacongo 0e190d4cf7 lib/math files not follow coding standard; float, double, and long double versions in separate files to reduce size of dumb link 12 years ago
patacongo 7f2512627e Rename elf.h to elf32.h; Additional ELF loader changes 12 years ago
patacongo 247e94d02a Add an ARM ELF header file 12 years ago
patacongo a6e577e3c4 More ELF loader changes 12 years ago