Skip to content

Commit

Permalink
Add Blues Cygnet board
Browse files Browse the repository at this point in the history
  • Loading branch information
maxgerhardt authored Dec 10, 2024
1 parent 87667d4 commit 68b2d50
Showing 1 changed file with 46 additions and 0 deletions.
46 changes: 46 additions & 0 deletions boards/blues_cygnet.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
{
"build": {
"cpu": "cortex-m4",
"extra_flags": "-DSTM32L4 -DSTM32L433xx",
"f_cpu": "80000000L",
"framework_extra_flags": {
"arduino": "-DCUSTOM_PERIPHERAL_PINS -DARDUINO_CYGNET -DPIO_FRAMEWORK_ARDUINO_ENABLE_CDC"
},
"mcu": "stm32l433cct6",
"product_line": "STM32L433xx",
"variant": "STM32L4xx/L433C(B-C)(T-U)_L443CC(T-U)"
},
"connectivity": [
"can"
],
"debug": {
"default_tools": [
"stlink"
],
"jlink_device": "STM32L433CC",
"openocd_target": "stm32l4x",
"svd_path": "STM32L4x3.svd"
},
"frameworks": [
"arduino",
"cmsis",
"stm32cube",
"libopencm3"
],
"name": "Cygnet",
"upload": {
"maximum_ram_size": 65536,
"maximum_size": 262144,
"protocol": "dfu",
"protocols": [
"dfu",
"jlink",
"cmsis-dap",
"stlink",
"blackmagic",
"mbed"
]
},
"url": "https://blues.com/feather-mcu/",
"vendor": "Blues"
}

0 comments on commit 68b2d50

Please sign in to comment.