summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/src/rtemsmaxprio.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-11-12rtems: Avoid include of <rtems/score/scheduler.h>Sebastian Huber1-5/+5
Update #3598.
2018-11-12rtems: Avoid <rtems/score/timecounter.h> in APISebastian Huber1-8/+11
Use a real function for rtems_clock_get_uptime_seconds(). Update #3598.
2018-11-07config: Include <rtems.h> for RTEMS_NEWLIBSebastian Huber1-0/+2
2018-11-07config: Fix CONFIGURE_DISABLE_NEWLIB_REENTRANCYSebastian Huber1-4/+9
Move the __getreent() variant using the global reentrancy structure to librtemscpu.a. This avoids a definition of __getreent() in the configuration module if CONFIGURE_DISABLE_NEWLIB_REENTRANCY is defined. This avoids all the dependencies which would be exposed by a reference to the global reentrancy structure. This change is only possible since the default configuration moved to librtemsdefaultconfig.a recently.
2018-09-10score: Add flexible per-CPU dataSebastian Huber1-5/+6
Update #3507.
2018-06-15Add _CPU_Counter_frequency()Sebastian Huber1-5/+6
Add rtems_counter_frequency() API function. Use it to initialize the counter value converter via the new system initialization step (RTEMS_SYSINIT_CPU_COUNTER). This decouples the counter implementation and the counter converter. It avoids an unnecessary pull in of the 64-bit integer division from libgcc. Update #3456.
2018-03-06Add a simple task console driverSebastian Huber1-7/+6
Close #3320.
2015-09-01arm: Replace __sync_synchronize() implementationSebastian Huber1-8/+19
2015-08-01Add __synch_synchronize function for armJan Sommer1-0/+9
Fixes link failure when linking Ada programs on the raspberry pi