We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8651b16 commit e8feba0Copy full SHA for e8feba0
boards/bw_swan_r5.json
@@ -1,8 +1,11 @@
1
{
2
"build": {
3
+ "arduino": {
4
+ "variant_h": "variant_SWAN_R5.h"
5
+ },
6
"core": "stm32",
7
"cpu": "cortex-m4",
- "extra_flags": "-DSTM32L4 -DSTM32L4xx -DSTM32L4R5xx",
8
+ "extra_flags": "-DARDUINO_SWAN_R5 -DSTM32L4 -DSTM32L4xx -DSTM32L4R5xx",
9
"f_cpu": "120000000L",
10
"framework_extra_flags": {
11
"arduino": "-DCUSTOM_PERIPHERAL_PINS"
0 commit comments