summaryrefslogtreecommitdiff
path: root/nuttx/Documentation/NuttxPortingGuide.html
Commit message (Expand)AuthorAgeFilesLines
* Add a very basic driver for the CS2100-CP Fractional-N Multipler chip.Gregory Nutt2015-04-021-1/+1
* Move include/nuttx/timer.h, rtc.h and watchdog.h to include/nuttx/timers/.Gregory Nutt2015-04-011-3/+3
* Update DocumentationGregory Nutt2015-04-011-52/+103
* Update comment and documentation for board interfacesGregory Nutt2015-02-281-1/+16
* Minor documentation updateGregory Nutt2015-02-271-5/+2
* Porting Guide: Reorder some paragraphs for a clearer distinction of driver t...Gregory Nutt2015-02-201-594/+626
* Update porting guide to include some trivial description of the touchscreen c...Gregory Nutt2015-02-201-28/+61
* Add some trivial documentation for the RTC driverGregory Nutt2015-02-151-7/+67
* RTC: Remove all backdoor interfaces from rtc.hGregory Nutt2015-02-131-3/+0
* Serial Upper Half: Add watermarks to RX flow control logicGregory Nutt2014-12-271-1/+1
* 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