summaryrefslogtreecommitdiffstats
path: root/cpukit/libtest/gcovinfoset.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-07-28doxygen: Fix group memberships in libtestSebastian Huber1-1/+1
2023-07-28score: Move <rtems/score/gcov.h>Sebastian Huber1-2/+2
Move <rtems/score/gcov.h> to <rtems/test-gcov.h>. These functions do not belong to an super core service.
2023-05-20Update company nameSebastian Huber1-1/+1
The embedded brains GmbH & Co. KG is the legal successor of embedded brains GmbH.
2022-07-04gcov: Add functions to dump the gcov informationSebastian Huber1-10/+7
Update #4670.
2022-02-28score/cpu/nios2: Change license to BSD-2Joel Sherrill1-3/+22
Updates #3053.
2020-04-16Canonicalize config.h includeSebastian Huber1-1/+1
Use the following variant which was already used by most source files: #ifdef HAVE_CONFIG_H #include "config.h" #endif
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns1-1/+1
2012-12-02score misc: Clean up Doxygen #13 (GCI 2012)Mathew Kallada1-0/+6
This patch is a task from GCI 2012 which improves the Doxygen comments in the RTEMS source. http://www.google-melange.com/gci/task/view/google/gci2012/8013205
2012-05-11Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill1-2/+0
Script does what is expected and tries to do it as smartly as possible. + remove occurrences of two blank comment lines next to each other after Id string line removed. + remove entire comment blocks which only exited to contain CVS Ids + If the processing left a blank line at the top of a file, it was removed.
2011-09-012011-09-01 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber1-0/+23
* cpu.c, cpu_asm.S: Removed files. * nios2-context-initialize.c, nios2-context-switch.S, nios2-fatal-halt.c, nios2-initialize-vectors.c, nios2-initialize.c, nios2-isr-get-level.c, nios2-isr-install-raw-handler.c, nios2-isr-install-vector.c, nios2-isr-is-in-progress.c, nios2-isr-set-level.c, nios2-thread-dispatch-disabled.c, rtems/score/nios2-utility.h: New files. * Makefile.am, preinstall.am: Reflect changes above. * irq.c: Update due to API changes. * rtems/score/cpu.h: New functions _CPU_Initialize_vectors(), _CPU_ISR_Set_level(), and _CPU_Fatal_halt() (instead of macros). Support for external interrupt controller (EIC). Documentation changes.