summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/no_cpu/cpuidle.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-07-26score: Add files to Doxygen groupsSebastian Huber1-0/+9
Update #3707.
2023-07-25score: Add workaround for GCC bugSebastian Huber1-0/+7
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108658 This GCC bug leads to an incomplete code coverage status. Update #4932.
2023-05-20Update company nameSebastian Huber1-1/+1
The embedded brains GmbH & Co. KG is the legal successor of embedded brains GmbH.
2022-03-10cpukit/: Scripted embedded brains header file clean upJoel Sherrill1-6/+0
Updates #4625.
2022-02-28score/cpu/no_cpu: Change license to BSD-2Joel Sherrill1-3/+22
Updates #3053.
2018-10-05score: Remove CPU_PROVIDES_IDLE_THREAD_BODYSebastian Huber1-3/+10
Remove the CPU_PROVIDES_IDLE_THREAD_BODY option to avoid unnecessary conditional compilation. Close #3539.
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