Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

CLI

The aves command-line interface drives every workspace operation.

aves build

Build everything declared in aves_manifest.toml for the project’s board.

aves build

Outputs land at build/<package>/<board>/*.{uf2,hex,zip} (the exact extensions depend on each package’s [build] outputs globs).

aves packages list

List packages discovered in the workspace.

aves packages list

Filter by category:

aves packages list --category bootloader

Categories follow the [package] category field — bootloader, kernel, softdevice, tool, library.