Skip to content

Commit

Permalink
feat: Blues Swan R5 (alias)
Browse files Browse the repository at this point in the history
  • Loading branch information
zfields committed Dec 10, 2024
1 parent 68b2d50 commit 6befbd9
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions boards/blues_swan_r5.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"build": {
"core": "stm32",
"cpu": "cortex-m4",
"extra_flags": "-DSTM32L4 -DSTM32L4xx -DSTM32L4R5xx",
"f_cpu": "120000000L",
"framework_extra_flags": {
"arduino": "-DCUSTOM_PERIPHERAL_PINS"
},
"mcu": "stm32l4r5ziy6",
"product_line": "STM32L4R5xx",
"variant": "STM32L4xx/L4R5Z(G-I)Y_L4R9Z(G-I)Y_L4S5ZIY_L4S9ZIY"
},
"connectivity": [
"can"
],
"debug": {
"jlink_device": "STM32L4R5ZI",
"openocd_target": "stm32l4x",
"svd_path": "STM32L4R5.svd"
},
"frameworks": [
"arduino",
"stm32cube"
],
"name": "Swan R5",
"upload": {
"maximum_ram_size": 655360,
"maximum_size": 2097152,
"protocol": "stlink",
"protocols": [
"dfu",
"blackmagic",
"cmsis-dap",
"jlink",
"serial",
"stlink",
"mbed"
]
},
"url": "https://blues.io/products/swan",
"vendor": "Blues"
}

0 comments on commit 6befbd9

Please sign in to comment.