yinshengkai
|
55ce5d0511
|
note: remove SCHED_INSTRUMENTATION_HIRES
Signed-off-by: yinshengkai <yinshengkai@xiaomi.com>
|
2023-02-23 22:30:07 +08:00 |
chao an
|
ee1e1108a7
|
drivers/note: fix build break by note rename change
Regression by:
| commit ee24396d77
| Author: Xiang Xiao <xiaoxiang@xiaomi.com>
| Date: Tue Feb 14 01:11:48 2023 +0800
|
| drivers/note: Change DRIVER_NOTExxx to DRIVERS_NOTExxx
|
| follow other driver config style
|
| Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
Signed-off-by: chao an <anchao@xiaomi.com>
|
2023-02-20 16:19:57 +08:00 |
yinshengkai
|
dd32eccfc3
|
drivers/note: Move taskname related functions to note_driver.c
so all note drivers can retrieve the task name even after the task exit
Signed-off-by: yinshengkai <yinshengkai@xiaomi.com>
|
2022-12-26 15:03:57 +08:00 |
Xiang Xiao
|
1d1bdd85a3
|
Remove the double blank line from source files
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
|
2022-02-20 20:10:14 +01:00 |
Nathan Hartman
|
26f09cec6d
|
Documentation: Fix a few typos.
* Documentation/contributing/documentation.rst
* Documentation/guides/tasktraceuser.rst
* Documentation/guides/drivers.rst
* Documentation/quickstart/running.rst
* Documentation/quickstart/compiling.rst
* Documentation/components/drivers/character/watchdog.rst
* Documentation/components/drivers/character/foc.rst
* Documentation/components/nxgraphics/nxtk.rst
* Documentation/applications/nsh/login.rst
* Documentation/introduction/detailed_support.rst
* Documentation/introduction/resources.rst
* Documentation/reference/user/01_task_control.rst
* Documentation/reference/os/wqueue.rst
Fix some misspelled words.
Many of these were caught by codespell.
|
2021-04-28 17:00:23 -03:00 |
Nakamura, Yuuichi
|
08ad202dfb
|
Update task trace document
|
2020-11-02 01:12:08 -08:00 |
Brennan Ashton
|
23cd1e030e
|
Docs: Fix broken links and references in docs
Also add to the CI a problem matcher to better report issues
Signed-off-by: Brennan Ashton <bashton@brennanashton.com>
|
2020-10-22 10:22:11 -03:00 |
Nakamura, Yuuichi
|
d8d19911ef
|
Add SCHED_INSTRUMENTATION_HIRES support
|
2020-10-21 00:33:10 +08:00 |
Nakamura, Yuuichi
|
e1b9c278f8
|
Update trace command document
|
2020-10-21 00:31:51 +08:00 |
Xiang Xiao
|
598e3eedb4
|
Documentation: Remove all tail spaces from *.rst and *.html
by the below command:
find . -type f -name '*.rst' -exec sed --in-place 's/[[:space:]]\+$//' {} \+
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
|
2020-10-18 10:51:22 -07:00 |
Nakamura, Yuuichi
|
1472a913a9
|
Add documentation for note filters and task trace guides
|
2020-10-16 10:13:15 +08:00 |