{% extends 'base.jinja2' %} {% block body %} device_type: frdm-kw41z board_id: '{{ board_id|default('0000000000') }}' usb_vendor_id: '0d28' usb_product_id: '0204' actions: deploy: methods: image: parameters: boot: connections: serial: ssh: methods: pyocd: parameters: command: pyocd-flashtool options: - -d {{ debug|default('debug') }} - -t kw41z4 - -f 3000000 {% endblock body -%}