From 87c2586250de3b0982abe35c06284b2a6fdf964f Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Sat, 6 Feb 2021 22:03:13 +0800 Subject: [PATCH] mcu: add Hydra Git input for Sayma MMC firmware --- hydra/mcu.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hydra/mcu.json b/hydra/mcu.json index 9ab5435..a5e0538 100644 --- a/hydra/mcu.json +++ b/hydra/mcu.json @@ -16,7 +16,8 @@ "nixScripts": { "type": "git", "value": "https://git.m-labs.hk/M-Labs/nix-scripts.git", "emailresponsible": false }, "stabilizerSrc": { "type": "git", "value": "git://github.com/quartiq/stabilizer.git", "emailresponsible": false }, "thermostatSrc": { "type": "git", "value": "https://git.m-labs.hk/M-Labs/thermostat.git", "emailresponsible": false }, - "humpbackDdsSrc": { "type": "git", "value": "https://git.m-labs.hk/M-Labs/humpback-dds.git", "emailresponsible": false } + "humpbackDdsSrc": { "type": "git", "value": "https://git.m-labs.hk/M-Labs/humpback-dds.git", "emailresponsible": false }, + "saymaMmcSrc": { "type": "git", "value": "git://github.com/sinara-hw/openMMC sayma-devel", "emailresponsible": false } } } }