Browse Source

Added missing board file

Per Mårtensson 3 years ago
parent
commit
961d914e1b
2 changed files with 38 additions and 0 deletions
  1. 1 0
      hw/README.md
  2. 37 0
      sw/boards/blacksasi_f411m.json

+ 1 - 0
hw/README.md

@@ -0,0 +1 @@
+BlackSASI Hardware © 2022 by Per Mårtensson is licensed under Attribution-NonCommercial 4.0 International 

+ 37 - 0
sw/boards/blacksasi_f411m.json

@@ -0,0 +1,37 @@
+{
+  "build": {
+    "core": "stm32",
+    "cpu": "cortex-m4",
+    "extra_flags": "-DSTM32F411xE -DSTM32F4xx",
+    "f_cpu": "96000000L",
+    "mcu": "stm32f411vet6",
+    "product_line": "STM32F411xE",
+    "variant": "STM32F4xx/BLACKSASI_F411M"
+  },
+  "debug": {
+    "jlink_device": "STM32F411VE",
+    "openocd_target": "stm32f4x",
+    "svd_path": "STM32F411xx.svd"
+  },
+  "frameworks": [
+    "arduino",
+    "cmsis",
+    "stm32cube",
+    "libopencm3"
+  ],
+  "name": "BLACKSASI(128k RAM. 512k Flash)",
+  "upload": {
+    "maximum_ram_size": 131072,
+    "maximum_size": 524288,
+    "protocol": "serial",
+    "protocols": [
+      "blackmagic",
+      "dfu",
+      "jlink",
+      "serial",
+      "stlink"
+    ]
+  },
+  "url": "https://www.st.com/en/microcontrollers-microprocessors/stm32f411ve.html",
+  "vendor": "SweProj"
+}