Skip to content

Commit

Permalink
Minor changes
Browse files Browse the repository at this point in the history
- Updated board names with vendor
- Updated Swan R5 Arduino settings
  • Loading branch information
valeros authored Dec 18, 2024
1 parent 3b3a974 commit 6d3c499
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion boards/blues_cygnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"stm32cube",
"libopencm3"
],
"name": "Cygnet",
"name": "Blues Cygnet",
"upload": {
"maximum_ram_size": 65536,
"maximum_size": 262144,
Expand Down
7 changes: 5 additions & 2 deletions boards/blues_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 All @@ -23,7 +26,7 @@
"arduino",
"stm32cube"
],
"name": "Swan R5",
"name": "Blues Swan R5",
"upload": {
"maximum_ram_size": 655360,
"maximum_size": 2097152,
Expand Down

0 comments on commit 6d3c499

Please sign in to comment.