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