Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (2.4%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: 2xs
  • License: other
  • Language: C
  • Default Branch: master
  • Size: 53.7 KB
Statistics
  • Stars: 0
  • Watchers: 2
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created over 2 years ago · Last pushed over 1 year ago
Metadata Files
Readme License Authors Codemeta

README.md

Readme

This repository contains an example that illustrate the creation and deletion of a child partition, as well as the transfer of execution flow from the root partition to the child partition.

You can consult the compilation and execution information in the Getting Started file of the pipcore-mpu repository.

Owner

  • Name: 2XS
  • Login: 2xs
  • Kind: organization
  • Location: Université de Lille

CodeMeta (codemeta.json)

{
  "@context": [
    "https://doi.org/10.5063/schema/codemeta-2.0"
  ],
  "@type": "SoftwareSourceCode",
  "name": "pip-mpu-armv7-launcher",
  "description": "This repository contains an example that illustrates the creation and deletion of a child partition, as well as the transfer of execution flow from the root partition to the child partition.\r\n\r\nFor more information, see Getting Started of the pipcore-mpu repository.",
  "dateCreated": "2024-01-22",
  "datePublished": "2024-02-01",
  "license": [
    "https://spdx.org/licenses/CECILL-2.1"
  ],
  "url": "https://hal.science/hal-04433117",
  "identifier": [],
  "applicationCategory": [
    "info"
  ],
  "keywords": [
    "Computer Science",
    "Provable Security",
    "Security",
    "Formal Methods",
    "Operating System",
    "Internet of Things",
    "IoT",
    "Embedded system"
  ],
  "funder": [
    {
      "@type": "Organization",
      "name": "MESRI"
    },
    {
      "@type": "Organization",
      "name": "BMBF"
    },
    {
      "@type": "Organization",
      "name": "ANR"
    }
  ],
  "codeRepository": "https://github.com/2xs/pip-mpu-armv7-launcher",
  "relatedLink": [
    "https://pip.univ-lille.fr/",
    "https://github.com/2xs/pipcore-mpu",
    "https://github.com/2xs/dx",
    "https://github.com/2xs/digger"
  ],
  "programmingLanguage": [
    "C",
    "Python 3",
    "Makefile"
  ],
  "version": "1",
  "softwareVersion": "1.0.0",
  "dateModified": "2024-02-01",
  "developmentStatus": "Actif",
  "author": [
    {
      "@type": "Person",
      "givenName": "Damien",
      "familyName": "Amara",
      "affiliation": [
        {
          "@type": "Organization",
          "name": "Université de Lille"
        },
        {
          "@type": "Organization",
          "name": "CRIStAL"
        },
        {
          "@type": "Organization",
          "name": "2XS"
        }
      ]
    },
    {
      "@type": "Person",
      "givenName": "Nicolas",
      "familyName": "Dejon",
      "affiliation": [
        {
          "@type": "Organization",
          "name": "Orange Labs Caen"
        },
        {
          "@type": "Organization",
          "name": "CRIStAL"
        },
        {
          "@type": "Organization",
          "name": "2XS"
        }
      ]
    },
    {
      "@type": "Person",
      "givenName": "Gilles",
      "familyName": "Grimaud",
      "affiliation": [
        {
          "@type": "Organization",
          "name": "Université de Lille"
        },
        {
          "@type": "Organization",
          "name": "CRIStAL"
        },
        {
          "@type": "Organization",
          "name": "2XS"
        }
      ]
    },
    {
      "@type": "Person",
      "givenName": "Claire",
      "familyName": "Soyez-Martin",
      "affiliation": [
        {
          "@type": "Organization",
          "name": "Université de Lille"
        },
        {
          "@type": "Organization",
          "name": "CRIStAL"
        },
        {
          "@type": "Organization",
          "name": "2XS"
        }
      ]
    }
  ]
}

GitHub Events

Total
  • Push event: 3
Last Year
  • Push event: 3

Dependencies

child/relocator/requirements.txt pypi
  • pyelftools ==0.30
root/relocator/requirements.txt pypi
  • pyelftools ==0.30