summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/confdefs.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* libio: Add POSIX user environment pointer to TCBSebastian Huber2020-02-251-15/+2
* config: Add _SMP_Is_enabledSebastian Huber2020-02-251-10/+4
* config: Add _SMP_Processor_configure_maximumSebastian Huber2020-02-251-5/+7
* config: Add _Workspace_Is_unifiedSebastian Huber2020-02-251-5/+4
* config: Add _Workspace_SizeSebastian Huber2020-02-251-1/+2
* config: Add _Thread_Idle_bodySebastian Huber2020-02-251-3/+4
* config: Add _Thread_Idle_stack_sizeSebastian Huber2020-02-251-1/+4
* config: Add _Watchdog_Ticks_per_timesliceSebastian Huber2020-02-251-3/+8
* config: Add _Watchdog_Microseconds_per_tickSebastian Huber2020-02-251-7/+10
* config: Remove CONFIGURE_POSIX_HAS_OWN_INIT_THREAD_TABLESebastian Huber2020-02-251-34/+17
* config: Simplify initialization task configSebastian Huber2020-02-251-48/+11
* config: Remove CONFIGURE_HAS_OWN_INIT_TASK_TABLESebastian Huber2020-02-251-17/+6
* config: Remove unused declaration and definesSebastian Huber2020-02-171-22/+0
* config: Remove unused configuration constantSebastian Huber2020-02-171-1/+0
* score: Statically allocate idle/MPCI stacksSebastian Huber2020-02-121-23/+16
* score: Split stack allocator configurationSebastian Huber2020-02-121-38/+25
* score: Simplify TLS area allocationSebastian Huber2020-02-121-1/+2
* score: Simplify FP context allocationSebastian Huber2020-02-121-41/+3
* config: Add CONFIGURE_DIRTY_MEMORYSebastian Huber2020-02-061-0/+8
* sysinit: Add RTEMS_SYSINIT_ZERO_MEMORYSebastian Huber2020-02-061-5/+10
* config: CONFIGURE_ZERO_WORKSPACE_AUTOMATICALLYSebastian Huber2020-02-061-10/+5
* config: Remove BSP_ZERO_WORKSPACE_AUTOMATICALLYSebastian Huber2020-02-061-7/+1
* config: Add CONFIGURE_VERBOSE_SYSTEM_INITIALIZATIONSebastian Huber2020-02-041-0/+8
* bsps: Rework work area initializationSebastian Huber2020-02-041-15/+0
* record: Fix configurationSebastian Huber2020-01-281-2/+4
* config: Improve EDF SMP scheduler configurationSebastian Huber2019-12-191-2/+1
* config: Fix CONFIGURE_MAXIMUM_POSIX_THREADSSebastian Huber2019-12-191-1/+1
* config: Remove Ada configuration optionsSebastian Huber2019-12-191-62/+18
* config: CONFIGURE_LIBIO_MAXIMUM_FILE_DESCRIPTORSSebastian Huber2019-12-191-3/+8
* config: CONFIGURE_HAS_OWN_DEVICE_DRIVER_TABLESebastian Huber2019-12-191-30/+28
* config: Statically allocate MP object controlsSebastian Huber2019-12-131-16/+4
* config: Statically allocate MP thread proxiesSebastian Huber2019-12-131-6/+13
* config: Add _MPCI_ConfigurationSebastian Huber2019-12-131-7/+9
* config: CONFIGURE_HAS_OWN_MULTIPROCESSING_TABLESebastian Huber2019-12-131-41/+41
* config: Add CONFIGURE_IMFS_ENABLE_MKFIFOSebastian Huber2019-12-131-5/+11
* pipe: Use condition variablesSebastian Huber2019-12-111-20/+2
* mpci: Simplify MPCI configurationSebastian Huber2019-12-111-9/+2
* rtems: Simplify semaphore configurationSebastian Huber2019-12-111-18/+8
* clock: Simplify driver initializationSebastian Huber2019-12-111-4/+8
* userext: Simplify configurationSebastian Huber2019-12-091-21/+7
* config: Avoid zero-length arraySebastian Huber2019-10-281-2/+4
* record: Simplify configurationSebastian Huber2019-08-301-2/+1
* record: Use BSS section instead of per-CPU dataSebastian Huber2019-08-281-6/+10
* Add and use THREAD_DEFAULT_MAXIMUM_NAME_SIZESebastian Huber2019-07-301-1/+1
* rtems/confdefs.h: Fix typoJoel Sherrill2019-06-191-1/+1
* posix: Avoid workspace for queued signalsSebastian Huber2019-04-101-0/+4
* posix: _Configuration_POSIX_Minimum_stack_sizeSebastian Huber2019-04-101-1/+1
* posix: _Configuration_POSIX_Maximum_queued_signalsSebastian Huber2019-04-101-1/+1
* config: Obsolete Go configuration optionsSebastian Huber2019-04-101-46/+13
* Add low level event recording supportSebastian Huber2019-01-291-0/+31