blob: 744826865921817d1fdf4bf7b882ddc934a5b432 (
plain)
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
|
type: books
books:
-
id: xds-docs
title: "X(cross) Development System: User's Guide"
description: XDS Docs documentation
keywords:
author: "IotBzh"
version: master
chapters:
- url: part-1/xds-overview.md
name: Overview
- name: Installing XDS
children:
- url: part-1/server-part.md
name: Server Part
- url: part-1/client-part.md
name: Client Part
- url: part-1/install-sdk.md
name: AGL SDKs
- name: Create your first AGL application
children:
- url: part-1/create-app-overview.md
name: Overview
- url: part-1/create-app-requirements.md
name: Requirements
- url: part-1/create-app-get-source-files.md
name: Get the Source Files
- url: part-1/create-app-build-cmd-line.md
name: Build Using the Command Line
- url: part-1/create-app-build-dashboard.md
name: Build Using the XDS Dashboard
- url: part-1/create-app-build-ide.md
name: Build Using an IDE
- name: Debugging Your First AGL Application
children:
- url: part-1/debug-overview.md
name: Overview
- url: part-1/debug-configuration.md
name: Configuration
- url: part-1/debug-cmd-line.md
name: Using the Command Line
- url: part-1/debug-ide.md
name: Using an IDE
- name: "X(cross) Development System: Internals"
children:
- url: part-2/0_Abstract.md
name: Abstract
- url: part-2/1_Prerequisites.md
name: Prerequisites
- name: XDS-server
children:
- url: part-2/1_xds-server/0_abstract.md
name: Abstract
- url: part-2/1_xds-server/1_build.md
name: Build from scratch
- url: part-2/1_xds-server/2_config.md
name: Configuration
- url: part-2/1_xds-server/3_how-to-run.md
name: How to run
- url: part-2/1_xds-server/4_debug.md
name: Debugging
- url: part-2/1_xds-server/5_test.md
name: Test
- name: XDS-agent
children:
- url: part-2/2_xds-agent/0_abstract.md
name: Abstract
- url: part-2/2_xds-agent/1_build.md
name: Build from scratch
- url: part-2/2_xds-agent/2_config.md
name: Configuration
- url: part-2/2_xds-agent/3_start.md
name: Start
- url: part-2/2_xds-agent/4_debug.md
name: Debugging
- name: XDS-cli
children:
- url: part-2/3_xds-cli/0_abstract.md
name: Abstract
- url: part-2/3_xds-cli/1_build.md
name: Build from scratch
- url: part-2/3_xds-cli/2_config.md
name: Configuration
- url: part-2/3_xds-cli/3_commands.md
name: CLI Commands
- url: part-2/3_xds-cli/4_debug.md
name: Debugging
- name: XDS-gdb
children:
- url: part-2/4_xds-gdb/0_abstract.md
name: Abstract
- url: part-2/4_xds-gdb/1_build.md
name: Build from scratch
- url: part-2/4_xds-gdb/2_config.md
name: Configuration
- url: part-2/4_xds-gdb/3_debug.md
name: Debugging
|