Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions crates/fbuild-cli/src/cli/args.rs
Original file line number Diff line number Diff line change
Expand Up @@ -570,6 +570,12 @@ pub enum Commands {
#[command(subcommand)]
action: super::serial_probe::SerialAction,
},
/// End-to-end bring-up orchestrator (FastLED/fbuild#697).
/// Consolidates the build → flash → reset → monitor → RPC
/// pipeline that today is split between fbuild and FastLED's
/// Python `bash autoresearch`. Scaffold today; full
/// implementation per #697 follow-ups.
Bringup(super::bringup::BringupArgs),
}

/// Subcommands for `fbuild lnk`.
Expand Down
Loading
Loading