File: docs.yml

package info (click to toggle)
pyocd 0.36.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 341,216 kB
  • sloc: xml: 3,682,260; python: 59,213; ansic: 112; makefile: 87; asm: 25; sh: 14
file content (46 lines) | stat: -rw-r--r-- 833 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
- title: Getting started
  docs:
  - installing
  - installing_on_non_x86
  - gdb_setup
- title: User guide
  docs:
  - target_support
  - debug_probes
  - configuration
  - open_cmsis_pack_support
  - gdbserver
  - user_scripts
  - remote_probe_access
  - configuring_logging
  - security
  - multicore_debug
  - semihosting
  - swo_swv
  - memory_attributes
  - target_family_notes
  - faq
- title: Reference
  docs:
  - terminology
  - builtin-targets
  - options
  - command_reference
  - env_vars
- title: Python API
  docs:
  - api/architecture
  - python_api
  - api_examples
  - api/using_session_options
- title: Developers
  docs:
  - developers_guide
  - adding_new_targets
#  - how_to_build
  - automated_tests
  - title: Internal design
    docs:
    - architecture
    - developer/board_ids
    - remote_probe_protocol