summaryrefslogtreecommitdiff
path: root/nuttx/Documentation/NuttxPortingGuide.html
Commit message (Expand)AuthorAgeFilesLines
* Use SIGCHLD with waitpid(); implemented wait() and waitid()patacongo2013-01-131-4/+6
* Fix a *critical* bug in the task exit logic. Implements SIGCHILDpatacongo2013-01-121-6/+44
* Rename LM3S files, variables, and types from lm3s_ to lm_; Rename configurati...patacongo2013-01-091-1/+1
* Documentation updatepatacongo2013-01-081-1/+1
* Correct some errors in the LPC17xx SYSCON register bit definitions (from Romm...patacongo2013-01-051-1/+1
* Add tools/configure.c and configure.batpatacongo2013-01-041-10/+21
* Add support for key release eventspatacongo2012-12-271-29/+109
* Implement encoding the usbhost HID keyboard driver; configre olimex-lpc1766st...patacongo2012-12-261-1/+147
* Incorporate address environment interfaces in binfmt/ logicpatacongo2012-12-191-3/+5
* Restructre address environment interfaces in preparation for incorporation in...patacongo2012-12-181-14/+245
* Integrate PATH traversal logic and binary format logicpatacongo2012-12-171-1/+7
* Add support for the Z180 MMU and generic hooks for processespatacongo2012-12-111-1/+4
* Add tools/link.bat, unlink.bat, and copydir.batpatacongo2012-12-081-1/+1
* Move some (hopefully) un-necessary quotes in Makefiles for Mikepatacongo2012-11-151-7/+20
* move lib/ to libc/ to make room for a true lib/ directory. Rename libraries ...patacongo2012-11-101-7/+7
* Add documentation for the binary loaderpatacongo2012-10-301-1/+9
* Update documentation to at least reference the ELF loader.patacongo2012-10-291-6/+49
* Part I of port of Rhombus math librarypatacongo2012-10-281-3/+0
* Minor tweaks to memsetpatacongo2012-10-211-0/+1
* Optimized memset() can be configured to do 64-bit storespatacongo2012-10-211-2/+10
* Add a versin of memset() optimized for speedpatacongo2012-10-211-7/+16
* Update documentation for recently added configuration optionspatacongo2012-10-201-0/+34
* Updates for new web sitepatacongo2012-10-081-1/+1
* Add buildroot support for binutils-2.22 and gcc-4.6.3; all buildroot tools ar...patacongo2012-10-051-9/+9
* Upate some pathes for the new NuttX repositorypatacongo2012-09-171-2/+2
* Fix MMC/SD support for Wildfire board; Granule allocator can now be used from...patacongo2012-09-121-0/+7
* Misc ENC28J60 fixespatacongo2012-09-121-2/+2
* Update to granule allocator; Update to ENC28j60 driverpatacongo2012-09-111-14/+45
* Updates/fixes related to ENC28J60, Kconfigs, and fire-stm32v2patacongo2012-09-111-1/+1
* Shenzhou board is first to use ONLY Kconfig for configurationpatacongo2012-09-081-3/+0
* Remove several unused configuration valuespatacongo2012-09-081-7/+0
* Removed delay after receiving in recvfrom(). This was killing network perfor...patacongo2012-09-071-1/+6
* Add support for multiple work queuespatacongo2012-09-041-0/+14
* Documentation: nuttx.org no longer re-directs to nuttx.sourceforge.netpatacongo2012-09-011-1/+1
* Remove CONFIG_LIBC_PERROR_DEVNAME. What was I thinking?patacongo2012-09-011-5/+0
* Add configurable application entry pointpatacongo2012-08-301-4/+13
* Ooops... forgot to add lib_perror.c to the Make.defs filepatacongo2012-08-281-1/+1
* Add perror()patacongo2012-08-281-1/+26
* Add some protection to the priority inheritance logic when sem_post() is call...patacongo2012-08-281-0/+5
* Add a USB0 device header file for LPC43patacongo2012-08-071-2/+2
* Improve capability to traverse inodes in the NuttX psuedo-filesystem; now ret...patacongo2012-08-031-1/+6
* Fix syslog mutual exclusion and interrupt level logicpatacongo2012-08-021-5/+6
* Move RAMLOG driver to drivers/syslog; Add ability to output debug information...patacongo2012-08-021-2/+14
* atexit() and on_exit() may now be configured to support multiple exit callbackspatacongo2012-08-011-0/+18
* Add a generic GCC stdarg.h header filepatacongo2012-07-081-6/+64
* Add a configuration to support the Mirtoo modulepatacongo2012-06-201-1/+7
* NFS just finished a major weight reduction programpatacongo2012-06-141-10/+69
* Massive naming fix: STMPE11->STMPE811patacongo2012-05-291-19/+19
* Improved thresholding logic in the STMPE11 driver; NxWM: Oops minimizing wro...patacongo2012-05-141-0/+9
* SMTPE11 and NxWM touchscreen fixespatacongo2012-05-111-1/+5