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 |