Skip to content

Commit

Permalink
Add Ebyte E77 board (#831)
Browse files Browse the repository at this point in the history
  • Loading branch information
radiohound authored Feb 4, 2025
1 parent a048f3c commit 3208828
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions boards/ebyte_e77_dev.json
Original file line number Diff line number Diff line change
@@ -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"
}

0 comments on commit 3208828

Please sign in to comment.