Skip to content

Commit

Permalink
Add support for LoRa E5 Dev Board (#624)
Browse files Browse the repository at this point in the history
  • Loading branch information
nobodywasishere authored Sep 19, 2023
1 parent 0681cb5 commit 2379565
Show file tree
Hide file tree
Showing 2 changed files with 26,725 additions and 0 deletions.
38 changes: 38 additions & 0 deletions boards/lora_e5_dev_board.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": "-DSTM32WLxx -DSTM32WLE5xx",
"f_cpu": "48000000L",
"framework_extra_flags": {
"arduino": "-DUSE_CM4_STARTUP_FILE"
},
"mcu": "stm32wle5jc",
"product_line": "STM32WLE5xx",
"variant": "STM32WLxx/WL54JCI_WL55JCI_WLE4J(8-B-C)I_WLE5J(8-B-C)I"
},
"debug": {
"jlink_device": "STM32WLE5JC",
"openocd_target": "stm32wlx",
"svd_path": "STM32WLE5_CM4.svd"
},
"frameworks": [
"arduino",
"zephyr"
],
"name": "SeeedStudio LoRa E5 Dev Board",
"upload": {
"maximum_ram_size": 65536,
"maximum_size": 262144,
"protocol": "stlink",
"protocols": [
"stlink",
"jlink"
]
},
"url": "https://www.seeedstudio.com/LoRa-E5-Dev-Kit-p-4868.html",
"vendor": "SeeedStudio"
}
Loading

0 comments on commit 2379565

Please sign in to comment.