summaryrefslogtreecommitdiff
path: root/nuttx/sched/Kconfig
Commit message (Expand)AuthorAgeFilesLines
* Tickless: If using an ALARM, then really should report time of expirationGregory Nutt2014-08-121-1/+1
* Define interfaces to use an alarm instead of an interval timer with the tickl...Gregory Nutt2014-08-121-1/+18
* Some final tickless OS bugfixes. No longer EXPERIMENTAL. Update some commentsGregory Nutt2014-08-071-2/+2
* Change all time conversions. Yech. New timer units in microseconds breaks a...Gregory Nutt2014-08-071-0/+3
* Fix compler error in tickless code when round robin scheduling is enabled. O...Gregory Nutt2014-08-071-3/+3
* Change CONFIG_MSEC_PER_TICK to CONFIG_USEC_PER_TICK. This gives more options...Gregory Nutt2014-08-071-10/+22
* Remove CONFIG_DISABLE_CLOCKGregory Nutt2014-08-071-4/+0
* Implements the tickless OSGregory Nutt2014-08-071-1/+5
* Add a new option CONFIG_SCHED_TICKLESS to enable the tickless OS. This is a ...Gregory Nutt2014-08-061-1/+26
* Cosmet updates to some commentsGregory Nutt2014-07-171-1/+1
* CONFIG_START_YEAR/MONTH/DAY not required if an RTC is usedGregory Nutt2014-05-261-0/+4
* SAM4S Xplained Pro: Clean-up of LED usage and also some integration of new ti...Gregory Nutt2014-05-051-3/+3
* The CONFIG_SYSTEMTICK_EXTCLK selection should only be available on systems th...Gregory Nutt2014-04-301-0/+1
* Updated system timer logic from Bob DoironGregory Nutt2014-04-301-0/+10
* configs/*/defconfig: Increase the number of pre-allocated watchdogs in config...Gregory Nutt2014-04-091-5/+16
* sched/Kconfig: Add another layer of menuing to simply this levelGregory Nutt2014-03-311-261/+294
* Add CONFIG_CLOCK_MONTONICGregory Nutt2014-03-311-0/+14
* Support an asynchronous, 'external' clock to get better CPU load measurementsGregory Nutt2014-02-271-1/+40
* Add logic to meaure and calculate the CPU load percentage. From David AlessioGregory Nutt2014-02-221-0/+24
* Add CONFIG_DEFAULT_SMALL that will select default values for configuration se...Gregory Nutt2014-02-201-3/+5
* /proc/uptime logic needs to sample timer in case multiple reads are used to r...Gregory Nutt2013-12-141-0/+14
* apps/platform: A new now for platform-specific applicatin codeGregory Nutt2013-10-301-1/+1
* Various Kconfig files still have references to CONFIG_ variables. Some in ha...Gregory Nutt2013-04-251-1/+1
* New Kconfig convention: Extra indentation in comments will render as HTML pr...Gregory Nutt2013-04-221-22/+21
* Implement user-mode work queuespatacongo2013-03-061-68/+0
* STM32 F4 patches from Petteri Aimonen (mostly USB)patacongo2013-02-151-0/+28
* Rename _TCB to struct tcb_spatacongo2013-02-041-3/+3
* Add a start hook that can be setup to call a function in the context of a new...patacongo2013-01-271-0/+10
* Fix some missing logic and inconsistencies in child status logic; Fix a bug i...patacongo2013-01-241-0/+7
* apps/examples/nettest and poll: Complete Kconfig filespatacongo2013-01-241-10/+0
* Add logic to retain child task exit status if so configuredpatacongo2013-01-231-2/+77
* Add logic to automatically unload module on exit; Several patches from Mike S...patacongo2013-01-171-19/+17
* Use SIGCHLD with waitpid(); implemented wait() and waitid()patacongo2013-01-131-4/+10
* Fix a *critical* bug in the task exit logic. Implements SIGCHILDpatacongo2013-01-121-8/+61
* configs/p112: Add a configuration for the Z180 P112 boardpatacongo2012-12-111-1/+7
* Add support for the Z180 MMU and generic hooks for processespatacongo2012-12-111-9/+1
* configs/xtrs/nsh and pashello now use kconfig-frontends and build Windows nativepatacongo2012-12-091-6/+0
* Add __cxa_atexit(); atexit() is now built on top of on_exit()patacongo2012-11-011-1/+10
* Remove several unused configuration valuespatacongo2012-09-081-5/+0
* Add LPC31 Kconfigpatacongo2012-09-061-14/+0
* Changes to Kconfig and matching defconfig filespatacongo2012-09-041-2/+2
* Add support for multiple work queuespatacongo2012-09-041-0/+33
* Add configurable application entry pointpatacongo2012-08-301-0/+8
* Auto-configuration updates from Richard Cochranpatacongo2012-08-171-1/+1
* Move RAMLOG driver to drivers/syslog; Add ability to output debug information...patacongo2012-08-021-0/+78
* Kconfig updatepatacongo2012-04-131-1/+1
* Kconfig updatepatacongo2012-04-121-2/+1
* Misc STM32 OTF FS driver fixes + More Kconfig filespatacongo2012-04-111-174/+134
* Updated Kconfig files from Lzyypatacongo2012-04-071-0/+356
* Add kconfig documentationpatacongo2012-04-061-1/+1