type: pkg

project:
  name: mcp2515-driver
  version: 1.0.0
  keywords:
  - wio
  - pkg
  - mcp2515
  - emd
  - canbus
  compile_options:
    wio_version: 0.4.2
    default_target: tests

targets:
  tests:
    src: tests
    platform: native

dependencies:
  mcp2515-base:
    link_visibility: PUBLIC
    version: 1.0.1

