summaryrefslogtreecommitdiff
path: root/nuttx/sched/Kconfig
Commit message (Expand)AuthorAgeFilesLines
* Remove CONFIG_MAX_TASK_ARGS from all Kconfigs and defconfigsGregory Nutt2014-11-121-7/+0
* Default for CONFIG_SCHED_HPWORK should be noGregory Nutt2014-10-141-1/+1
* Add description of work queues to the porting guide. Update commentsGregory Nutt2014-10-141-5/+5
* Fix one missed name change from last big commitGregory Nutt2014-10-121-3/+3
* Rename CONFIG_SCHED_USRWORK to CONFIG_LIB_USRWORKGregory Nutt2014-10-111-1/+1
* Decouple the user-space work queue from the kernel space work queuesGregory Nutt2014-10-111-1/+170
* Rename CONFIG_LIBC_AIO to CONFIG_FS_AIO since it is now an OS propertyGregory Nutt2014-10-051-1/+1
* Add definitions for SIGPOLLGregory Nutt2014-10-051-0/+8
* Kconfig choice value needs a promptGregory Nutt2014-09-111-1/+1
* Add capability to perform initial board initialization on a separate worker t...Gregory Nutt2014-09-031-0/+34
* ARMv7-A: A little more logic and a few more fixes for Cortex-A kernel buildGregory Nutt2014-08-311-0/+10
* Add configuration options to start the system from a program on a file systemGregory Nutt2014-08-301-0/+52
* Cosmetic: Fix all comments, defaults, etc. that references the defunct name u...Gregory Nutt2014-08-301-7/+7
* If we run out of pre-allocated watchdog times, the logic will allocate additi...Gregory Nutt2014-08-211-2/+17
* 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