newt size

Calculates the size of target components for a target.

Usage:

newt size <target-name> [flags]

Flags:

-F, --flash   Print FLASH statistics
-R, --ram     Print RAM statistics

Global Flags:

-h, --help              Help for newt commands
-j, --jobs int          Number of concurrent build jobs (default 8)
-l, --loglevel string   Log level (default "WARN")
-o, --outfile string    Filename to tee output to
-q, --quiet             Be quiet; only display error output
-s, --silent            Be silent; don't output anything
-v, --verbose           Enable verbose output when executing commands

Description

Displays the RAM and FLASH size of each component for the target-name target.

Examples

Usage

Explanation

newt size blink_rigado

Inspects and lists the RAM and Flash memory that each component (object files and libraries) for the blink_rigado target.