Skip to content

Commit

Permalink
chore: Align Blues board definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
zfields committed Jan 11, 2025
1 parent 6d5ff70 commit 6b559b5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions boards/blues_cygnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
},
"core": "stm32",
"cpu": "cortex-m4",
"extra_flags": "-DARDUINO_CYGNET -DSTM32L4 -DSTM32L4xx -DSTM32L433xx",
"extra_flags": "-DSTM32L4 -DSTM32L4xx -DSTM32L433xx",
"f_cpu": "80000000L",
"framework_extra_flags": {
"arduino": "-DCUSTOM_PERIPHERAL_PINS -DPIO_FRAMEWORK_ARDUINO_ENABLE_CDC"
"arduino": "-DARDUINO_CYGNET -DCUSTOM_PERIPHERAL_PINS"
},
"mcu": "stm32l433cct6",
"product_line": "STM32L433xx",
Expand Down
4 changes: 2 additions & 2 deletions boards/blues_swan_r5.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
},
"core": "stm32",
"cpu": "cortex-m4",
"extra_flags": "-DARDUINO_SWAN_R5 -DSTM32L4 -DSTM32L4xx -DSTM32L4R5xx",
"extra_flags": "-DSTM32L4 -DSTM32L4xx -DSTM32L4R5xx",
"f_cpu": "120000000L",
"framework_extra_flags": {
"arduino": "-DCUSTOM_PERIPHERAL_PINS -DPIO_FRAMEWORK_ARDUINO_ENABLE_CDC"
"arduino": "-DARDUINO_SWAN_R5 -DCUSTOM_PERIPHERAL_PINS"
},
"mcu": "stm32l4r5ziy6",
"product_line": "STM32L4R5xx",
Expand Down

0 comments on commit 6b559b5

Please sign in to comment.