You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -94,7 +94,7 @@ When different people are working on the Arduino project simultaneously, pull re
94
94
95
95
Most often pull requests become stale when merge conflicts occur. This happens when two pull requests both modify similar lines in the same file and one gets merged, the unmerged request will now have a merge conflict and needs updating.
96
96
97
-
When your pull request is stale, you will need to rebase your branch on the current master branch before you can merge it without conflicts.
97
+
When your pull request is stale, you will need to rebase your branch on the current main branch before you can merge it without conflicts.
98
98
99
99
More information about rebasing can be found at the repository of [edX](https://github.com/edx/edx-platform/wiki/How-to-Rebase-a-Pull-Request).
@@ -167,8 +167,8 @@ User can add a STM32 based board following this [wiki](https://github.com/stm32d
167
167
168
168
| Status | Device(s) | Name | Release | Notes |
169
169
| :----: | :-------: | ---- | :-----: | :---- |
170
-
|: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/master/variants/STM32MP157_DK/README.md) to use this board|
171
-
|: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/master/variants/STM32MP157_DK/README.md) to use this board|
170
+
|: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|
171
+
|: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|
`<Arduino build output path>/run_arduino_<sketch name>.sh` looks like this for *Blink* example:
32
32
@@ -38,7 +38,7 @@ After Verify and Upload, you will see a message similar to the following in Ardu
38
38
39
39
`/tmp/arduino_build_668148/run_arduino_Blink.sh`
40
40
41
-
In this example, the user **must** upload `<Arduino build output path>/run_arduino_<sketch name>.sh` file manually. Uploading instruction is described later in the [Uploading](#Uploading) section.
41
+
In this example, the user **must** upload `<Arduino build output path>/run_arduino_<sketch name>.sh` file manually. Uploading instruction is described later in the [Uploading](#Uploading) section.
42
42
43
43
After uploading the user can use `sh run_arduino_<sketch name>.sh start` in the console of host Linux via either SSH or Serial Console, to run the Arduino firmware.
44
44
@@ -249,7 +249,7 @@ As mentioned above `run_arduino_<sketch name>.sh` file have to be uploaded manua
249
249
### Over Network
250
250
251
251
***SCP** and **SFTP** are good options to upload the file, since STM32MP1 board runs SSH server by default. There are a lot of online resources on how to use them on the internet. Here is the default SSH access information:
252
-
```
252
+
```
253
253
host: (Varies. Search online to learn how to figure it out.)
254
254
username: root
255
255
password: (none by default)
@@ -299,7 +299,7 @@ And then the Device Tree should enable TIM1 for the coprocessor, although this d
0 commit comments