Skip to content

Commit 91cd2a3

Browse files
fpistmbsatrom
andcommitted
variant: L4: add Swan R5 board from Blues Wireless
Signed-off-by: Frederic Pillon <[email protected]> Co-authored-by: Brandon Satrom <[email protected]>
1 parent 27f33b7 commit 91cd2a3

File tree

5 files changed

+936
-0
lines changed

5 files changed

+936
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -399,6 +399,7 @@ User can add a STM32 based board following this [wiki](https://github.com/stm32d
399399
| :green_heart: | STM32L4S7ZITx | Generic Board | *2.0.0* | |
400400
| :green_heart: | STM32L4S9ZIJx | Generic Board | *2.0.0* | |
401401
| :yellow_heart: | STM32L4S9ZIYx | Generic Board | **2.1.0** | |
402+
| :yellow_heart: | STM32L4R5ZIYx | Swan R5 | **2.1.0** | [Blues Wireless](https://blues.io/) |
402403

403404
### Generic STM32L5 boards
404405

boards.txt

+10
Original file line numberDiff line numberDiff line change
@@ -4434,6 +4434,16 @@ GenL4.build.flags.fp=-mfpu=fpv4-sp-d16 -mfloat-abi=hard
44344434
GenL4.build.series=STM32L4xx
44354435
GenL4.build.cmsis_lib_gcc=arm_cortexM4lf_math
44364436

4437+
# Swan R5
4438+
GenL4.menu.pnum.SWAN_R5=Swan R5
4439+
GenL4.menu.pnum.SWAN_R5.upload.maximum_size=2097152
4440+
GenL4.menu.pnum.SWAN_R5.upload.maximum_data_size=655360
4441+
GenL4.menu.pnum.SWAN_R5.build.board=SWAN_R5
4442+
GenL4.menu.pnum.SWAN_R5.build.product_line=STM32L4R5xx
4443+
GenL4.menu.pnum.SWAN_R5.build.variant=STM32L4xx/L4R5Z(G-I)Y_L4R9Z(G-I)Y_L4S5ZIY_L4S9ZIY
4444+
GenL4.menu.pnum.SWAN_R5.build.variant_h=variant_{build.board}.h
4445+
GenL4.menu.pnum.SWAN_R5.build.peripheral_pins=-DCUSTOM_PERIPHERAL_PINS
4446+
44374447
# Generic L412K8Tx
44384448
GenL4.menu.pnum.GENERIC_L412K8TX=Generic L412K8Tx
44394449
GenL4.menu.pnum.GENERIC_L412K8TX.upload.maximum_size=65536

0 commit comments

Comments
 (0)