summaryrefslogtreecommitdiffstats
path: root/user/tracing (follow)
Commit message (Collapse)AuthorAgeFilesLines
* user: Automatic version number fixesChris Johns2023-12-202-16/+16
| | | | Updates #4695
* Update company nameSebastian Huber2023-05-201-1/+1
| | | | | The embedded brains GmbH & Co. KG is the legal successor of embedded brains GmbH.
* Document CONFIGURE_RECORD_INTERRUPTS_ENABLEDSebastian Huber2022-12-021-60/+5
| | | | Close #4769.
* Update build system related sections for RTEMS 6Sebastian Huber2022-11-081-2/+2
| | | | Update sections which contained the word "bsp_specs".
* user: Mention use of LLVMSebastian Huber2021-01-041-0/+4
|
* user: Document event recordingSebastian Huber2020-04-111-10/+212
| | | | Close #3904.
* User: Change output block to type none.Chris Johns2019-03-013-10/+10
|
* user: Remove nit-picky warnings.Chris Johns2019-02-284-13/+13
|
* user: Add basic event recording documentationSebastian Huber2019-02-015-4/+64
| | | | Update #3665.
* user: Spell out third-partySebastian Huber2019-01-241-1/+1
|
* Simplify SPDX-License-Identifier commentSebastian Huber2019-01-115-5/+5
|
* Remove superfluous "All rights reserved."Sebastian Huber2019-01-115-5/+0
|
* Use standard format for copyright linesSebastian Huber2019-01-115-5/+5
|
* Eliminate UTF-8 characters except superscripted 2 in i2cJoel Sherrill2018-12-202-4/+4
|
* User: Simplify the top level headings.Chris Johns2018-11-031-2/+2
|
* Adding Trace DocumentationVidushi Vashishth2018-06-185-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.