From 213e67b85c41ff8e47ccece3be84f73b73314329 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pedro=20Rodr=C3=ADguez=20Vieites?= Date: Wed, 21 May 2025 12:33:13 +0200 Subject: [PATCH 1/2] Added support for STM32L4Q5RGT6 --- boards/genericSTM32L4Q5RGT6.json | 44 ++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 boards/genericSTM32L4Q5RGT6.json diff --git a/boards/genericSTM32L4Q5RGT6.json b/boards/genericSTM32L4Q5RGT6.json new file mode 100644 index 00000000..030d8741 --- /dev/null +++ b/boards/genericSTM32L4Q5RGT6.json @@ -0,0 +1,44 @@ +{ + "build": { + "core": "stm32", + "cpu": "cortex-m4", + "extra_flags": "-DSTM32L4 -DSTM32L4Q5xx", + "f_cpu": "120000000L", + "mcu": "stm32l4q5rgt6", + "product_line": "STM32L4Q5xx", + "variant": "STM32L4xx/L4Q5RGT6" + }, + "debug": { + "default_tools": [ + "stlink" + ], + "jlink_device": "STM32L4Q5RG", + "onboard_tools": [ + "stlink" + ], + "openocd_board": "st_nucleo_l4", + "openocd_target": "stm32l4x", + "svd_path": "STM32L4Q5.svd" + }, + "frameworks": [ + "arduino", + "cmsis", + "stm32cube", + "libopencm3" + ], + "name": "STM32L4Q5RGT6", + "upload": { + "maximum_ram_size": 327680, + "maximum_size": 1024000, + "protocol": "stlink", + "protocols": [ + "jlink", + "cmsis-dap", + "stlink", + "blackmagic", + "mbed" + ] + }, + "url": "https://www.st.com/en/evaluation-tools/stm32l4q5rg.html", + "vendor": "ST" +} \ No newline at end of file From 1f48e0729248c9678e6030944155289197222b62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pedro=20Rodr=C3=ADguez=20Vieites?= Date: Wed, 21 May 2025 12:42:07 +0200 Subject: [PATCH 2/2] added support for STM32L4Q5RGT6 --- boards/genericSTM32L4Q5RGT6.json | 44 ++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 boards/genericSTM32L4Q5RGT6.json diff --git a/boards/genericSTM32L4Q5RGT6.json b/boards/genericSTM32L4Q5RGT6.json new file mode 100644 index 00000000..7d66c2b7 --- /dev/null +++ b/boards/genericSTM32L4Q5RGT6.json @@ -0,0 +1,44 @@ +{ + "build": { + "core": "stm32", + "cpu": "cortex-m4", + "extra_flags": "-DSTM32L4 -DSTM32L4Q5xx", + "f_cpu": "120000000L", + "mcu": "stm32l4q5rgt6", + "product_line": "STM32L4Q5xx", + "variant": "STM32L4xx/L4Q5RGT6" + }, + "debug": { + "default_tools": [ + "stlink" + ], + "jlink_device": "STM32L4Q5RG", + "onboard_tools": [ + "stlink" + ], + "openocd_board": "st_nucleo_l4", + "openocd_target": "stm32l4x", + "svd_path": "STM32L4Q5.svd" + }, + "frameworks": [ + "arduino", + "cmsis", + "stm32cube", + "libopencm3" + ], + "name": "STM32L4Q5RGT6", + "upload": { + "maximum_ram_size": 327680, + "maximum_size": 1048576, + "protocol": "stlink", + "protocols": [ + "jlink", + "cmsis-dap", + "stlink", + "blackmagic", + "mbed" + ] + }, + "url": "https://www.st.com/en/evaluation-tools/stm32l4q5rg.html", + "vendor": "ST" +} \ No newline at end of file