summaryrefslogtreecommitdiffstats
path: root/recipes-devtools
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2022-12-07 19:03:22 +0900
committerScott Murray <scott.murray@konsulko.com>2022-12-10 07:48:37 +0000
commitdc0117b9ccf34fb2a833a866f4048d1f5de2d986 (patch)
tree8c30bf210742a5b71a4ef454d8c770164221a459 /recipes-devtools
parent1460f80a5f49785b3b713bf8a8787d64630cb3c8 (diff)
radio: Update display name
Set AGL_APP_NAME for the radio application. Bug-AGL: SPEC-4638 Change-Id: I05f5e30f79d53fb9faa913d06801bfd5ec05bf85 Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Diffstat (limited to 'recipes-devtools')
0 files changed, 0 insertions, 0 deletions
ng.Doc */ .highlight .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */ .highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */ .highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
# Summary

* [Document revisions](0-Doc-Revisions.md)

* [Part 1 - Getting Started for Users](part-1/0_Abstract.md)
  * [Installing xds-server](part-1/1_install-xds-server.md)
    * [Based on Docker container](part-1/1-1_install-xds-server-docker.md)
    * [Based on Virtual Machine appliance](part-1/1-2_install-xds-server-vm.md)
    * [Native installation](part-1/1-3_install-xds-server-native.md)
  * [Installing xds client tools](part-1/2_install-client.md)
  * [Installing AGL SDKs](part-1/3_install-sdks.md)
  * [Create your first AGL application](part-1/4_build-first-app.md)
    * [Setup](part-1/4-1_build-first-app-setup.md)
    * [Build using command line tool](part-1/4-2_build-first-app-cmd.md)
    * [Build using XDS Dashboard](part-1/4-3_build-first-app-dashboard.md)
    * [Build using a source code editor / IDE](part-1/4-4_build-first-app-ide.md)
  * [Debug your first AGL application](part-1/5_debug-first-app.md)
    * [Configuration](part-1/5-1_debug-first-app-config.md)
    * [xds-gdb from command line](part-1/5-2_debug-first-app-cmd.md)
    * [xds-gdb within an IDE](part-1/5-3_debug-first-app-ide.md)

* [Part 2 - XDS internals](part-2/0_Abstract.md)
  * [Prerequisites](part-2/1_Prerequisites.md)
  * [XDS-server](part-2/1_xds-server/0_abstract.md)
    * [Build from scratch](part-2/1_xds-server/1_build.md)
    * [Configuration](part-2/1_xds-server/2_config.md)
    * [How to run](part-2/1_xds-server/3_how-to-run.md)
    * [Debugging](part-2/1_xds-server/4_debug.md)
    * [Test](part-2/1_xds-server/5_test.md)
  * [XDS-agent](part-2/2_xds-agent/0_abstract.md)
    * [Build from scratch](part-2/2_xds-agent/1_build.md)
    * [Configuration](part-2/2_xds-agent/2_config.md)
    * [Start](part-2/2_xds-agent/3_start.md)
    * [Debugging](part-2/2_xds-agent/4_debug.md)
  * [XDS-cli](part-2/3_xds-cli/0_abstract.md)
    * [Build from scratch](part-2/3_xds-cli/1_build.md)
    * [Configuration](part-2/3_xds-cli/2_config.md)
    * [CLI Commands](part-2/3_xds-cli/3_commands.md)
    * [Debugging](part-2/3_xds-cli/4_debug.md)
  * [XDS-gdb](part-2/4_xds-gdb/0_abstract.md)
    * [Build from scratch](part-2/4_xds-gdb/1_build.md)
    * [Configuration](part-2/4_xds-gdb/2_config.md)
    * [Debugging](part-2/4_xds-gdb/3_debug.md)