summaryrefslogtreecommitdiffstats
path: root/user/tracing (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-12-20user: Automatic version number fixesChris Johns2-16/+16
Updates #4695
2023-05-20Update company nameSebastian Huber1-1/+1
The embedded brains GmbH & Co. KG is the legal successor of embedded brains GmbH.
2022-12-02Document CONFIGURE_RECORD_INTERRUPTS_ENABLEDSebastian Huber1-60/+5
Close #4769.
2022-11-08Update build system related sections for RTEMS 6Sebastian Huber1-2/+2
Update sections which contained the word "bsp_specs".
2021-01-04user: Mention use of LLVMSebastian Huber1-0/+4
2020-04-11user: Document event recordingSebastian Huber1-10/+212
Close #3904.
2019-03-01User: Change output block to type none.Chris Johns3-10/+10
2019-02-28user: Remove nit-picky warnings.Chris Johns4-13/+13
2019-02-01user: Add basic event recording documentationSebastian Huber5-4/+64
Update #3665.
2019-01-24user: Spell out third-partySebastian Huber1-1/+1
2019-01-11Simplify SPDX-License-Identifier commentSebastian Huber5-5/+5
2019-01-11Remove superfluous "All rights reserved."Sebastian Huber5-5/+0
2019-01-11Use standard format for copyright linesSebastian Huber5-5/+5
2018-12-20Eliminate UTF-8 characters except superscripted 2 in i2cJoel Sherrill2-4/+4
2018-11-03User: Simplify the top level headings.Chris Johns1-2/+2
2018-06-18Adding Trace DocumentationVidushi Vashishth5-0/+994
- Updates #3454 - This commit adds Tracing Framework Chapter in the RTEMS User Manual - It comprises of subchapters on RTEMS Trace Linker, Capture Engine, Trace generation techniques explaining trace generation using Trace Buffering and Printk generators and sample demonstrations.