From 3208828db447f4373cd303b7f7393c8fc0dae623 Mon Sep 17 00:00:00 2001 From: Walter Dunckel Date: Tue, 4 Feb 2025 05:35:49 -0800 Subject: [PATCH] Add Ebyte E77 board (#831) --- boards/ebyte_e77_dev.json | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 boards/ebyte_e77_dev.json diff --git a/boards/ebyte_e77_dev.json b/boards/ebyte_e77_dev.json new file mode 100644 index 00000000..ca1c8b8b --- /dev/null +++ b/boards/ebyte_e77_dev.json @@ -0,0 +1,38 @@ +{ + "build": { + "arduino": { + "variant_h": "variant_generic.h" + }, + "core": "stm32", + "cpu": "cortex-m4", + "extra_flags": "-DSTM32WL -DSTM32WLxx -DSTM32WLE5xx", + "f_cpu": "48000000L", + "framework_extra_flags": { + "arduino": "-DUSE_CM4_STARTUP_FILE -DARDUINO_GENERIC_WLE5CCUX" + }, + "mcu": "stm32wle5cc", + "product_line": "STM32WLE5xx", + "variant": "STM32WLxx/WL54CCU_WL55CCU_WLE4C(8-B-C)U_WLE5C(8-B-C)U" + }, + "debug": { + "jlink_device": "STM32WLE5CC", + "openocd_target": "stm32wlx", + "svd_path": "STM32WLE5_CM4.svd" + }, + "frameworks": [ + "arduino", + "zephyr" + ], + "name": "Ebyte E77 Dev Board", + "upload": { + "maximum_ram_size": 65536, + "maximum_size": 262144, + "protocol": "stlink", + "protocols": [ + "stlink", + "jlink" + ] + }, + "url": "https://www.cdebyte.com/products/E77-400MBL-01", + "vendor": "Ebyte" +}