summaryrefslogtreecommitdiff
path: root/nuttx/Documentation/NuttxPortingGuide.html
Commit message (Collapse)AuthorAgeFilesLines
* Merged in upstream, took upstream UART driver without changes, needs ↵Lorenz Meier2013-06-131-45/+124
| | | | re-evaluation (minor diffs to local version)
* 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 ↵Gregory Nutt2013-04-221-0/+8
| | | | at Documentation/NuttXConfigVariables.html
* Fix comments, references to the old SVN, and links to the old SVN. Replace ↵Gregory Nutt2013-04-191-6/+6
| | | | with equivalent GIT info
* Copy siginfo_t to step before calling a user-space signal handlerpatacongo2013-03-211-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5769 42af7a65-404d-4744-a932-0658087f49c3
* Add a up_stack_frame() interface to allocate a frame of data on a task's stack.patacongo2013-03-211-51/+104
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5768 42af7a65-404d-4744-a932-0658087f49c3
* Change prototypes of up_create_stack and up_release_stack to include a task ↵patacongo2013-03-201-17/+64
| | | | | | type parameter git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5765 42af7a65-404d-4744-a932-0658087f49c3
* More changes for a kernel-mode allocator (more to be done)patacongo2013-03-091-12/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5724 42af7a65-404d-4744-a932-0658087f49c3
* up_addregion should use kmm_addregion; move garbage kmm*.c file to mm/. for nowpatacongo2013-03-081-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5721 42af7a65-404d-4744-a932-0658087f49c3
* Rename _TCB to struct tcb_spatacongo2013-02-041-12/+12
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5610 42af7a65-404d-4744-a932-0658087f49c3
* Add syslog.h; rename lib_rawprintf() to syslog()patacongo2013-01-281-5/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5578 42af7a65-404d-4744-a932-0658087f49c3
* Add logic to retain child task exit status if so configuredpatacongo2013-01-231-2/+64
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5553 42af7a65-404d-4744-a932-0658087f49c3
* Use SIGCHLD with waitpid(); implemented wait() and waitid()patacongo2013-01-131-4/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5515 42af7a65-404d-4744-a932-0658087f49c3
* Fix a *critical* bug in the task exit logic. Implements SIGCHILDpatacongo2013-01-121-6/+44
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5513 42af7a65-404d-4744-a932-0658087f49c3
* Rename LM3S files, variables, and types from lm3s_ to lm_; Rename ↵patacongo2013-01-091-1/+1
| | | | | | configuration variables from CONFIG_LM3S_ to CONFIG_LM_ git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5497 42af7a65-404d-4744-a932-0658087f49c3
* Documentation updatepatacongo2013-01-081-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5491 42af7a65-404d-4744-a932-0658087f49c3
* Correct some errors in the LPC17xx SYSCON register bit definitions (from ↵patacongo2013-01-051-1/+1
| | | | | | Rommel Marcello) git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5479 42af7a65-404d-4744-a932-0658087f49c3
* Add tools/configure.c and configure.batpatacongo2013-01-041-10/+21
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5478 42af7a65-404d-4744-a932-0658087f49c3
* Add support for key release eventspatacongo2012-12-271-29/+109
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5464 42af7a65-404d-4744-a932-0658087f49c3
* Implement encoding the usbhost HID keyboard driver; configre ↵patacongo2012-12-261-1/+147
| | | | | | olimex-lpc1766stk HID keyboard configuration to use the kconfig-frontends tool git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5461 42af7a65-404d-4744-a932-0658087f49c3
* Incorporate address environment interfaces in binfmt/ logicpatacongo2012-12-191-3/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5443 42af7a65-404d-4744-a932-0658087f49c3
* Restructre address environment interfaces in preparation for incorporation ↵patacongo2012-12-181-14/+245
| | | | | | into binfmt/ logic git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5442 42af7a65-404d-4744-a932-0658087f49c3
* Integrate PATH traversal logic and binary format logicpatacongo2012-12-171-1/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5441 42af7a65-404d-4744-a932-0658087f49c3
* Add support for the Z180 MMU and generic hooks for processespatacongo2012-12-111-1/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5428 42af7a65-404d-4744-a932-0658087f49c3
* Add tools/link.bat, unlink.bat, and copydir.batpatacongo2012-12-081-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5419 42af7a65-404d-4744-a932-0658087f49c3
* Move some (hopefully) un-necessary quotes in Makefiles for Mikepatacongo2012-11-151-7/+20
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5356 42af7a65-404d-4744-a932-0658087f49c3
* move lib/ to libc/ to make room for a true lib/ directory. Rename libraries ↵patacongo2012-11-101-7/+7
| | | | | | to match git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5328 42af7a65-404d-4744-a932-0658087f49c3
* Add documentation for the binary loaderpatacongo2012-10-301-1/+9
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5278 42af7a65-404d-4744-a932-0658087f49c3
* Update documentation to at least reference the ELF loader.patacongo2012-10-291-6/+49
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5276 42af7a65-404d-4744-a932-0658087f49c3
* Part I of port of Rhombus math librarypatacongo2012-10-281-3/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5269 42af7a65-404d-4744-a932-0658087f49c3
* Minor tweaks to memsetpatacongo2012-10-211-0/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5245 42af7a65-404d-4744-a932-0658087f49c3
* Optimized memset() can be configured to do 64-bit storespatacongo2012-10-211-2/+10
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5243 42af7a65-404d-4744-a932-0658087f49c3
* Add a versin of memset() optimized for speedpatacongo2012-10-211-7/+16
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5242 42af7a65-404d-4744-a932-0658087f49c3
* Update documentation for recently added configuration optionspatacongo2012-10-201-0/+34
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5241 42af7a65-404d-4744-a932-0658087f49c3
* Updates for new web sitepatacongo2012-10-081-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5221 42af7a65-404d-4744-a932-0658087f49c3
* Add buildroot support for binutils-2.22 and gcc-4.6.3; all buildroot tools ↵patacongo2012-10-051-9/+9
| | | | | | are not called abc-nuttx-elf instead of abc-elf git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5213 42af7a65-404d-4744-a932-0658087f49c3
* Upate some pathes for the new NuttX repositorypatacongo2012-09-171-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5156 42af7a65-404d-4744-a932-0658087f49c3
* Fix MMC/SD support for Wildfire board; Granule allocator can now be used ↵patacongo2012-09-121-0/+7
| | | | | | from intrrupt handler git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5134 42af7a65-404d-4744-a932-0658087f49c3
* Misc ENC28J60 fixespatacongo2012-09-121-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5132 42af7a65-404d-4744-a932-0658087f49c3
* Update to granule allocator; Update to ENC28j60 driverpatacongo2012-09-111-14/+45
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5130 42af7a65-404d-4744-a932-0658087f49c3
* Updates/fixes related to ENC28J60, Kconfigs, and fire-stm32v2patacongo2012-09-111-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5128 42af7a65-404d-4744-a932-0658087f49c3
* Shenzhou board is first to use ONLY Kconfig for configurationpatacongo2012-09-081-3/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5114 42af7a65-404d-4744-a932-0658087f49c3
* Remove several unused configuration valuespatacongo2012-09-081-7/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5113 42af7a65-404d-4744-a932-0658087f49c3
* Removed delay after receiving in recvfrom(). This was killing network ↵patacongo2012-09-071-1/+6
| | | | | | performance git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5107 42af7a65-404d-4744-a932-0658087f49c3
* Add support for multiple work queuespatacongo2012-09-041-0/+14
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5081 42af7a65-404d-4744-a932-0658087f49c3
* Documentation: nuttx.org no longer re-directs to nuttx.sourceforge.netpatacongo2012-09-011-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5078 42af7a65-404d-4744-a932-0658087f49c3
* Remove CONFIG_LIBC_PERROR_DEVNAME. What was I thinking?patacongo2012-09-011-5/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5074 42af7a65-404d-4744-a932-0658087f49c3
* Add configurable application entry pointpatacongo2012-08-301-4/+13
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5070 42af7a65-404d-4744-a932-0658087f49c3
* Ooops... forgot to add lib_perror.c to the Make.defs filepatacongo2012-08-281-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5062 42af7a65-404d-4744-a932-0658087f49c3