summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/arm/armv7-thread-idle.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* arm: Improve Doxygen file commentsSebastian Huber2023-05-261-2/+5
|
* Update company nameSebastian Huber2023-05-201-1/+1
| | | | | The embedded brains GmbH & Co. KG is the legal successor of embedded brains GmbH.
* cpukit/: Scripted embedded brains header file clean upJoel Sherrill2022-03-101-6/+0
| | | | Updates #4625.
* score/cpu/arm: Change license to BSD-2Joel Sherrill2022-02-281-3/+22
| | | | Updates #3053.
* Canonicalize config.h includeSebastian Huber2020-04-161-1/+1
| | | | | | | | Use the following variant which was already used by most source files: #ifdef HAVE_CONFIG_H #include "config.h" #endif
* score: Remove CPU_PROVIDES_IDLE_THREAD_BODYSebastian Huber2018-10-051-3/+3
| | | | | | | Remove the CPU_PROVIDES_IDLE_THREAD_BODY option to avoid unnecessary conditional compilation. Close #3539.
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-211-1/+1
|
* arm: Add CPU specific idle thread for ARMv7Sebastian Huber2013-05-271-0/+36