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

required_vars

This field contains an optional list of variable names that must be set for the task to be available in a build configuration.

Example:

    tasks:
      flash:
        required_vars:
          - FLASH_TOOL
          - TARGET_PORT
        cmd:
          - ${FLASH_TOOL} -p ${TARGET_PORT} ${out}