summaryrefslogtreecommitdiff
path: root/nuttx/Documentation
Commit message (Expand)AuthorAgeFilesLines
* Rename CONFIG_NXCONSOLE* to CONFIG_NXTERM*Gregory Nutt2014-09-201-13/+13
* 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
* Add README.txt file for CC3200 LaunchpadGregory Nutt2014-09-091-1/+3
* Remove the 16z board support from the main source tree. It is still avaialab...Gregory Nutt2014-09-052-4/+8
* There used to be two ways to pass parameters to new tasks, depending upon the...Gregory Nutt2014-09-012-10/+7
* Remove final traces of the 8015 from the NuttX source treeGregory Nutt2014-09-013-28/+12
* Rename kfree to kmm_free for consistency with other naming conventionsGregory Nutt2014-08-311-1/+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-242-4/+5
* An address environment is the property of a task group, not of a threadGregory Nutt2014-08-222-66/+69
* 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-212-516/+503
* Update remaining documents for the 7.4 releaseGregory Nutt2014-08-141-13/+36
* 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
* Move page fill sources from sched/ to sched/pagingGregory Nutt2014-08-081-1/+1
* 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
* Remove CONFIG_DISABLE_CLOCKGregory Nutt2014-08-071-4/+3
* Rename CONFIG_NX_MOUSE to CONFIG_NX_INPUT, then add CONFIG_NX_XYINPUT_MOUSE a...Gregory Nutt2014-07-161-5/+5
* Documentation: Update all images. I think they were all damaged by a wild in...Gregory Nutt2014-07-1310-0/+0
* All PNG files in repository are corrupted... why?Gregory Nutt2014-07-116-0/+0
* Fix some recurring typos: postion->position, *atino->*ationGregory Nutt2014-07-081-1/+1
* Fix some cloned errors in SAM GPIO interrupt setupGregory Nutt2014-07-073-3/+3
* NET: Misc naming clean-upGregory Nutt2014-07-021-8/+78
* NET: Rename uiplib/UIPLIB to netlib/NETLIBGregory Nutt2014-07-021-2/+2
* SAMA5: Add configuration to assign an XDMAC channel to an HSMCIGregory Nutt2014-06-291-4/+14
* SAMA5D4-EK: Updates to get the at25boot configuration building correctlyGregory Nutt2014-06-281-0/+4
* Rename uip_driver_s net_driver_sGregory Nutt2014-06-277-45/+45
* Add net/README.txtGregory Nutt2014-06-272-1/+46
* Various changes associated with symbol tables. Most from Pelle WindestamGregory Nutt2014-06-271-2/+5
* Prep for NuttX-7.3 releaseGregory Nutt2014-06-251-19/+133
* Move include/nuttx/net/uip/uip-arch.h to include/nuttx/net/netdev.hGregory Nutt2014-06-241-1/+1
* Minor documentation updateGregory Nutt2014-06-121-0/+1
* Add board support for the SAMA5D4-EKGregory Nutt2014-06-061-1/+3
* Add support for the Olimex STM32 h405. From Martin LederhilgerGregory Nutt2014-06-031-1/+5
* P-code BINFMT: Add logic to pass information from the binfmt logic to the P-...Gregory Nutt2014-05-082-2/+2
* Add a ROMFS file system for testing the P-Code binary formatGregory Nutt2014-05-081-1/+4
* Add serial method so that lower half driver can provide RX flow control infor...Gregory Nutt2014-05-081-1/+4