Skip to content

Commit b2f1857

Browse files
authored
Merge pull request #1958 from fpistm/md_url_check
ci: deploy check on Markdown links
2 parents a6c72d9 + 4404e87 commit b2f1857

File tree

3 files changed

+33
-10
lines changed

3 files changed

+33
-10
lines changed
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
name: Check Markdown Links
2+
# runs every monday at 9 am
3+
on:
4+
push:
5+
branches:
6+
- main
7+
paths:
8+
- '**.md'
9+
pull_request:
10+
paths:
11+
- '**.md'
12+
# Allows you to run this workflow manually from the Actions tab
13+
workflow_dispatch:
14+
jobs:
15+
linkinator:
16+
runs-on: ubuntu-latest
17+
steps:
18+
- uses: actions/checkout@v3
19+
- uses: JustinBeckwith/linkinator-action@v1
20+
with:
21+
paths: '*.md ./CI/**/*.md, ./variants/**/*.md, ./libraries/**/*.md'
22+
verbosity: 'INFO'
23+
skip: 'www.st.com'

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -175,8 +175,8 @@ User can add a STM32 based board following this [wiki](https://github.com/stm32d
175175

176176
| Status | Device(s) | Name | Release | Notes |
177177
| :----: | :-------: | ---- | :-----: | :---- |
178-
| :green_heart: | STM32MP157A | [STM32MP157A-DK1](https://www.st.com/en/evaluation-tools/stm32mp157a-dk1.html) | *1.8.0* | See [the documentation](https://github.com/stm32duino/Arduino_Core_STM32/tree/main/variants/STM32MP157_DK/README.md) to use this board|
179-
| :green_heart: | STM32MP157C | [STM32MP157C-DK2](https://www.st.com/en/evaluation-tools/stm32mp157c-dk2.html) | *1.8.0* | See [the documentation](https://github.com/stm32duino/Arduino_Core_STM32/tree/main/variants/STM32MP157_DK/README.md) to use this board|
178+
| :green_heart: | STM32MP157A | [STM32MP157A-DK1](https://www.st.com/en/evaluation-tools/stm32mp157a-dk1.html) | *1.8.0* | See [the documentation](https://github.com/stm32duino/Arduino_Core_STM32/tree/main/variants/STM32MP1xx/MP153AAC_MP153CAC_MP153DAC_MP153FAC_MP157AAC_MP157CAC_MP157DAC_MP157FAC/README.md) to use this board|
179+
| :green_heart: | STM32MP157C | [STM32MP157C-DK2](https://www.st.com/en/evaluation-tools/stm32mp157c-dk2.html) | *1.8.0* | See [the documentation](https://github.com/stm32duino/Arduino_Core_STM32/tree/main/variants/STM32MP1xx/MP153AAC_MP153CAC_MP153DAC_MP153FAC_MP157AAC_MP157CAC_MP157DAC_MP157FAC/README.md) to use this board|
180180

181181
### Generic STM32C0 boards
182182

@@ -293,7 +293,7 @@ User can add a STM32 based board following this [wiki](https://github.com/stm32d
293293
| :green_heart: | STM32F302R6<br>STM32F302R8 | Generic Board | *2.0.0* | |
294294
| :green_heart: | STM32F303C6<br>STM32F303C8 | Generic Board | *2.4.0* | |
295295
| :green_heart: | STM32F303CB<br>STM32F303CC | Generic Board | *2.0.0* | |
296-
| :green_heart: | STM32F303CC | [RobotDyn Black Pill](https://stm32-base.org/boards/STM32F303CCT6-RobotDyn-Black-Pill) | *1.6.1* | [More info](https://robotdyn.com/catalog/development-boards/stm-boards-and-shields.html) |
296+
| :green_heart: | STM32F303CC | [RobotDyn Black Pill](https://stm32-base.org/boards/STM32F303CCT6-RobotDyn-Black-Pill) | *1.6.1* | |
297297
| :green_heart: | STM32F303K6<br>STM32F303K8 | Generic Board | *2.0.0* | |
298298
| :green_heart: | STM32F303R6<br>STM32F303R8 | Generic Board | *2.4.0* | |
299299
| :green_heart: | STM32F303RD<br>STM32F303RE | Generic Board | *2.0.0* | |
@@ -526,7 +526,7 @@ User can add a STM32 based board following this [wiki](https://github.com/stm32d
526526
| :green_heart: | STM32H750IB<br>STM32H750II | Generic Board | *2.0.0* | |
527527
| :green_heart: | STM32H750IB | [Daisy](https://www.electro-smith.com/daisy/daisy) | *1.9.0* | |
528528
| :green_heart: | STM32H750IB | [Daisy Patch SM](https://www.electro-smith.com/daisy/patch-sm) | *2.2.0* | |
529-
| :green_heart: | STM32H750IB | [Daisy Petal SM](https://www.electro-smith.com/daisy/petal-125b-sm) | *2.2.0* | |
529+
| :green_heart: | STM32H750IB | [Daisy Petal SM](https://www.electro-smith.com) | *2.2.0* | |
530530
| :green_heart: | STM32H750VB | Generic Board | *2.0.0* | |
531531
| :green_heart: | STM32H750VB | [DevEBox H750VBT6](https://github.com/mcauser/MCUDEV_DEVEBOX_H7XX_M) | *2.2.0* | |
532532
| :green_heart: | STM32H750VB | [WeAct MiniSTM32H750VBT6](https://github.com/WeActStudio/MiniSTM32H7xx) | *2.2.0* | [More info](https://github.com/stm32duino/Arduino_Core_STM32/pull/1552) |
@@ -581,7 +581,7 @@ User can add a STM32 based board following this [wiki](https://github.com/stm32d
581581
| :green_heart: | STM32L072KB<br>STM32L072KZ | Generic Board | *2.4.0* | |
582582
| :green_heart: | STM32L072KBT<br>STM32L072KZT | Generic Board | *2.0.0* | |
583583
| :green_heart: | STM32L072KZT | [ThunderPack v1.0](https://github.com/jgillick/ThunderPack) | *1.8.0* | |
584-
| :green_heart: | STM32L072RBT | [PX-HER0](https://piconomix.com/fwlib/_p_i_c_o_n_o_m_i_x__s_t_m32__h_e_r_o__b_o_a_r_d.html) | *1.8.0* | |
584+
| :green_heart: | STM32L072RBT | [PX-HER0](https://piconomix.com/) | *1.8.0* | |
585585
| :green_heart: | STM32L072RB<br>STM32L072RZ | Generic Board | *2.4.0* | |
586586
| :green_heart: | STM32L072RBT<br>STM32L072RZT | Generic Board | *2.0.0* | |
587587
| :green_heart: | STM32L072V8<br>STM32L072VB<br>STM32L072VZ | Generic Board | *2.4.0* |
@@ -721,7 +721,7 @@ User can add a STM32 based board following this [wiki](https://github.com/stm32d
721721

722722
| Status | Device(s) | Name | Release | Notes |
723723
| :----: | :-------: | ---- | :-----: | :---- |
724-
| :green_heart: | STM32F051K6U | [Wraith V1 ESC](https://www.readytoflyquads.com/35a-wraith32-v11-32bit-blheli-esc) | *1.8.0* | |
724+
| :green_heart: | STM32F051K6U | [Wraith V1 ESC](https://www.quadsrtf.com/product/35a-wraith32-32bit-blheli-esc) | *1.8.0* | |
725725
| :green_heart: | STM32F103RCT | [STorM32 V1.31 RC](http://www.olliw.eu/storm32bgc-wiki/STorM32_Boards#STorM32-BGC_v1.3) | *2.1.0* | |
726726

727727
### [Garatronic](https://www.garatronic.fr)/[McHobby](https://shop.mchobby.be) boards
@@ -747,7 +747,7 @@ User can add a STM32 based board following this [wiki](https://github.com/stm32d
747747
| :green_heart: | STM32L073RZ | [AcSIP S76S](https://www.acsip.com.tw) | *2.3.0* | |
748748
| :green_heart: | STM32F072C8<br>STM32F072CB | [Elektor LoRa Node](https://github.com/ElektorLabs/180516-Elektor_LoRa_Node) | *1.8.0* | [More info](https://www.elektormagazine.com/labs/lorawan-node-experimental-platform) |
749749
| :green_heart: | STM32L151CB | [RAK811 LoRa Tracker](https://www.rakwireless.com/en/) | *1.4.0* | [Wiki](https://github.com/stm32duino/wiki/wiki/Connectivities#lora) |
750-
| :green_heart: | STM32L051C8 | [RHF76-052](https://www.ai-thinker.com/) | *1.7.0* | Basic support |
750+
| :green_heart: | STM32L051C8 | [RHF76-052](https://lora-alliance.org/lora_products/rhf76-052/) | *1.7.0* | Basic support |
751751

752752
### [Midatronics](https://midatronics.com/) boards
753753

variants/STM32MP1xx/MP153AAC_MP153CAC_MP153DAC_MP153FAC_MP157AAC_MP157CAC_MP157DAC_MP157FAC/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ There are additional pins for LEDs and buttons.
245245
| PA_13 | 17 / LED_RED | USER2_BTN | Active Low, LED LD6, also connected to B4 button |
246246
| PH_7 | 18 / LED_ORANGE / LED_BUILTIN | | Active High, LED LD7 |
247247

248-
[`variant.h` of the board] has the complete information about the pinouts.
248+
[`variant_STM32MP157_DK.h` of the board] has the complete information about the pinouts.
249249

250250
## Uploading
251251

@@ -284,7 +284,7 @@ And then the Device Tree should enable TIM1 for the coprocessor, although this d
284284
};
285285
```
286286

287-
[stm32mp157c-dk2-m4-examples.dts] is a great example to begin with. For the full list of peripherals used by the Arduino firmware, see [PeripheralPins.c](/variants/STM32MP157_DK/PeripheralPins.c) of the board.
287+
[stm32mp157c-dk2-m4-examples.dts] is a great example to begin with. For the full list of peripherals used by the Arduino firmware, see [PeripheralPins_STM32MP157_DK.c](/variants/STM32MP1xx/MP153AAC_MP153CAC_MP153DAC_MP153FAC_MP157AAC_MP157CAC_MP157DAC_MP157FAC/PeripheralPins_STM32MP157_DK.c) of the board.
288288

289289
## Limitations
290290

@@ -314,7 +314,7 @@ And then the Device Tree should enable TIM1 for the coprocessor, although this d
314314
[build_opt.h description in wiki]: https://github.com/stm32duino/wiki/wiki/Customize-build-options-using-build_opt.h
315315
[virtio_log.h]: /cores/arduino/stm32/OpenAMP/virtio_log.h
316316

317-
[`variant.h` of the board]: /variants/STM32MP157_DK/variant.h
317+
[`variant_STM32MP157_DK.h` of the board]: /variants/STM32MP1xx/MP153AAC_MP153CAC_MP153DAC_MP153FAC_MP157AAC_MP157CAC_MP157DAC_MP157FAC/variant_STM32MP157_DK.h
318318

319319
[The ST Wiki page on C-Kermit]: https://wiki.st.com/stm32mpu/wiki/How_to_transfer_a_file_over_serial_console
320320
[a bug in OpenSTLinux]: https://community.st.com/s/question/0D50X0000B9vHa4/cannot-get-download-a-file-using-kermit

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy