aboutsummaryrefslogtreecommitdiff
path: root/lava_scheduler_app/tests/device-types/nrf52-nitrogen.jinja2
blob: 48417c3e5f21d13f63d34589122229f580bfafdc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{% extends 'base.jinja2' %}
{% block body %}
device_type: nrf52-nitrogen
board_id: '{{ board_id|default('0000000000') }}'

actions:
  deploy:
    methods:
      image:

  boot:
    connections:
      serial:
      ssh:
    methods:
      pyocd:
        parameters:
          command:
            pyocd-flashtool
          options:
          - -d {{ debug|default('debug') }}
          - -t nrf52
          - -f 3000000
{% endblock -%}