summary refs log tree commit diff
path: root/data
diff options
context:
space:
mode:
authorMega Mind <68985133+megamind4089@users.noreply.github.com>2022-08-14 19:27:26 +0800
committerGitHub <noreply@github.com>2022-08-14 21:27:26 +1000
commitfce99f38757d7ddbcaada0f5f0157ca24b6162b7 (patch)
tree1164212f57f73c9b85d06b3713527ad4809fe735 /data
parentba04ecfabd4f254bb89ccd7d1de9ac7fb228ce5b (diff)
[Controller] Added board config for custom controller STeMCell (#16287)
Co-authored-by: Mariappan Ramasamy <947300+Mariappan@users.noreply.github.com>
Co-authored-by: Mariappan Ramasamy <maari@basis-ai.com>
Co-authored-by: Sadek Baroudi <sadekbaroudi@gmail.com>
Diffstat (limited to 'data')
-rw-r--r--data/mappings/defaults.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/data/mappings/defaults.json b/data/mappings/defaults.json
index 5e25405c37..2c9fb317c9 100644
--- a/data/mappings/defaults.json
+++ b/data/mappings/defaults.json
@@ -54,6 +54,12 @@
             "processor": "STM32F411",
             "bootloader": "stm32-dfu",
             "board": "BLACKPILL_STM32_F411"
+        },
+        "stemcell": {
+            "processor": "STM32F411",
+            "bootloader": "tinyuf2",
+            "board": "STEMCELL",
+            "pin_compatible": "promicro"
         }
     }
 }