{
  "actions": [
    {
      "command": [
        "alr",
        "-C",
        "../../demos/ping_text_io",
        "build"
      ],
      "type": "test"
    }
  ],
  "authors": [
    "Stephane Carrez"
  ],
  "configuration": {
    "generate_c": false,
    "variables": {
      "Extra_Buffers": {
        "default": 8,
        "first": 0,
        "last": 1024,
        "type": "Integer"
      },
      "RX_Ring_Size": {
        "default": 8,
        "first": 0,
        "last": 1024,
        "type": "Integer"
      },
      "TX_Ring_Size": {
        "default": 8,
        "first": 0,
        "last": 1024,
        "type": "Integer"
      }
    }
  },
  "depends-on": [
    {
      "cortex_m": "~0.5",
      "enet": "^1.0.0",
      "ethernet": "^1.0.0"
    }
  ],
  "description": "ENet driver for STM32",
  "licenses": "Apache-2.0",
  "maintainers": [
    "Stephane Carrez <Stephane.Carrez@gmail.com>",
    "Max Reznik <reznikmm@gmail.com>"
  ],
  "maintainers-logins": [
    "stcarrez",
    "reznikmm"
  ],
  "name": "enet_stm32",
  "origin": {
    "commit": "ea3154888f8b93ec44c4ea86a71714e5a12dfd02",
    "subdir": "./drivers/enet_stm32/",
    "url": "git+https://github.com/stcarrez/ada-enet.git"
  },
  "tags": [
    "stm32",
    "enet",
    "driver",
    "network"
  ],
  "version": "1.0.0",
  "website": "https://github.com/stcarrez/ada-enet"
}
