summaryrefslogtreecommitdiff
path: root/nuttx/Documentation/NuttxPortingGuide.html
Commit message (Expand)AuthorAgeFilesLines
* Merged in upstream, took upstream UART driver without changes, needs re-evalu...Lorenz Meier2013-06-131-45/+124
* Add an optional byte-oriented write method to the MTD interfaceGregory Nutt2013-05-011-1/+10
* Remove up_assert_codeGregory Nutt2013-04-251-4/+2
* Documentation now expects autogenerated configuration variable documenation a...Gregory Nutt2013-04-221-0/+8
* Fix comments, references to the old SVN, and links to the old SVN. Replace w...Gregory Nutt2013-04-191-6/+6
* Copy siginfo_t to step before calling a user-space signal handlerpatacongo2013-03-211-1/+1
* Add a up_stack_frame() interface to allocate a frame of data on a task's stack.patacongo2013-03-211-51/+104
* Change prototypes of up_create_stack and up_release_stack to include a task t...patacongo2013-03-201-17/+64
* More changes for a kernel-mode allocator (more to be done)patacongo2013-03-091-12/+3
* up_addregion should use kmm_addregion; move garbage kmm*.c file to mm/. for nowpatacongo2013-03-081-1/+1
* Rename _TCB to struct tcb_spatacongo2013-02-041-12/+12
* Add syslog.h; rename lib_rawprintf() to syslog()patacongo2013-01-281-5/+5
* Add logic to retain child task exit status if so configuredpatacongo2013-01-231-2/+64
* 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