From ba62d654b70d83df5e14e21c29adb0e0082038a0 Mon Sep 17 00:00:00 2001 From: Fabien Chouteau Date: Sun, 19 Jan 2020 22:01:25 +0100 Subject: [PATCH] Add pygamer_bsp and pygamer_simulator --- index/py/pygamer_bsp.toml | 15 +++++++++++++++ index/py/pygamer_simulator.toml | 15 +++++++++++++++ 2 files changed, 30 insertions(+) create mode 100644 index/py/pygamer_bsp.toml create mode 100644 index/py/pygamer_simulator.toml diff --git a/index/py/pygamer_bsp.toml b/index/py/pygamer_bsp.toml new file mode 100644 index 00000000..ae97cecf --- /dev/null +++ b/index/py/pygamer_bsp.toml @@ -0,0 +1,15 @@ +[general] +description = "Board Support Package for the AdaFruit PyGamer" +maintainers = ["fabien.chouteau@gmail.com"] +maintainers-logins = ["Fabien-Chouteau"] +licenses = ["BSD 3-Clauses"] +tags = ["embedded", "nostd", "pygamer", "adafruit", "game", "console", "bsp"] + +project-files = ["pygamer_bsp.gpr"] + +["0.1.0"] +origin = "https://github.com/Fabien-Chouteau/pygamer-bsp/releases/download/v0.1.0/pygamer-bsp-0.1.0.zip" +origin-hashes = ["sha512:8d76848eddaf490302ae591439b2b8c1ce667c4713b505557726069f7e08185c65d4f5fbf5d960bc438f536939843049bdb011225de532d2794a33b54f509d11"] +["0.1.0".depends-on] +cortex_m = "^0.1.0" +samd51_hal = "^0.1.0" diff --git a/index/py/pygamer_simulator.toml b/index/py/pygamer_simulator.toml new file mode 100644 index 00000000..08cbd48e --- /dev/null +++ b/index/py/pygamer_simulator.toml @@ -0,0 +1,15 @@ +[general] +description = "SDL simulator of the AdaFruit PyGamer" +maintainers = ["fabien.chouteau@gmail.com"] +maintainers-logins = ["Fabien-Chouteau"] +licenses = ["BSD 3-Clauses"] +tags = ["pygamer", "adafruit", "game", "console", "simulator"] + +project-files = ["pygamer_simulator.gpr"] + +["0.1.0"] +origin = "https://github.com/Fabien-Chouteau/pygamer-simulator/releases/download/v0.1.0/pygamer-simulator-0.1.0.zip" +origin-hashes = ["sha512:6791f2e1ec0a60d8dcf70a0feaf9e755ee1079fdc51fad61e0475cf89b98e28f6363792aac3ff7881a2d1258c3abae6c3873b3f9827f8710e0d0ade2b4d27c36"] +["0.1.0".depends-on] +sdlada = "^2.3.1" +hal = "^0.1.0"