Skip to content

Commit

Permalink
[shell] Add device layer commands: start, get, config. (#1574)
Browse files Browse the repository at this point in the history
* [shell] Add device layer commands: start, get, config.

* [shell] add shell to default build.

* [shell] Strip out unneeded gni file.

* [shell] Simplified helpers for getting config fields.

* [shell] PR comment resolution.

* [shell] PR comment resolution. Add TODO(#1586) to stack large bufs.

* [shell] Fix #1586.

* [shell] add Manufacturer Device config.

* [shell] Delete unused linux config header.
  • Loading branch information
turon authored Jul 14, 2020
1 parent 47f325f commit c10d357
Show file tree
Hide file tree
Showing 7 changed files with 516 additions and 2 deletions.
1 change: 1 addition & 0 deletions BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ if (current_toolchain != "${dir_pw_toolchain}/dummy:dummy") {
deps += [
"${chip_root}/src/qrcodetool",
"${chip_root}/src/setup_payload",
"${chip_root}/examples/shell",
]
}
}
Expand Down
1 change: 1 addition & 0 deletions examples/shell/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ assert(chip_build_tools)
executable("chip-shell") {
sources = [
"cmd_base64.cpp",
"cmd_device.cpp",
"cmd_misc.cpp",
"main.cpp",
]
Expand Down
Loading

0 comments on commit c10d357

Please sign in to comment.