From 49304a1a272dd1131607feec0248df30aad5d070 Mon Sep 17 00:00:00 2001 From: masa6372 <57652830+masa6372@users.noreply.github.com> Date: Tue, 8 Nov 2022 13:48:14 +0900 Subject: [PATCH 01/15] Add files via upload --- boards/leafony.json | 47 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 boards/leafony.json diff --git a/boards/leafony.json b/boards/leafony.json new file mode 100644 index 00000000..2792f3ed --- /dev/null +++ b/boards/leafony.json @@ -0,0 +1,47 @@ +{ + "build": { + "core": "stm32", + "cpu": "cortex-m4", + "extra_flags": "-DSTM32L452xx", + "f_cpu": "80000000L", + "mcu": "stm32l452ret6", + "product_line": "STM32L452xx", + "variant": "STM32L4xx/Leafony" + }, + "connectivity": [ + "can" + ], + "debug": { + "default_tools": [ + "stlink" + ], + "jlink_device": "STM32L452RE", + "onboard_tools": [ + "stlink" + ], + "openocd_board": "st_nucleo_l4", + "openocd_target": "stm32l4x", + "svd_path": "STM32L4x2.svd" + }, + "frameworks": [ + "arduino", + "cmsis", + "stm32cube", + "libopencm3" + ], + "name": "Leafony", + "upload": { + "maximum_ram_size": 163840, + "maximum_size": 524288, + "protocol": "stlink", + "protocols": [ + "jlink", + "cmsis-dap", + "stlink", + "blackmagic", + "mbed" + ] + }, + "url": "https://www.st.com/en/evaluation-tools/nucleo-l452re.html", + "vendor": "Leafony" +} From 45390528fb86d48ff42939f735a3390f6d76aedb Mon Sep 17 00:00:00 2001 From: masa6372 <57652830+masa6372@users.noreply.github.com> Date: Fri, 11 Nov 2022 14:45:45 +0900 Subject: [PATCH 02/15] Rename leafony.json to leafony_stm32.json --- boards/{leafony.json => leafony_stm32.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename boards/{leafony.json => leafony_stm32.json} (100%) diff --git a/boards/leafony.json b/boards/leafony_stm32.json similarity index 100% rename from boards/leafony.json rename to boards/leafony_stm32.json From c01c4d7a193c9c296ea0c1cea2aca1d2187b8a95 Mon Sep 17 00:00:00 2001 From: masa6372 <57652830+masa6372@users.noreply.github.com> Date: Fri, 11 Nov 2022 14:53:15 +0900 Subject: [PATCH 03/15] Update leafony_stm32.json --- boards/leafony_stm32.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boards/leafony_stm32.json b/boards/leafony_stm32.json index 2792f3ed..1606b678 100644 --- a/boards/leafony_stm32.json +++ b/boards/leafony_stm32.json @@ -42,6 +42,6 @@ "mbed" ] }, - "url": "https://www.st.com/en/evaluation-tools/nucleo-l452re.html", + "url": "https://shop.leafony.com/", "vendor": "Leafony" } From 6e1843df602d87d3d86eb27b8547b113e18617ec Mon Sep 17 00:00:00 2001 From: masa6372 <57652830+masa6372@users.noreply.github.com> Date: Fri, 2 Dec 2022 13:27:15 +0900 Subject: [PATCH 04/15] Add files via upload --- boards/leafony.json | 47 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 boards/leafony.json diff --git a/boards/leafony.json b/boards/leafony.json new file mode 100644 index 00000000..1606b678 --- /dev/null +++ b/boards/leafony.json @@ -0,0 +1,47 @@ +{ + "build": { + "core": "stm32", + "cpu": "cortex-m4", + "extra_flags": "-DSTM32L452xx", + "f_cpu": "80000000L", + "mcu": "stm32l452ret6", + "product_line": "STM32L452xx", + "variant": "STM32L4xx/Leafony" + }, + "connectivity": [ + "can" + ], + "debug": { + "default_tools": [ + "stlink" + ], + "jlink_device": "STM32L452RE", + "onboard_tools": [ + "stlink" + ], + "openocd_board": "st_nucleo_l4", + "openocd_target": "stm32l4x", + "svd_path": "STM32L4x2.svd" + }, + "frameworks": [ + "arduino", + "cmsis", + "stm32cube", + "libopencm3" + ], + "name": "Leafony", + "upload": { + "maximum_ram_size": 163840, + "maximum_size": 524288, + "protocol": "stlink", + "protocols": [ + "jlink", + "cmsis-dap", + "stlink", + "blackmagic", + "mbed" + ] + }, + "url": "https://shop.leafony.com/", + "vendor": "Leafony" +} From b7d6bccb802ea8bc6fa8d8196e4451ee1a3d2150 Mon Sep 17 00:00:00 2001 From: masa6372 <57652830+masa6372@users.noreply.github.com> Date: Fri, 2 Dec 2022 17:53:21 +0900 Subject: [PATCH 05/15] Rename leafony.json to Leafony_stm32.json --- boards/{leafony.json => Leafony_stm32.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename boards/{leafony.json => Leafony_stm32.json} (100%) diff --git a/boards/leafony.json b/boards/Leafony_stm32.json similarity index 100% rename from boards/leafony.json rename to boards/Leafony_stm32.json From cfd21e0ed35f4d365d6510718e95330f02608d16 Mon Sep 17 00:00:00 2001 From: masa6372 <57652830+masa6372@users.noreply.github.com> Date: Fri, 2 Dec 2022 17:58:31 +0900 Subject: [PATCH 06/15] Delete leafony_stm32.json --- boards/leafony_stm32.json | 47 --------------------------------------- 1 file changed, 47 deletions(-) delete mode 100644 boards/leafony_stm32.json diff --git a/boards/leafony_stm32.json b/boards/leafony_stm32.json deleted file mode 100644 index 1606b678..00000000 --- a/boards/leafony_stm32.json +++ /dev/null @@ -1,47 +0,0 @@ -{ - "build": { - "core": "stm32", - "cpu": "cortex-m4", - "extra_flags": "-DSTM32L452xx", - "f_cpu": "80000000L", - "mcu": "stm32l452ret6", - "product_line": "STM32L452xx", - "variant": "STM32L4xx/Leafony" - }, - "connectivity": [ - "can" - ], - "debug": { - "default_tools": [ - "stlink" - ], - "jlink_device": "STM32L452RE", - "onboard_tools": [ - "stlink" - ], - "openocd_board": "st_nucleo_l4", - "openocd_target": "stm32l4x", - "svd_path": "STM32L4x2.svd" - }, - "frameworks": [ - "arduino", - "cmsis", - "stm32cube", - "libopencm3" - ], - "name": "Leafony", - "upload": { - "maximum_ram_size": 163840, - "maximum_size": 524288, - "protocol": "stlink", - "protocols": [ - "jlink", - "cmsis-dap", - "stlink", - "blackmagic", - "mbed" - ] - }, - "url": "https://shop.leafony.com/", - "vendor": "Leafony" -} From a6ee7d0235d9e49009c785a6d5251c9da2981a31 Mon Sep 17 00:00:00 2001 From: masa6372 <57652830+masa6372@users.noreply.github.com> Date: Mon, 5 Dec 2022 10:18:57 +0900 Subject: [PATCH 07/15] Update Leafony_stm32.json --- boards/Leafony_stm32.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boards/Leafony_stm32.json b/boards/Leafony_stm32.json index 1606b678..9eeaf8ac 100644 --- a/boards/Leafony_stm32.json +++ b/boards/Leafony_stm32.json @@ -6,7 +6,7 @@ "f_cpu": "80000000L", "mcu": "stm32l452ret6", "product_line": "STM32L452xx", - "variant": "STM32L4xx/Leafony" + "variant": "STM32L4xx/Leafony_STM32" }, "connectivity": [ "can" From 064d3a60719bbf173fc8420a81bb73c1fa70a50a Mon Sep 17 00:00:00 2001 From: masa6372 <57652830+masa6372@users.noreply.github.com> Date: Fri, 9 Dec 2022 07:37:36 +0900 Subject: [PATCH 08/15] Update Leafony_stm32.json --- boards/Leafony_stm32.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/boards/Leafony_stm32.json b/boards/Leafony_stm32.json index 9eeaf8ac..7b68e528 100644 --- a/boards/Leafony_stm32.json +++ b/boards/Leafony_stm32.json @@ -6,7 +6,7 @@ "f_cpu": "80000000L", "mcu": "stm32l452ret6", "product_line": "STM32L452xx", - "variant": "STM32L4xx/Leafony_STM32" + "variant": "STM32L4xx/LEAFONY_AP03" }, "connectivity": [ "can" @@ -29,7 +29,7 @@ "stm32cube", "libopencm3" ], - "name": "Leafony", + "name": "LEAFONY_AP03", "upload": { "maximum_ram_size": 163840, "maximum_size": 524288, From 2e06bfc1b61e8a878216827242736c3c5501390d Mon Sep 17 00:00:00 2001 From: masa6372 <57652830+masa6372@users.noreply.github.com> Date: Fri, 9 Dec 2022 17:10:15 +0900 Subject: [PATCH 09/15] Rename Leafony_stm32.json to Leafony_AP03.json --- boards/{Leafony_stm32.json => Leafony_AP03.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename boards/{Leafony_stm32.json => Leafony_AP03.json} (100%) diff --git a/boards/Leafony_stm32.json b/boards/Leafony_AP03.json similarity index 100% rename from boards/Leafony_stm32.json rename to boards/Leafony_AP03.json From 00ce25d69bb349b416177efefc4202d4fe4ca5c7 Mon Sep 17 00:00:00 2001 From: masa6372 <57652830+masa6372@users.noreply.github.com> Date: Fri, 9 Dec 2022 17:10:48 +0900 Subject: [PATCH 10/15] Rename Leafony_AP03.json to Leafony_ap03.json --- boards/{Leafony_AP03.json => Leafony_ap03.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename boards/{Leafony_AP03.json => Leafony_ap03.json} (100%) diff --git a/boards/Leafony_AP03.json b/boards/Leafony_ap03.json similarity index 100% rename from boards/Leafony_AP03.json rename to boards/Leafony_ap03.json From fc876705fbcf4aea1fcb9c3b5ffa22b2be6e7b53 Mon Sep 17 00:00:00 2001 From: masa6372 <57652830+masa6372@users.noreply.github.com> Date: Fri, 9 Dec 2022 17:58:32 +0900 Subject: [PATCH 11/15] Update Leafony_ap03.json --- boards/Leafony_ap03.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boards/Leafony_ap03.json b/boards/Leafony_ap03.json index 7b68e528..2773e588 100644 --- a/boards/Leafony_ap03.json +++ b/boards/Leafony_ap03.json @@ -6,7 +6,7 @@ "f_cpu": "80000000L", "mcu": "stm32l452ret6", "product_line": "STM32L452xx", - "variant": "STM32L4xx/LEAFONY_AP03" + "variant": "STM32L4xx/L452RC(I-T-Y)_L452RE(I-T-Y)x(P)_L462RE(I-T-Y)" }, "connectivity": [ "can" From 04d48bdc132810f2cffe5dfab7d92085a60b9938 Mon Sep 17 00:00:00 2001 From: masa6372 <57652830+masa6372@users.noreply.github.com> Date: Tue, 10 Jan 2023 00:04:05 +0900 Subject: [PATCH 12/15] Update Leafony_ap03.json --- boards/Leafony_ap03.json | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/boards/Leafony_ap03.json b/boards/Leafony_ap03.json index 2773e588..e1b57ae0 100644 --- a/boards/Leafony_ap03.json +++ b/boards/Leafony_ap03.json @@ -11,18 +11,6 @@ "connectivity": [ "can" ], - "debug": { - "default_tools": [ - "stlink" - ], - "jlink_device": "STM32L452RE", - "onboard_tools": [ - "stlink" - ], - "openocd_board": "st_nucleo_l4", - "openocd_target": "stm32l4x", - "svd_path": "STM32L4x2.svd" - }, "frameworks": [ "arduino", "cmsis", @@ -33,8 +21,9 @@ "upload": { "maximum_ram_size": 163840, "maximum_size": 524288, - "protocol": "stlink", + "protocol": "serial", "protocols": [ + "serial" "jlink", "cmsis-dap", "stlink", From 1111b89e6fa3e7e822e9d9daa4835b347570811f Mon Sep 17 00:00:00 2001 From: masa6372 <57652830+masa6372@users.noreply.github.com> Date: Tue, 10 Jan 2023 00:04:46 +0900 Subject: [PATCH 13/15] Rename Leafony_ap03.json to leafony_ap03.json --- boards/{Leafony_ap03.json => leafony_ap03.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename boards/{Leafony_ap03.json => leafony_ap03.json} (100%) diff --git a/boards/Leafony_ap03.json b/boards/leafony_ap03.json similarity index 100% rename from boards/Leafony_ap03.json rename to boards/leafony_ap03.json From 5739099e45eac8ab9c029a5109f1a72601451370 Mon Sep 17 00:00:00 2001 From: masa6372 <57652830+masa6372@users.noreply.github.com> Date: Tue, 10 Jan 2023 00:07:24 +0900 Subject: [PATCH 14/15] Update leafony_ap03.json --- boards/leafony_ap03.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/boards/leafony_ap03.json b/boards/leafony_ap03.json index e1b57ae0..ae534717 100644 --- a/boards/leafony_ap03.json +++ b/boards/leafony_ap03.json @@ -11,6 +11,15 @@ "connectivity": [ "can" ], + "debug": { + "jlink_device": "STM32L452RE", + "onboard_tools": [ + "stlink" + ], + "openocd_board": "st_nucleo_l4", + "openocd_target": "stm32l4x", + "svd_path": "STM32L4x2.svd" + }, "frameworks": [ "arduino", "cmsis", From 3c9ebc0faad952b9c2e56a20b0b4ca6a78e01951 Mon Sep 17 00:00:00 2001 From: Valerii Koval Date: Tue, 19 Sep 2023 15:41:58 +0300 Subject: [PATCH 15/15] Fix broken JSON manifest --- boards/leafony_ap03.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boards/leafony_ap03.json b/boards/leafony_ap03.json index ae534717..9086c5aa 100644 --- a/boards/leafony_ap03.json +++ b/boards/leafony_ap03.json @@ -32,7 +32,7 @@ "maximum_size": 524288, "protocol": "serial", "protocols": [ - "serial" + "serial", "jlink", "cmsis-dap", "stlink",