Skip to content

Commit e8feba0

Browse files
committed
Update Arduino config for BluesWireless Swan R5
1 parent 8651b16 commit e8feba0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

boards/bw_swan_r5.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
{
22
"build": {
3+
"arduino": {
4+
"variant_h": "variant_SWAN_R5.h"
5+
},
36
"core": "stm32",
47
"cpu": "cortex-m4",
5-
"extra_flags": "-DSTM32L4 -DSTM32L4xx -DSTM32L4R5xx",
8+
"extra_flags": "-DARDUINO_SWAN_R5 -DSTM32L4 -DSTM32L4xx -DSTM32L4R5xx",
69
"f_cpu": "120000000L",
710
"framework_extra_flags": {
811
"arduino": "-DCUSTOM_PERIPHERAL_PINS"

0 commit comments

Comments
 (0)