From 368c28f25d37d5e6d3c3c0d39e24af1065008b46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Filipe=20La=C3=ADns?= Date: Wed, 11 Jan 2023 04:00:52 +0000 Subject: [PATCH 1/2] Add Nucleo H7A3ZI-Q board MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Filipe Laíns --- boards/nucleo_h7a3zi_q.json | 48 +++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 boards/nucleo_h7a3zi_q.json diff --git a/boards/nucleo_h7a3zi_q.json b/boards/nucleo_h7a3zi_q.json new file mode 100644 index 00000000..b267c134 --- /dev/null +++ b/boards/nucleo_h7a3zi_q.json @@ -0,0 +1,48 @@ +{ + "build": { + "core": "stm32", + "cpu": "cortex-m7", + "extra_flags": "-DSTM32H7xx -DSTM32H7A3xx", + "f_cpu": "280000000L", + "mcu": "stm32h7a3zit6q", + "product_line": "STM32H7A3xx", + "zephyr": { + "variant": "nucleo_h7a3zi_q_m7" + } + }, + "connectivity": [ + "can" + ], + "debug": { + "default_tools": [ + "stlink" + ], + "jlink_device": "STM32H7A3ZI", + "onboard_tools": [ + "stlink" + ], + "openocd_board": "st_nucleo_h7a3zi", + "openocd_target": "stm32h7x", + "svd_path": "STM32H7A3_CM7.svd" + }, + "frameworks": [ + "cmsis", + "stm32cube", + "zephyr" + ], + "name": "ST Nucleo H7A3ZI-Q", + "upload": { + "maximum_ram_size": 1409024, + "maximum_size": 2097152, + "protocol": "stlink", + "protocols": [ + "jlink", + "cmsis-dap", + "stlink", + "blackmagic", + "mbed" + ] + }, + "url": "https://www.st.com/en/evaluation-tools/nucleo-h7a3zi-q.html", + "vendor": "ST" +} From e5d17c25faa42ff290f973c7ea6a5f3da0c7b341 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Filipe=20La=C3=ADns?= Date: Wed, 11 Jan 2023 04:02:11 +0000 Subject: [PATCH 2/2] Add Nucleo H755ZI-Q board MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Filipe Laíns --- boards/nucleo_h755zi_q.json | 49 +++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 boards/nucleo_h755zi_q.json diff --git a/boards/nucleo_h755zi_q.json b/boards/nucleo_h755zi_q.json new file mode 100644 index 00000000..f6a87cda --- /dev/null +++ b/boards/nucleo_h755zi_q.json @@ -0,0 +1,49 @@ +{ + "build": { + "core": "stm32", + "cpu": "cortex-m7", + "extra_flags": "-DSTM32H7xx -DSTM32H755xx", + "f_cpu": "480000000L", + "mcu": "stm32h755zit6", + "product_line": "STM32H755xx", + "zephyr": { + "variant": "nucleo_h755zi_q_m7" + } + }, + "connectivity": [ + "can", + "ethernet" + ], + "debug": { + "default_tools": [ + "stlink" + ], + "jlink_device": "STM32H755ZI", + "onboard_tools": [ + "stlink" + ], + "openocd_board": "st_nucleo_h755zi", + "openocd_target": "stm32h7x", + "svd_path": "STM32H755_CM7.svd" + }, + "frameworks": [ + "cmsis", + "stm32cube", + "zephyr" + ], + "name": "ST Nucleo H755ZI-Q", + "upload": { + "maximum_ram_size": 524288, + "maximum_size": 1048576, + "protocol": "stlink", + "protocols": [ + "jlink", + "cmsis-dap", + "stlink", + "blackmagic", + "mbed" + ] + }, + "url": "https://www.st.com/en/evaluation-tools/nucleo-h755zi-q.html", + "vendor": "ST" +}