Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb91005a

Browse files
authored
Merge branch 'stm32duino:main' into main
2 parentsea174e6 +021d321 commitb91005a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

‎.github/workflows/MarkdwonLinksCheck.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ jobs:
2020
with:
2121
paths:'*.md ./CI/**/*.md, ./variants/**/*.md, ./libraries/**/*.md'
2222
verbosity:'INFO'
23-
linksToSkip:'www.st.com,de.elv.com/lorawan'
23+
linksToSkip:'www.st.com,blues.com'

‎README.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -789,7 +789,7 @@ User can add a STM32 based board following this [wiki](https://github.com/stm32d
789789
|:green_heart:| STM32F765VI|[RemRam v1](https://github.com/hasenbanck/remram)|*1.4.0*||
790790
|:green_heart:| STM32F446VE|[RUMBA32](https://github.com/Aus3D/RUMBA32)|*1.5.0*||
791791
|:green_heart:| STM32F401VE|[STEVAL-3DP001V1](https://www.st.com/en/evaluation-tools/steval-3dp001v1.html)|*1.6.0*||
792-
|:green_heart:| STM32F446RE|[VAkE v1.0](https://www.facebook.com/pages/category/Product-Service/VAkE-Board-2290066274575218/)|*1.6.0*||
792+
|:green_heart:| STM32F446RE| VAkE v1.0|*1.6.0*||
793793
|:green_heart:| STM32F446VE|[FYSETC_S6](https://wiki.fysetc.com/FYSETC_S6/)|*1.9.0*||
794794
|:green_heart:| STM32G0B1CB|[BTT EBB42 CAN V1.1](https://github.com/bigtreetech/EBB/tree/master)|*2.4.0*||
795795

@@ -860,7 +860,7 @@ User can add a STM32 based board following this [wiki](https://github.com/stm32d
860860
|:green_heart:| STM32F405RG|[SparkFun MicroMod Processor Board - STM32F405](https://www.sparkfun.com/products/21326)|*2.6.0*||
861861
|:green_heart:| STM32WB5MMG|[SparkFun MicroMod Processor Board - STM32WB5MMG](https://www.sparkfun.com/products/21438)|*2.6.0*||
862862

863-
###[ELV Boards](https://de.elv.com/lorawan)
863+
###[ELV Boards](https://de.elv.com/)
864864

865865
| Status| Device(s)| Name| Release| Notes|
866866
| :----:| :-------:| ----| :-----:| :----|

‎libraries/SPI/README.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
##SPI
22

33
STM32 SPI library has been modified with the possibility to manage hardware CS pin linked to the SPI peripheral.
4-
_We do not describe here the[SPI Arduino API](https://www.arduino.cc/en/Reference/SPI) but the functionalities added._
4+
_We do not describe here the[SPI Arduino API](https://docs.arduino.cc/language-reference/en/functions/communication/SPI/) but the functionalities added._
55

66
User have 2 possibilities about the management of the CS pin:
77
* the CS pin is managed directly by the user code before to transfer the data (like the Arduino SPI library)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp