Skip to content

Commit

Permalink
Update Arduino config for BluesWireless Swan R5
Browse files Browse the repository at this point in the history
  • Loading branch information
valeros committed Dec 18, 2024
1 parent 8651b16 commit e8feba0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion boards/bw_swan_r5.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
{
"build": {
"arduino": {
"variant_h": "variant_SWAN_R5.h"
},
"core": "stm32",
"cpu": "cortex-m4",
"extra_flags": "-DSTM32L4 -DSTM32L4xx -DSTM32L4R5xx",
"extra_flags": "-DARDUINO_SWAN_R5 -DSTM32L4 -DSTM32L4xx -DSTM32L4R5xx",
"f_cpu": "120000000L",
"framework_extra_flags": {
"arduino": "-DCUSTOM_PERIPHERAL_PINS"
Expand Down

0 comments on commit e8feba0

Please sign in to comment.