summaryrefslogtreecommitdiff
path: root/nuttx/Documentation/NuttxPortingGuide.html
Commit message (Expand)AuthorAgeFilesLines
* Netwoek: Ada a parameter to netdev_register() to indicate the link protocol ...Gregory Nutt2014-11-151-2/+2
* Fix minor typos in documentationGregory Nutt2014-10-141-2/+12
* Add description of work queues to the porting guide. Update commentsGregory Nutt2014-10-141-81/+516
* Add platform-specific interfaces needed to support the shared memory featureGregory Nutt2014-09-231-11/+81
* Initial integration of kernel stack (does not work)Gregory Nutt2014-09-141-2/+3
* Add the initial implementation of the process kernel stack logic. Not yet in...Gregory Nutt2014-09-141-2/+66
* Rename everything associated with the dynamic process stack to ustack to make...Gregory Nutt2014-09-141-18/+18
* Update porting guide to include stack address environment functionsGregory Nutt2014-09-131-2/+123
* Add logic to initialize the per-process user heap when each user process is s...Gregory Nutt2014-09-101-21/+47
* There used to be two ways to pass parameters to new tasks, depending upon the...Gregory Nutt2014-09-011-4/+1
* Remove final traces of the 8015 from the NuttX source treeGregory Nutt2014-09-011-20/+1
* Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new...Gregory Nutt2014-08-291-13/+10
* Rename up_addrenv_assign() to up_addrenv_clone() and generalize its arguments...Gregory Nutt2014-08-261-9/+9
* Misc changed to get the SAMA5 ELF configuration with address environments wor...Gregory Nutt2014-08-251-3/+3
* addrenv interface changes: up_addrenv_create() may need to create .text and ....Gregory Nutt2014-08-241-26/+53
* Add addrenv.h; First cut at Cortex-A address environment structures; Add conf...Gregory Nutt2014-08-241-5/+5
* Change CONFIG_ADDRENV to CONFIG_ARCH_ADDRENV; change how it is selected -- th...Gregory Nutt2014-08-241-3/+4
* An address environment is the property of a task group, not of a threadGregory Nutt2014-08-221-64/+67
* Add support for statically allocated watchdog timer structuresGregory Nutt2014-08-221-10/+13
* wdog.h does not contain any application interface, only internal OS interface...Gregory Nutt2014-08-211-40/+256
* Tickless: If using an ALARM, then really should report time of expirationGregory Nutt2014-08-121-4/+31
* Define interfaces to use an alarm instead of an interval timer with the tickl...Gregory Nutt2014-08-121-6/+83
* CosmeticGregory Nutt2014-08-101-2/+6
* Fix errors in documentation and comments related to the Tickless OS. From Vi...Gregory Nutt2014-08-091-3/+3
* Minor documentation updateGregory Nutt2014-08-081-1/+4
* Update porting guideGregory Nutt2014-08-081-45/+295
* Change CONFIG_MSEC_PER_TICK to CONFIG_USEC_PER_TICK. This gives more options...Gregory Nutt2014-08-071-8/+8
* NET: Misc naming clean-upGregory Nutt2014-07-021-8/+78
* NET: Rename uiplib/UIPLIB to netlib/NETLIBGregory Nutt2014-07-021-2/+2
* Rename uip_driver_s net_driver_sGregory Nutt2014-06-271-2/+2
* Move include/nuttx/net/uip/uip-arch.h to include/nuttx/net/netdev.hGregory Nutt2014-06-241-1/+1
* Add serial method so that lower half driver can provide RX flow control infor...Gregory Nutt2014-05-081-1/+4
* More trailing whilespace removalGregory Nutt2014-04-131-1/+1
* Typo fixes to NuttX porting guide from Vijay KumarGregory Nutt2014-03-181-46/+46
* Support for the older, manual configurations has been completely removed from...Gregory Nutt2014-03-061-25/+2
* Remove the unusable m68332evb configurationGregory Nutt2014-02-161-10/+0
* Correct document dateGregory Nutt2014-01-271-1/+1
* Improve documentation of naming conventionsGregory Nutt2014-01-251-89/+134
* rename up_led*() functions to board_led_*()Gregory Nutt2014-01-241-9/+9
* Minor documentation updates and other cosmetic changesGregory Nutt2014-01-201-3/+1
* Remove all configuration variable documentation from configs/README.txt and D...Gregory Nutt2013-12-201-2429/+9
* Move include/nuttx/fb.h to include/nuttx/video/fb.hGregory Nutt2013-12-101-3/+3
* LM: Don't initialize .data if running in SRAM. Global missing intialize type...Gregory Nutt2013-12-051-4/+4
* Moved include/nuttx/mtd.h to include/nuttx/mtd/mtd.hGregory Nutt2013-11-151-1/+1
* Clean up some naming: fd vs. fildes vs. filedes and filep vs filpGregory Nutt2013-09-281-8/+8
* Fix all occurrences of "the the" in documentation and commentsGregory Nutt2013-08-271-4/+4
* Add a new method to the USB host driver interface: getdevinfo. This method ...Gregory Nutt2013-08-261-3/+4
* Separate wait() and enumerate() methods from struct usbhost_driver_s and move...Gregory Nutt2013-08-131-6/+8
* First of several changes needed to support multiple USB host root hubsGregory Nutt2013-08-121-4/+6
* Finally... renamed all CONFIG_DRAM_ settings to CONFIG_RAM_Gregory Nutt2013-07-261-11/+11