summaryrefslogtreecommitdiffstats
path: root/cpukit/include (follow)
Commit message (Collapse)AuthorAgeFilesLines
* score: Add _ISR_lock_Set_name()Sebastian Huber2019-04-122-1/+35
| | | | | Add _ISR_lock_Set_name() to optimize the initialization of zero-initialized locks.
* score: Remove unused macrosSebastian Huber2019-04-121-28/+0
|
* score: Rename _SMP_Get_processor_count()Sebastian Huber2019-04-112-4/+4
| | | | | | | Rename _SMP_Get_processor_count() in _SMP_Get_processor_maximum() to be in line with the API level rtems_scheduler_get_processor_maximum(). Update #3732.
* score: Rename _SMP_Processor_countSebastian Huber2019-04-111-2/+2
| | | | | | | Rename _SMP_Processor_count in _SMP_Processor_maximum to be in line with the API level rtems_scheduler_get_processor_maximum(). Update #3732.
* posix: Avoid workspace for queued signalsSebastian Huber2019-04-102-0/+6
|
* posix: _Configuration_POSIX_Minimum_stack_sizeSebastian Huber2019-04-103-3/+3
| | | | Rename to use proper namespace.
* posix: _Configuration_POSIX_Maximum_queued_signalsSebastian Huber2019-04-102-2/+2
| | | | Rename to use proper namespace.
* config: Obsolete Go configuration optionsSebastian Huber2019-04-101-46/+13
| | | | Update #2832.
* rtems: Add rtems_scheduler_get_processor_maximum()Sebastian Huber2019-04-093-60/+33
| | | | | | | | | | | Add rtems_scheduler_get_processor_maximum() as a replacement for rtems_get_processor_count(). The rtems_get_processor_count() is a bit orphaned. Adopt it by the Scheduler Manager. The count is also misleading, since the processor set may have gaps and the actual count of online processors may be less than the value returned by rtems_get_processor_count(). Update #3732.
* rtems: Add rtems_scheduler_get_processor()Sebastian Huber2019-04-092-19/+34
| | | | | | | | | | | Add rtems_scheduler_get_processor() as a replacement for rtems_get_current_processor(). The rtems_get_current_processor() is a bit orphaned. Adopt it by the Scheduler Manager. This is in line with the glibc sched_getcpu() function. Deprecate rtems_get_current_processor(). Update #3731.
* score: Add RTEMS_CONSTSebastian Huber2019-04-091-0/+11
| | | | Close #3734.
* libdebugger: Use an offset table to format GDB `g` packets.Chris Johns2019-04-091-1/+6
| | | | | | | Adding support for a register offset table lets FPU registers be supported if added to the backend. Closes #3733.
* doxygen: Update _Objects_Build_name()Sebastian Huber2019-04-051-8/+6
| | | | | | This is intended as an example in the RTEMS Software Engineering manual. Update #3704.
* doxygen: Rename Score* groups in RTEMSScore*Sebastian Huber2019-04-0496-202/+202
| | | | Update #3706
* doxygen: Split up "libmisc" subgroups and removed libmiscAndreas Dachsberger2019-04-047-15/+13
| | | | Update #3706.
* doxygen: New API subgroup TracingAndreas Dachsberger2019-04-042-2/+2
| | | | Update #3706.
* doxygen: Added RTEMS Test Framework to APIAndreas Dachsberger2019-04-041-0/+2
| | | | Update #3706.
* doxygen: Added inttypes.h to Print SupportAndreas Dachsberger2019-04-041-0/+2
| | | | Update #3706.
* doxygen: Added subclasses to APIAndreas Dachsberger2019-04-044-0/+8
| | | | | | | Update #3706. RTEMS Application Loader, RTEMS Runtime Link Editor, Status Checks and Test Support
* doxygen: Zero and Null Device Drivers now in Device DriversAndreas Dachsberger2019-04-042-2/+2
| | | | Update #3706.
* doxygen: Print Support now in API->IOAndreas Dachsberger2019-04-042-2/+2
| | | | Update #3706.
* doxygen: Time Test 27 now in Device DriversAndreas Dachsberger2019-04-041-2/+2
| | | | Update #3706.
* doxygen: Benchmark Timer Driver Interface now in Device DriversAndreas Dachsberger2019-04-041-0/+2
| | | | Update #3706.
* doxygen: Put Real-Timer Clock Driver Interface into group Device DriversAndreas Dachsberger2019-04-041-0/+2
| | | | Update #3706.
* doxygen: Put Print Support in IOAndreas Dachsberger2019-04-041-0/+2
| | | | Update #3706.
* doxygen: Real Time Clock Time of Day API Definition in BSP->SharedAndreas Dachsberger2019-04-041-1/+1
| | | | Update #3706.
* doxygen: Put SPI Driver into group Device DriversAndreas Dachsberger2019-04-041-0/+2
| | | | Update #3706.
* doxygen: Put C Library Support and POSIX in InternalAndreas Dachsberger2019-04-042-0/+4
| | | | Update #3706.
* doxygen: Added some subgroups to API and IOAndreas Dachsberger2019-04-043-6/+12
| | | | | | I2C library, Media Manager and Profiling Support Update #3706.
* doxygen: Added I2C Driver to Device DriversAndreas Dachsberger2019-04-041-0/+2
| | | | Update #3706.
* doxygen: Added Version to API->ClassicAndreas Dachsberger2019-04-043-2/+6
| | | | Update #3706.
* doxygen: Added Frame Buffer Device Driver Interface to Device DriversAndreas Dachsberger2019-04-041-1/+1
| | | | Update #3706.
* doxygen: Added some subgroups to IO LibraryAndreas Dachsberger2019-04-043-0/+6
| | | | | | Update #3706. Types and Mount, IO Internal, Kernel Print Support
* doxygen: Removed XXX groupAndreas Dachsberger2019-04-041-1/+1
| | | | | | Update #3706. Content was added to Classic Barrier Implementation
* doxygen: Added libmisc group and libmisc mouse groupAndreas Dachsberger2019-04-041-3/+2
| | | | | | | | Update #3706. @ingroup for these groups already existed, but no @defgroup Further restructuring necessary
* doxygen: Added toplevel group for device driversAndreas Dachsberger2019-04-041-1/+4
| | | | Update #3706.
* doxygen: Added further groups to RTEMSAPIAndreas Dachsberger2019-04-042-11/+20
| | | | | | | Update #3706. Associativity Routines, BSD Compatibility Support now part of RTEMSAPI
* doxygen: Added Mainpage to RTEMSAPIClassicAndreas Dachsberger2019-04-041-1/+1
| | | | Update #3706.
* doxygen: User Extensions Implementation group now in Internal->ClassicAndreas Dachsberger2019-04-041-1/+1
| | | | Update #3706.
* doxygen: Rework some Doxygen commentsSebastian Huber2019-04-043-44/+51
| | | | | | They are intended as examples in the RTEMS Software Engineering manual. Update #3704.
* doxygen: score: Added ScoreRWLock to Score groupAndreas Dachsberger2019-04-021-5/+9
| | | | Update #3706.
* doxygen: Restructured cpukit/include/rtems/rtemsAndreas Dachsberger2019-04-0254-75/+76
| | | | Update #3706.
* doxygen: Reviewed cpukit/include/rtems/posixAndreas Dachsberger2019-04-021-2/+2
| | | | Update #3706.
* doxygen: Reviewed cpukit/include/rtems/rtemsAndreas Dachsberger2019-04-0216-60/+17
| | | | Update #3706.
* doxygen: Reviewed cpukit/include/rtems/scoreAndreas Dachsberger2019-04-026-35/+25
| | | | Update #3706.
* Add RTEMS Test FrameworkSebastian Huber2019-03-271-0/+2377
| | | | Update #3199.
* score: Rename ScoreCPU Doxygen groupSebastian Huber2019-03-261-1/+1
| | | | Update #3706.
* score: Add implementation top-level groupSebastian Huber2019-03-261-0/+2
| | | | Update #3706.
* score: Update Objects_Information documentationSebastian Huber2019-03-221-36/+115
|
* libdl: Add an archive commandChris Johns2019-03-223-1/+34
| | | | | | | - The archive command lists archives, symbols and any duplicate symbols. - Change the RTL shell commands to the rtems_printer to allow the output to be captured.