{
  "canonical_url": "https://crates.flyology.org/community/",
  "catalog": {
    "name": "community",
    "repository_url": "https://github.com/alire-project/alire-index",
    "revision": "cd12c6aa35b7d6483841517305d57ba167ec78d0"
  },
  "generated_at": "2026-08-23T04:55:42Z",
  "index": {
    "version": "1.4.0"
  },
  "package": {
    "catalog": "community",
    "description": "embedded runtime for the NRF52832 SoC",
    "development_only": false,
    "latest_version": "15.4.0",
    "name": "embedded_nrf52832",
    "selected_version": "15.4.0",
    "versions": [
      {
        "dependants": [],
        "dependencies": [
          {
            "catalog": "community",
            "condition": null,
            "name": "gnat_arm_elf",
            "package": "gnat_arm_elf",
            "provided_version": "15.3.1",
            "requirement": "^15",
            "resolved": true,
            "version": "15.3.1"
          }
        ],
        "development": false,
        "external": false,
        "manifest": {
          "authors": [
            "AdaCore",
            "Daniel King"
          ],
          "configuration": {
            "generate_c": false,
            "generate_gpr": false,
            "output_dir": "gnat_user",
            "variables": {
              "Interrupt_Secondary_Stack_Size": {
                "default": 128,
                "first": 1,
                "type": "Integer"
              },
              "Interrupt_Stack_Size": {
                "default": 1024,
                "first": 1,
                "type": "Integer"
              },
              "LFCLK_Src": {
                "default": "Xtal",
                "type": "Enum",
                "values": [
                  "Xtal",
                  "RC",
                  "Synth"
                ]
              },
              "Time_Base": {
                "default": "RTC2",
                "type": "Enum",
                "values": [
                  "RTC0",
                  "RTC1",
                  "RTC2"
                ]
              },
              "Use_Reset_Pin": {
                "default": true,
                "type": "Boolean"
              },
              "Use_SWO_Trace": {
                "default": true,
                "type": "Boolean"
              }
            }
          },
          "depends-on": [
            {
              "gnat_arm_elf": "^15"
            }
          ],
          "description": "embedded runtime for the NRF52832 SoC",
          "licenses": "GPL-3.0-or-later WITH GCC-exception-3.1",
          "long-description": "## Usage\n\nFirst edit your `alire.toml` file and add the following elements:\n - Add `embedded_nrf52832` in the dependency list:\n   ```toml\n   [[depends-on]]\n   embedded_nrf52832 = \"*\"\n   ```\n\nThen edit your project file to add the following elements:\n - \"with\" the run-time project file. With this, gprbuild will compile the run-time before your application\n   ```ada\n   with \"$(runtime_proj_prefix)_build.gpr\";\n   ```\n - Specify the `Target` and `Runtime` attributes:\n   ```ada\n      for Target use $(runtime_proj_prefix)_build'Target;\n      for Runtime (\"Ada\") use $(runtime_proj_prefix)_build'Runtime (\"Ada\");\n   ```\n",
          "maintainers": [
            "Daniel King <damaki.gh@gmail.com>"
          ],
          "maintainers-logins": [
            "damaki"
          ],
          "name": "embedded_nrf52832",
          "origin": {
            "hashes": [
              "sha256:83c2fb73dc72afd36500d84afb9948d02b0b04f8816477b46c47e181082efca9",
              "sha512:61afce85625961f6c36c1a3f459a71bb40cc26c57b07020de7600a5aa4c96caf141fdd37bddf9948321e14cbb9f59d0223e98c460e62e894aa4d422d4b150f4e"
            ],
            "url": "https://github.com/damaki/community-bb-runtimes/releases/download/v15.4.0/embedded-nrf52832-15.4.0.tar.gz"
          },
          "project-files": [
            "runtime_build.gpr",
            "ravenscar_build.gpr"
          ],
          "tags": [
            "embedded",
            "runtime"
          ],
          "version": "15.4.0",
          "website": "https://github.com/damaki/community-bb-runtimes"
        },
        "path": "index/em/embedded_nrf52832/embedded_nrf52832-15.4.0.toml",
        "version": "15.4.0"
      },
      {
        "dependants": [],
        "dependencies": [
          {
            "catalog": "community",
            "condition": null,
            "name": "gnat_arm_elf",
            "package": "gnat_arm_elf",
            "provided_version": "15.3.1",
            "requirement": "^15",
            "resolved": true,
            "version": "15.3.1"
          }
        ],
        "development": false,
        "external": false,
        "manifest": {
          "authors": [
            "AdaCore",
            "Daniel King"
          ],
          "configuration": {
            "generate_c": false,
            "generate_gpr": false,
            "output_dir": "gnat_user",
            "variables": {
              "LFCLK_Src": {
                "default": "Xtal",
                "type": "Enum",
                "values": [
                  "Xtal",
                  "RC",
                  "Synth"
                ]
              },
              "Time_Base": {
                "default": "RTC2",
                "type": "Enum",
                "values": [
                  "RTC0",
                  "RTC1",
                  "RTC2"
                ]
              },
              "Use_Reset_Pin": {
                "default": true,
                "type": "Boolean"
              },
              "Use_SWO_Trace": {
                "default": true,
                "type": "Boolean"
              }
            }
          },
          "depends-on": [
            {
              "gnat_arm_elf": "^15"
            }
          ],
          "description": "embedded runtime for the NRF52832 SoC",
          "licenses": "GPL-3.0-or-later WITH GCC-exception-3.1",
          "long-description": "## Usage\n\nFirst edit your `alire.toml` file and add the following elements:\n - Add `embedded_nrf52832` in the dependency list:\n   ```toml\n   [[depends-on]]\n   embedded_nrf52832 = \"*\"\n   ```\n\nThen edit your project file to add the following elements:\n - \"with\" the run-time project file. With this, gprbuild will compile the run-time before your application\n   ```ada\n   with \"$(runtime_proj_prefix)_build.gpr\";\n   ```\n - Specify the `Target` and `Runtime` attributes:\n   ```ada\n      for Target use $(runtime_proj_prefix)_build'Target;\n      for Runtime (\"Ada\") use $(runtime_proj_prefix)_build'Runtime (\"Ada\");\n   ```\n",
          "maintainers": [
            "Daniel King <damaki.gh@gmail.com>"
          ],
          "maintainers-logins": [
            "damaki"
          ],
          "name": "embedded_nrf52832",
          "origin": {
            "hashes": [
              "sha256:3b05d8df5c1d34f670a7602d39e46f0a5bbfbced19cee6511bd4da4c3c3e978c",
              "sha512:9979db5bc19203fb91722f4511ab9c771350d4720256739265a995b1c89ddffa75e585cdae94bc0cd030a51cab179ee5515e01ec113843cc2b654f21c346aeec"
            ],
            "url": "https://github.com/damaki/community-bb-runtimes/releases/download/v15.3.0/embedded-nrf52832-15.3.0.tar.gz"
          },
          "project-files": [
            "runtime_build.gpr",
            "ravenscar_build.gpr"
          ],
          "tags": [
            "embedded",
            "runtime"
          ],
          "version": "15.3.0",
          "website": "https://github.com/damaki/community-bb-runtimes"
        },
        "path": "index/em/embedded_nrf52832/embedded_nrf52832-15.3.0.toml",
        "version": "15.3.0"
      },
      {
        "dependants": [],
        "dependencies": [
          {
            "catalog": "community",
            "condition": null,
            "name": "gnat_arm_elf",
            "package": "gnat_arm_elf",
            "provided_version": "15.3.1",
            "requirement": "^15",
            "resolved": true,
            "version": "15.3.1"
          }
        ],
        "development": false,
        "external": false,
        "manifest": {
          "authors": [
            "AdaCore",
            "Daniel King"
          ],
          "configuration": {
            "generate_c": false,
            "generate_gpr": false,
            "output_dir": "gnat_user",
            "variables": {
              "LFCLK_Src": {
                "default": "Xtal",
                "type": "Enum",
                "values": [
                  "Xtal",
                  "RC",
                  "Synth"
                ]
              },
              "Time_Base": {
                "default": "RTC2",
                "type": "Enum",
                "values": [
                  "RTC0",
                  "RTC1",
                  "RTC2"
                ]
              },
              "Use_Reset_Pin": {
                "default": true,
                "type": "Boolean"
              },
              "Use_SWO_Trace": {
                "default": true,
                "type": "Boolean"
              }
            }
          },
          "depends-on": [
            {
              "gnat_arm_elf": "^15"
            }
          ],
          "description": "embedded runtime for the NRF52832 SoC",
          "licenses": "GPL-3.0-or-later WITH GCC-exception-3.1",
          "long-description": "## Usage\n\nFirst edit your `alire.toml` file and add the following elements:\n - Add `embedded_nrf52832` in the dependency list:\n   ```toml\n   [[depends-on]]\n   embedded_nrf52832 = \"*\"\n   ```\n\nThen edit your project file to add the following elements:\n - \"with\" the run-time project file. With this, gprbuild will compile the run-time before your application\n   ```ada\n   with \"$(runtime_proj_prefix)_build.gpr\";\n   ```\n - Specify the `Target` and `Runtime` attributes:\n   ```ada\n      for Target use $(runtime_proj_prefix)_build'Target;\n      for Runtime (\"Ada\") use $(runtime_proj_prefix)_build'Runtime (\"Ada\");\n   ```\n",
          "maintainers": [
            "Daniel King <damaki.gh@gmail.com>"
          ],
          "maintainers-logins": [
            "damaki"
          ],
          "name": "embedded_nrf52832",
          "origin": {
            "hashes": [
              "sha256:ba4945f04eedf0edb46e7d70b2832bde3f7a9b8b7c3eaad2e1ab951bad889e23",
              "sha512:71bc763b8fb20c83319982b46d3bd8243fb7044e5d1c18020643064792ed5cf41909a2fb69dd73c17c6da958958cad8bf9348b8485548dc1fa26b63bb7547992"
            ],
            "url": "https://github.com/damaki/community-bb-runtimes/releases/download/v15.2.0/embedded-nrf52832-15.2.0.tar.gz"
          },
          "project-files": [
            "runtime_build.gpr",
            "ravenscar_build.gpr"
          ],
          "tags": [
            "embedded",
            "runtime"
          ],
          "version": "15.2.0",
          "website": "https://github.com/damaki/community-bb-runtimes"
        },
        "path": "index/em/embedded_nrf52832/embedded_nrf52832-15.2.0.toml",
        "version": "15.2.0"
      },
      {
        "dependants": [],
        "dependencies": [
          {
            "catalog": "community",
            "condition": null,
            "name": "gnat_arm_elf",
            "package": "gnat_arm_elf",
            "provided_version": "15.3.1",
            "requirement": "^15",
            "resolved": true,
            "version": "15.3.1"
          }
        ],
        "development": false,
        "external": false,
        "manifest": {
          "authors": [
            "AdaCore",
            "Daniel King"
          ],
          "configuration": {
            "generate_c": false,
            "generate_gpr": false,
            "output_dir": "gnat_user",
            "variables": {
              "LFCLK_Src": {
                "default": "Xtal",
                "type": "Enum",
                "values": [
                  "Xtal",
                  "RC",
                  "Synth"
                ]
              },
              "Time_Base": {
                "default": "RTC2",
                "type": "Enum",
                "values": [
                  "RTC0",
                  "RTC1",
                  "RTC2"
                ]
              },
              "Use_Reset_Pin": {
                "default": true,
                "type": "Boolean"
              },
              "Use_SWO_Trace": {
                "default": true,
                "type": "Boolean"
              }
            }
          },
          "depends-on": [
            {
              "gnat_arm_elf": "^15"
            }
          ],
          "description": "embedded runtime for the nRF52832 SoC",
          "licenses": "GPL-3.0-or-later WITH GCC-exception-3.1",
          "long-description": "## Usage\n\nFirst edit your `alire.toml` file and add the following elements:\n - Add `embedded_nrf52832` in the dependency list:\n   ```toml\n   [[depends-on]]\n   embedded_nrf52832 = \"*\"\n   ```\n\nThen edit your project file to add the following elements:\n - \"with\" the run-time project file. With this, gprbuild will compile the run-time before your application\n   ```ada\n   with \"ravenscar_build.gpr\";\n   ```\n - Specify the `Target` and `Runtime` attributes:\n   ```ada\n      for Target use ravenscar_build'Target;\n      for Runtime (\"Ada\") use ravenscar_build'Runtime (\"Ada\");\n   ```\n",
          "maintainers": [
            "Daniel King <damaki.gh@gmail.com>"
          ],
          "maintainers-logins": [
            "damaki"
          ],
          "name": "embedded_nrf52832",
          "origin": {
            "hashes": [
              "sha256:2e0886be33f99b8790a54143fb18337899a8cb5a97c326d2372305ded3043b47",
              "sha512:f41a176951dc685be814392ddf9f10a6c2145aa774b7e0ef8ed7389bdf0a0c10dffd1efa42fb502c1a9e89cd6432f2f959dd59192f3349f59b76f09f8ce9c07e"
            ],
            "url": "https://github.com/damaki/nrf52-runtimes/releases/download/v15.0.1/embedded-nrf52832-15.0.1.tar.gz"
          },
          "project-files": [
            "runtime_build.gpr",
            "ravenscar_build.gpr"
          ],
          "tags": [
            "embedded",
            "runtime"
          ],
          "version": "15.0.1",
          "website": "https://github.com/damaki/nrf52-runtimes"
        },
        "path": "index/em/embedded_nrf52832/embedded_nrf52832-15.0.1.toml",
        "version": "15.0.1"
      },
      {
        "dependants": [],
        "dependencies": [
          {
            "catalog": "community",
            "condition": null,
            "name": "gnat_arm_elf",
            "package": "gnat_arm_elf",
            "provided_version": "15.3.1",
            "requirement": "^15",
            "resolved": true,
            "version": "15.3.1"
          }
        ],
        "development": false,
        "external": false,
        "manifest": {
          "authors": [
            "AdaCore",
            "Daniel King"
          ],
          "configuration": {
            "generate_c": false,
            "generate_gpr": false,
            "output_dir": "gnat_user",
            "variables": {
              "LFCLK_Src": {
                "default": "Xtal",
                "type": "Enum",
                "values": [
                  "Xtal",
                  "RC",
                  "Synth"
                ]
              },
              "Time_Base": {
                "default": "RTC2",
                "type": "Enum",
                "values": [
                  "RTC0",
                  "RTC1",
                  "RTC2"
                ]
              },
              "Use_Reset_Pin": {
                "default": true,
                "type": "Boolean"
              },
              "Use_SWO_Trace": {
                "default": true,
                "type": "Boolean"
              }
            }
          },
          "depends-on": [
            {
              "gnat_arm_elf": "^15"
            }
          ],
          "description": "embedded runtime for the nRF52832 SoC",
          "licenses": "GPL-3.0-or-later WITH GCC-exception-3.1",
          "long-description": "## Usage\n\nFirst edit your `alire.toml` file and add the following elements:\n - Add `embedded_nrf52832` in the dependency list:\n   ```toml\n   [[depends-on]]\n   embedded_nrf52832 = \"*\"\n   ```\n\nThen edit your project file to add the following elements:\n - \"with\" the run-time project file. With this, gprbuild will compile the run-time before your application\n   ```ada\n   with \"runtime_build.gpr\";\n   ```\n - Specify the `Target` and `Runtime` attributes:\n   ```ada\n      for Target use runtime_build'Target;\n      for Runtime (\"Ada\") use runtime_build'Runtime (\"Ada\");\n   ```\n",
          "maintainers": [
            "Daniel King <damaki.gh@gmail.com>"
          ],
          "maintainers-logins": [
            "damaki"
          ],
          "name": "embedded_nrf52832",
          "origin": {
            "hashes": [
              "sha256:86a62d22e667064a057de6d02bdd884933b4a451c3044c1ca04c03e5f74cb492",
              "sha512:92c5beba3f429a6484759bb45d0c885bd5eb800b1cc37b89d58819687564d2dc5c92866e9edde04519b6b73f31153ac8555a579bef206aab676accc4a2b1938a"
            ],
            "url": "https://github.com/damaki/nrf52-runtimes/releases/download/v15.0.0/embedded-nrf52832-15.0.0.tar.gz"
          },
          "project-files": [
            "runtime_build.gpr",
            "ravenscar_build.gpr"
          ],
          "tags": [
            "embedded",
            "runtime"
          ],
          "version": "15.0.0",
          "website": "https://github.com/damaki/nrf52-runtimes"
        },
        "path": "index/em/embedded_nrf52832/embedded_nrf52832-15.0.0.toml",
        "version": "15.0.0"
      },
      {
        "dependants": [],
        "dependencies": [
          {
            "catalog": "community",
            "condition": null,
            "name": "gnat_arm_elf",
            "package": "gnat_arm_elf",
            "provided_version": "14.2.1",
            "requirement": "^14",
            "resolved": true,
            "version": "14.2.1"
          }
        ],
        "development": false,
        "external": false,
        "manifest": {
          "authors": [
            "AdaCore",
            "Daniel King"
          ],
          "configuration": {
            "generate_c": false,
            "generate_gpr": false,
            "output_dir": "gnat_user",
            "variables": {
              "LFCLK_Src": {
                "default": "Xtal",
                "type": "Enum",
                "values": [
                  "Xtal",
                  "RC",
                  "Synth"
                ]
              },
              "Time_Base": {
                "default": "RTC2",
                "type": "Enum",
                "values": [
                  "RTC0",
                  "RTC1",
                  "RTC2"
                ]
              },
              "Use_Reset_Pin": {
                "default": true,
                "type": "Boolean"
              },
              "Use_SWO_Trace": {
                "default": true,
                "type": "Boolean"
              }
            }
          },
          "depends-on": [
            {
              "gnat_arm_elf": "^14"
            }
          ],
          "description": "embedded runtime for the nRF52832 SoC",
          "licenses": "GPL-3.0-or-later WITH GCC-exception-3.1",
          "long-description": "## Usage\n\nFirst edit your `alire.toml` file and add the following elements:\n - Add `embedded_nrf52832` in the dependency list:\n   ```toml\n   [[depends-on]]\n   embedded_nrf52832 = \"*\"\n   ```\n\nThen edit your project file to add the following elements:\n - \"with\" the run-time project file. With this, gprbuild will compile the run-time before your application\n   ```ada\n   with \"ravenscar_build.gpr\";\n   ```\n - Specify the `Target` and `Runtime` attributes:\n   ```ada\n      for Target use ravenscar_build'Target;\n      for Runtime (\"Ada\") use ravenscar_build'Runtime (\"Ada\");\n   ```\n",
          "maintainers": [
            "Daniel King <damaki.gh@gmail.com>"
          ],
          "maintainers-logins": [
            "damaki"
          ],
          "name": "embedded_nrf52832",
          "origin": {
            "hashes": [
              "sha256:8c2cf55a026e77e68befa13bf200efe01d97a1801206e50b6b571c5ab7b47b00",
              "sha512:af4f2c8cfb080f3f727eb5efc2e763856fff3bf85d07899877de43d781fc19a090a37527bff85c9b51f75f8348da793ce08209d57b1e5146b5991bc5c2c5734e"
            ],
            "url": "https://github.com/damaki/nrf52-runtimes/releases/download/v14.1.1/embedded-nrf52832-14.1.1.tar.gz"
          },
          "project-files": [
            "runtime_build.gpr",
            "ravenscar_build.gpr"
          ],
          "tags": [
            "embedded",
            "runtime"
          ],
          "version": "14.1.1",
          "website": "https://github.com/damaki/nrf52-runtimes"
        },
        "path": "index/em/embedded_nrf52832/embedded_nrf52832-14.1.1.toml",
        "version": "14.1.1"
      },
      {
        "dependants": [],
        "dependencies": [
          {
            "catalog": "community",
            "condition": null,
            "name": "gnat_arm_elf",
            "package": "gnat_arm_elf",
            "provided_version": "14.2.1",
            "requirement": "^14",
            "resolved": true,
            "version": "14.2.1"
          }
        ],
        "development": false,
        "external": false,
        "manifest": {
          "authors": [
            "AdaCore",
            "Daniel King"
          ],
          "configuration": {
            "generate_c": false,
            "generate_gpr": false,
            "output_dir": "gnat_user",
            "variables": {
              "LFCLK_Src": {
                "default": "Xtal",
                "type": "Enum",
                "values": [
                  "Xtal",
                  "RC",
                  "Synth"
                ]
              },
              "Time_Base": {
                "default": "RTC2",
                "type": "Enum",
                "values": [
                  "RTC0",
                  "RTC1",
                  "RTC2"
                ]
              },
              "Use_Reset_Pin": {
                "default": true,
                "type": "Boolean"
              },
              "Use_SWO_Trace": {
                "default": true,
                "type": "Boolean"
              }
            }
          },
          "depends-on": [
            {
              "gnat_arm_elf": "^14"
            }
          ],
          "description": "embedded runtime for the nRF52832 SoC",
          "licenses": "GPL-3.0-or-later WITH GCC-exception-3.1",
          "long-description": "## Usage\n\nFirst edit your `alire.toml` file and add the following elements:\n - Add `embedded_nrf52832` in the dependency list:\n   ```toml\n   [[depends-on]]\n   embedded_nrf52832 = \"*\"\n   ```\n\nThen edit your project file to add the following elements:\n - \"with\" the run-time project file. With this, gprbuild will compile the run-time before your application\n   ```ada\n   with \"runtime_build.gpr\";\n   ```\n - Specify the `Target` and `Runtime` attributes:\n   ```ada\n      for Target use runtime_build'Target;\n      for Runtime (\"Ada\") use runtime_build'Runtime (\"Ada\");\n   ```\n",
          "maintainers": [
            "Daniel King <damaki.gh@gmail.com>"
          ],
          "maintainers-logins": [
            "damaki"
          ],
          "name": "embedded_nrf52832",
          "origin": {
            "hashes": [
              "sha256:50faca4dc127ac601ca8f6c4340ef07c48ca9e839ea25244489c39193ea163aa",
              "sha512:30c3c6723fdc3f2cfa2850c30c1cc3950abf16b85b6e4f35409eb72ff01c11b289cecfcd62a9ee0f1a9136253d36594842e549d157088aefb42a6c054c91917a"
            ],
            "url": "https://github.com/damaki/nrf52-runtimes/releases/download/v14.1.0/embedded-nrf52832-14.1.0.tar.gz"
          },
          "project-files": [
            "runtime_build.gpr",
            "ravenscar_build.gpr"
          ],
          "tags": [
            "embedded",
            "runtime"
          ],
          "version": "14.1.0",
          "website": "https://github.com/damaki/nrf52-runtimes"
        },
        "path": "index/em/embedded_nrf52832/embedded_nrf52832-14.1.0.toml",
        "version": "14.1.0"
      }
    ]
  },
  "schema_version": 4
}
